diff --git a/CHANGELOG.md b/CHANGELOG.md index bb25a12..53f0084 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased][unreleased] +## [3.2.2] - 2023-06-01 + +### Commits + +- Switch from `pronamic/wp-deployer` to `pronamic/pronamic-cli`. ([4a05c21](https://github.com/pronamic/wp-pronamic-pay-fundraising/commit/4a05c21240156f76017f09ca7ff79e3eb86afeb7)) +- Fixed duplicate block registration. ([c9ae497](https://github.com/pronamic/wp-pronamic-pay-fundraising/commit/c9ae497b6107625efbbe1f62a6f7ec370230571d)) +- Fixed loading WordPress Money and editor script translations. ([1091db8](https://github.com/pronamic/wp-pronamic-pay-fundraising/commit/1091db822118d655fcd8c2cf3377d2f99a192c19)) +- Use Jetpack autoloader. ([36ff8e9](https://github.com/pronamic/wp-pronamic-pay-fundraising/commit/36ff8e970f16d41658943b3661d5cd1d6ef354e8)) +- Updated .gitattributes ([1492d78](https://github.com/pronamic/wp-pronamic-pay-fundraising/commit/1492d78681b3ef9b4a8fa79af2302b4c619d36b1)) + +### Composer + +- Added `automattic/jetpack-autoloader` `^2.11`. +- Changed `wp-pay/core` from `^4.6` to `v4.9.2`. + Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.9.2 + +Full set of changes: [`3.2.1...3.2.2`][3.2.2] + +[3.2.2]: https://github.com/pronamic/wp-pronamic-pay-fundraising/compare/v3.2.1...v3.2.2 + ## [3.2.1] - 2023-03-27 ### Commits diff --git a/package.json b/package.json index 93961d7..1e8765a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fundraising", - "version": "3.2.1", + "version": "3.2.2", "description": "Fundraising add-on for the WordPress payment processing library.", "repository": { "type": "git", diff --git a/pronamic-pay-fundraising.php b/pronamic-pay-fundraising.php index b27930f..6de20c1 100644 --- a/pronamic-pay-fundraising.php +++ b/pronamic-pay-fundraising.php @@ -4,7 +4,7 @@ * Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-fundraising/ * Description: Extend the Pronamic Pay plugin with fundraising blocks. * - * Version: 3.2.1 + * Version: 3.2.2 * Requires at least: 5.5 * Requires PHP: 7.4 * diff --git a/readme.txt b/readme.txt index cd9a758..057114a 100644 --- a/readme.txt +++ b/readme.txt @@ -4,6 +4,6 @@ Tags: pronamic, pay, fundraising, crowdfunding, donations, add-on Requires at least: 5.5 Tested up to: 5.8 Requires PHP: 7.4 -Stable tag: 3.2.1 +Stable tag: 3.2.2 Extend the Pronamic Pay plugin with blocks for fundraising.