diff --git a/CHANGELOG.md b/CHANGELOG.md index b9bc731..4e16e1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased][unreleased] +## [3.2.0] - 2023-02-23 + +### Commits + +- Added support for block border control. ([950af6b](https://github.com/wp-pay/fundraising/commit/950af6b120ea111c7ef9c5f493cfec81e96dbf5b)) +- Removed default border from block. ([a6b7bdf](https://github.com/wp-pay/fundraising/commit/a6b7bdfd831dff4c771159eee071b131c3f6a9b1)) + +Full set of changes: [`3.1.1...3.2.0`][3.2.0] + +[3.2.0]: https://github.com/wp-pay/fundraising/compare/v3.1.1...v3.2.0 + ## [3.1.1] - 2023-01-31 ### Composer diff --git a/package.json b/package.json index bb5e083..99dc1e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fundraising", - "version": "3.1.1", + "version": "3.2.0", "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 717dc7c..30a84cc 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.1.1 + * Version: 3.2.0 * Requires at least: 5.5 * Requires PHP: 7.4 * diff --git a/readme.txt b/readme.txt index f95bb2d..d7f1bb5 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.1.1 +Stable tag: 3.2.0 Extend the Pronamic Pay plugin with blocks for fundraising.