Skip to content

Commit

Permalink
Fix change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jan 11, 2022
1 parent 578fdba commit 25d8dbd
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 24 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C

## [8.0.0-alpha.4] - 2022-01-11

### Removed
- Removed support for Event Espresso 3 → https://www.pronamic.eu/pronamic-pay-support-for-event-espresso-3-removed/.
- Removed support for s2Member → https://www.pronamic.eu/pronamic-pay-support-for-s2member-removed/.
- Removed support for WP eCommerce → https://www.pronamic.eu/pronamic-pay-support-for-wp-ecommerce-removed/.

### Changed
- Updated WordPress core library to version `4.0.0`.
- Refactored subscription follow-up payments processes.
- Increased WordPress requirement to version `5.2` or higher.
- Updated all extension libraries → https://github.com/wp-pay-extensions.
- Updated all gateway libraries → https://github.com/wp-pay-gateways.

### Added
- Added https://actionscheduler.org/ library for subscription processes.
- Added payment method icon to amount column and info meta boxes.
Expand Down
8 changes: 8 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,14 @@ Automatic updates should work like a charm; as always though, ensure you backup
== Changelog ==

= 8.0.0-alpha.4 - 2022-01-11 =
* Removed support for Event Espresso 3 → https://www.pronamic.eu/pronamic-pay-support-for-event-espresso-3-removed/.
* Removed support for s2Member → https://www.pronamic.eu/pronamic-pay-support-for-s2member-removed/.
* Removed support for WP eCommerce → https://www.pronamic.eu/pronamic-pay-support-for-wp-ecommerce-removed/.
* Updated WordPress core library to version `4.0.0`.
* Refactored subscription follow-up payments processes.
* Increased WordPress requirement to version `5.2` or higher.
* Updated all extension libraries → https://github.com/wp-pay-extensions.
* Updated all gateway libraries → https://github.com/wp-pay-gateways.
* Added https://actionscheduler.org/ library for subscription processes.
* Added payment method icon to amount column and info meta boxes.
* Added BLIK payment method.
Expand Down
54 changes: 30 additions & 24 deletions src/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,36 @@
{
"version": "8.0.0-alpha.4",
"date": "2022-01-11",
"changes": {
"name": "Removed",
"changes": [
"Removed support for Event Espresso 3 → https://www.pronamic.eu/pronamic-pay-support-for-event-espresso-3-removed/.",
"Removed support for s2Member → https://www.pronamic.eu/pronamic-pay-support-for-s2member-removed/.",
"Removed support for WP eCommerce → https://www.pronamic.eu/pronamic-pay-support-for-wp-ecommerce-removed/."
],
"name": "Changed",
"changes": [
"Updated WordPress core library to version `4.0.0`.",
"Refactored subscription follow-up payments processes.",
"Increased WordPress requirement to version `5.2` or higher.",
"Updated all extension libraries → https://github.com/wp-pay-extensions.",
"Updated all gateway libraries → https://github.com/wp-pay-gateways."
],
"name": "Added",
"changes": [
"Added https://actionscheduler.org/ library for subscription processes.",
"Added payment method icon to amount column and info meta boxes.",
"Added BLIK payment method.",
"Added MB WAY payment method.",
"Added TWINT payment method."
]
}
"changes": [
{
"name": "Removed",
"changes": [
"Removed support for Event Espresso 3 → https://www.pronamic.eu/pronamic-pay-support-for-event-espresso-3-removed/.",
"Removed support for s2Member → https://www.pronamic.eu/pronamic-pay-support-for-s2member-removed/.",
"Removed support for WP eCommerce → https://www.pronamic.eu/pronamic-pay-support-for-wp-ecommerce-removed/."
]
},
{
"name": "Changed",
"changes": [
"Updated WordPress core library to version `4.0.0`.",
"Refactored subscription follow-up payments processes.",
"Increased WordPress requirement to version `5.2` or higher.",
"Updated all extension libraries → https://github.com/wp-pay-extensions.",
"Updated all gateway libraries → https://github.com/wp-pay-gateways."
]
},
{
"name": "Added",
"changes": [
"Added https://actionscheduler.org/ library for subscription processes.",
"Added payment method icon to amount column and info meta boxes.",
"Added BLIK payment method.",
"Added MB WAY payment method.",
"Added TWINT payment method."
]
}
]
},
{
"version": "7.0.2",
Expand Down

0 comments on commit 25d8dbd

Please sign in to comment.