Skip to content

Commit eae2d02

Browse files
committed
chore: bump for release
1 parent f2ed276 commit eae2d02

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.craftplugin

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"pluginName":"One-click Payments","pluginDescription":"Payments plugin for Craft CMS using Formie and Stripe Checkout","pluginVersion":"0.9.0","pluginAuthorName":"Raygun","pluginVendorName":"madebyraygun","pluginAuthorUrl":"https://madebyraygun.com","pluginAuthorGithub":"https://github.com/madebyraygun","codeComments":"yes","pluginComponents":["settings"],"consolecommandName":"","controllerName":"","cpsectionName":"","elementName":"","fieldName":"","modelName":"","purchasableName":"","recordName":"","serviceName":"","taskName":"","utilityName":"","widgetName":"","apiVersion":"api_version_3_0"}
1+
{"pluginName":"One-click Payments","pluginDescription":"Payments plugin for Craft CMS using Formie and Stripe Checkout","pluginVersion":"0.9.1","pluginAuthorName":"Raygun","pluginVendorName":"madebyraygun","pluginAuthorUrl":"https://madebyraygun.com","pluginAuthorGithub":"https://github.com/madebyraygun","codeComments":"yes","pluginComponents":["settings"],"consolecommandName":"","controllerName":"","cpsectionName":"","elementName":"","fieldName":"","modelName":"","purchasableName":"","recordName":"","serviceName":"","taskName":"","utilityName":"","widgetName":"","apiVersion":"api_version_3_0"}

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## 1.0.0 - 2022-04-11
7+
## 0.9.1 - 2022-06-27
8+
### Fixed
9+
- Multiple emails on status change
10+
## 0.9.0 - 2022-04-11
811
### Added
912
- Initial release

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "madebyraygun/one-click-payments",
33
"description": "Payments plugin for Craft CMS using Formie and Stripe Checkout",
44
"type": "craft-plugin",
5-
"version": "0.9.0",
5+
"version": "0.9.1",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)