diff --git a/CHANGELOG.md b/CHANGELOG.md index 950f480a..7526b1ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,23 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] +## [9.4.7] - 2023-07-19 + +### Commits + +- Added forms plugin integration. ([6174b96](https://github.com/pronamic/wp-pronamic-pay/commit/6174b96f3924828f3a8429f92e128a5413769bcd)) + +### Composer + +- Changed `pronamic/wp-pronamic-pay-forms` from `v1.0.0` to `v1.0.1`. + Release notes: https://github.com/pronamic/wp-pronamic-pay-forms/releases/tag/v1.0.1 +- Changed `wp-pay/core` from `v4.10.0` to `v4.10.1`. + Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.10.1 + +Full set of changes: [`9.4.6...9.4.7`][9.4.7] + +[9.4.7]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.4.6...v9.4.7 + ## [9.4.6] - 2023-07-18 ### Composer diff --git a/package.json b/package.json index a0a6c5c5..b9e05f53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pronamic-pay", - "version": "9.4.6", + "version": "9.4.7", "description": "The Pronamic Pay plugin adds payment methods like iDEAL, Bancontact, credit card and more to your WordPress site for a variety of payment providers.", "repository": { "type": "git", diff --git a/pronamic-ideal.php b/pronamic-ideal.php index 2afcd5c8..83fcc14e 100755 --- a/pronamic-ideal.php +++ b/pronamic-ideal.php @@ -4,7 +4,7 @@ * Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay/ * Description: The Pronamic Pay plugin adds payment methods like iDEAL, Bancontact, credit card and more to your WordPress site for a variety of payment providers. * - * Version: 9.4.6 + * Version: 9.4.7 * Requires at least: 5.9 * Requires PHP: 7.4 * diff --git a/readme.txt b/readme.txt index b658aceb..47c23403 100755 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Donate link: https://www.pronamic.eu/donate/?for=wp-plugin-pronamic-pay&source=w Requires at least: 5.9 Tested up to: 6.2 Requires PHP: 7.4 -Stable tag: 9.4.6 +Stable tag: 9.4.7 The Pronamic Pay plugin adds payment methods like iDEAL, Bancontact, credit card and more to your WordPress site for a variety of payment providers. @@ -113,6 +113,22 @@ Automatic updates should work like a charm; as always though, ensure you backup == Changelog == += 9.4.7 = +### Commits + +- Added forms plugin integration. ([6174b96](https://github.com/pronamic/wp-pronamic-pay/commit/6174b96f3924828f3a8429f92e128a5413769bcd)) + +### Composer + +- Changed `pronamic/wp-pronamic-pay-forms` from `v1.0.0` to `v1.0.1`. + Release notes: https://github.com/pronamic/wp-pronamic-pay-forms/releases/tag/v1.0.1 +- Changed `wp-pay/core` from `v4.10.0` to `v4.10.1`. + Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.10.1 + +Full set of changes: [`9.4.6...9.4.7`][9.4.7] + +[9.4.7]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.4.6...v9.4.7 + = 9.4.6 = ### Composer @@ -281,28 +297,6 @@ Full set of changes: [`9.4.2...9.4.3`][9.4.3] [9.4.3]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.4.2...v9.4.3 -= 9.4.2 = -### Fixed - -- Fixed fatal error due to errorneous translations. - -### Commits - -- Updated translations. ([a416552](https://github.com/pronamic/wp-pronamic-pay/commit/a41655239944cf37900daca960c3468dc51fd59d)) - -### Composer - -- Changed `wp-pay-extensions/charitable` from `v4.3.1` to `v4.3.2`. - Release notes: https://github.com/pronamic/wp-pronamic-pay-charitable/releases/tag/v4.3.2 -- Changed `wp-pay-gateways/adyen` from `v4.4.3` to `v4.4.4`. - Release notes: https://github.com/pronamic/wp-pronamic-pay-adyen/releases/tag/v4.4.4 -- Changed `wp-pay/core` from `v4.9.1` to `v4.9.2`. - Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.9.2 - -Full set of changes: [`9.4.1...9.4.2`][9.4.2] - -[9.4.2]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.4.1...v9.4.2 - [See changelog for all versions.](https://www.pronamic.eu/plugins/pronamic-pay/changelog/) == Links ==