diff --git a/CHANGELOG.md b/CHANGELOG.md index ee50ebc..4edc482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,23 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [4.3.3] - 2023-06-01 + +### Commits + +- Switch from `pronamic/wp-deployer` to `pronamic/pronamic-cli`. ([7d6d593](https://github.com/pronamic/wp-pronamic-pay-charitable/commit/7d6d59316e76d8eec9dde8465d6d1f83cffb7afc)) +- Improving CI. ([0389af7](https://github.com/pronamic/wp-pronamic-pay-charitable/commit/0389af7a7ef82c37b293f945d72816f20e02fd95)) +- Updated .gitattributes ([d361814](https://github.com/pronamic/wp-pronamic-pay-charitable/commit/d3618142e905900ebb12c1a30822b93e756bdc3e)) + +### Composer + +- 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: [`4.3.2...4.3.3`][4.3.3] + +[4.3.3]: https://github.com/pronamic/wp-pronamic-pay-charitable/compare/v4.3.2...v4.3.3 + ## [4.3.2] - 2023-03-27 ### Commits diff --git a/package.json b/package.json index 96af0fa..b1a39e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charitable", - "version": "4.3.2", + "version": "4.3.3", "description": "Charitable driver for the WordPress payment processing library.", "repository": { "type": "git", diff --git a/pronamic-pay-charitable.php b/pronamic-pay-charitable.php index 08832fe..a14bd11 100644 --- a/pronamic-pay-charitable.php +++ b/pronamic-pay-charitable.php @@ -4,7 +4,7 @@ * Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-charitable/ * Description: Extend the Pronamic Pay plugin with Charitable support to receive payments through a variety of payment providers. * - * Version: 4.3.2 + * Version: 4.3.3 * Requires at least: 4.7 * Requires PHP: 7.4 *