diff --git a/CHANGELOG.md b/CHANGELOG.md index 7526b1ac..532502a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] +## [9.4.8] - 2023-07-20 + +### Fixed + +- Fixed untranslated plugin. + +### Commits + +- Use relative `^wp-content/` path in PHPCS config. ([1950c8f](https://github.com/pronamic/wp-pronamic-pay/commit/1950c8f0eebaca92602274fab22b20e928bdcd07)) + +Full set of changes: [`9.4.7...9.4.8`][9.4.8] + +[9.4.8]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.4.7...v9.4.8 + ## [9.4.7] - 2023-07-19 ### Commits diff --git a/package.json b/package.json index b9e05f53..568ac79c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pronamic-pay", - "version": "9.4.7", + "version": "9.4.8", "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 83fcc14e..2881e539 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.7 + * Version: 9.4.8 * Requires at least: 5.9 * Requires PHP: 7.4 * diff --git a/readme.txt b/readme.txt index 47c23403..7909ec90 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.7 +Stable tag: 9.4.8 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,19 @@ Automatic updates should work like a charm; as always though, ensure you backup == Changelog == += 9.4.8 = +### Fixed + +- Fixed untranslated plugin. + +### Commits + +- Use relative `^wp-content/` path in PHPCS config. ([1950c8f](https://github.com/pronamic/wp-pronamic-pay/commit/1950c8f0eebaca92602274fab22b20e928bdcd07)) + +Full set of changes: [`9.4.7...9.4.8`][9.4.8] + +[9.4.8]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.4.7...v9.4.8 + = 9.4.7 = ### Commits @@ -275,28 +288,6 @@ Full set of changes: [`9.4.3...9.4.4`][9.4.4] [9.4.4]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.4.3...v9.4.4 -= 9.4.3 = -### Fixed - -- Fixed error caused by undefined `PRONAMIC_PAY_DEBUG` constant. -- Fixed warning about missing `package.json` file in Mollie integration. - -### Commits - -- Check if `PRONAMIC_PAY_DEBUG` constant is defined. ([10c8e53](https://github.com/pronamic/wp-pronamic-pay/commit/10c8e5374fc6e28564f9fe5499b81005f8736a03)) -- Make sure to define `PRONAMIC_PAY_DEBUG` constant (accidentally removed in 778b554b). ([6e41f23](https://github.com/pronamic/wp-pronamic-pay/commit/6e41f234654a4e192718907728746e569449be07)) -- Mark 'Old platform' integrations for ING iDEAL Advanced as deprecated. ([82cd05e](https://github.com/pronamic/wp-pronamic-pay/commit/82cd05ee7615d96075ee7484138a6b4687e418d0)) -- Updated translations. ([b056794](https://github.com/pronamic/wp-pronamic-pay/commit/b0567941d165a7209972d9e64e82b7280200ef13)) - -### Composer - -- Changed `pronamic/wp-mollie` from `v1.2.0` to `v1.2.1`. - Release notes: https://github.com/pronamic/wp-mollie/releases/tag/v1.2.1 - -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 - [See changelog for all versions.](https://www.pronamic.eu/plugins/pronamic-pay/changelog/) == Links ==