Skip to content

Commit

Permalink
Merge branch 'release/3.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Sep 27, 2022
2 parents 256b7d2 + 9c8e679 commit 153dfa0
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 12 deletions.
20 changes: 12 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased][unreleased]

## [3.0.3] - 2022-09-27
- Updated version number in `readme.txt`.

## [3.0.2] - 2022-09-27
- Update to `wp-pay/core` version `^4.4`.

Expand Down Expand Up @@ -43,13 +46,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## 1.0.0 - 2019-05-06
- First release.

[unreleased]: https://github.com/wp-pay/fundraising/compare/3.0.2...HEAD
[unreleased]: https://github.com/wp-pay/fundraising/compare/3.0.3...HEAD
[3.0.3]: https://github.com/pronamic/wp-pronamic-pay-fundraising/compare/3.0.2...3.0.3
[3.0.2]: https://github.com/pronamic/wp-pronamic-pay-fundraising/compare/3.0.1...3.0.2
[3.0.1]: https://github.com/pronamic/wp-pronamic-pay-fundraising/compare/3.0.0...3.0.1
[3.0.0]: https://github.com/wp-pay/fundraising/compare/2.0.3...3.0.0
[2.0.3]: https://github.com/wp-pay/fundraising/compare/2.0.2...2.0.3
[2.0.2]: https://github.com/wp-pay/fundraising/compare/2.0.1...2.0.2
[2.0.1]: https://github.com/wp-pay/fundraising/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/wp-pay/fundraising/compare/1.1.1...2.0.0
[1.1.1]: https://github.com/wp-pay/fundraising/compare/1.1.0...1.1.1
[1.1.0]: https://github.com/wp-pay/fundraising/compare/1.0.0...1.1.0
[3.0.0]: https://github.com/pronamic/wp-pronamic-pay-fundraising/compare/2.0.3...3.0.0
[2.0.3]: https://github.com/pronamic/wp-pronamic-pay-fundraising/compare/2.0.2...2.0.3
[2.0.2]: https://github.com/pronamic/wp-pronamic-pay-fundraising/compare/2.0.1...2.0.2
[2.0.1]: https://github.com/pronamic/wp-pronamic-pay-fundraising/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/pronamic/wp-pronamic-pay-fundraising/compare/1.1.1...2.0.0
[1.1.1]: https://github.com/pronamic/wp-pronamic-pay-fundraising/compare/1.1.0...1.1.1
[1.1.0]: https://github.com/pronamic/wp-pronamic-pay-fundraising/compare/1.0.0...1.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fundraising",
"version": "2.0.3",
"version": "3.0.3",
"description": "Fundraising add-on for the WordPress payment processing library.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion pronamic-pay-fundraising.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.2
* Version: 3.0.3
* Requires at least: 5.5
*
* Author: Pronamic
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Tags: pronamic, pay, fundraising, crowdfunding, donations, add-on
Requires at least: 5.5
Tested up to: 5.8
Requires PHP: 5.3
Stable tag: 3.0.0
Stable tag: 3.0.3

Extend the Pronamic Pay plugin with blocks for fundraising.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ module.exports = {
...defaultConfig.output,
path: path.resolve( process.cwd(), 'js/dist' )
}
};
};

0 comments on commit 153dfa0

Please sign in to comment.