Skip to content

Commit

Permalink
Merge branch 'release/3.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Aug 13, 2021
2 parents be2c8bd + 605d347 commit 96dd358
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
/.project
/.settings

# JetBrains IDEs (https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore)
/.idea

# Node.js
/package-lock.json
/node_modules/
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
## [Unreleased][unreleased]
-

## [3.0.1] - 2021-08-13
- Fixed "Fatal error: Uncaught Error: Class 'Pronamic\WordPress\Pay\Extensions\MemberPress\Money' not found".

## [3.0.0] - 2021-08-05
- Updated to `pronamic/wp-pay-core` version `3.0.0`.
- Updated to `pronamic/wp-money` version `2.0.0`.
Expand Down Expand Up @@ -138,7 +141,8 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
## 1.0.0 - 2016-02-01
- First release.

[unreleased]: https://github.com/wp-pay-extensions/memberpress/compare/3.0.0...HEAD
[unreleased]: https://github.com/wp-pay-extensions/memberpress/compare/3.0.1...HEAD
[3.0.1]: https://github.com/wp-pay-extensions/memberpress/compare/3.0.0...3.0.1
[3.0.0]: https://github.com/wp-pay-extensions/memberpress/compare/2.3.3...3.0.0
[2.3.3]: https://github.com/wp-pay-extensions/memberpress/compare/2.3.2...2.3.3
[2.3.2]: https://github.com/wp-pay-extensions/memberpress/compare/2.3.1...2.3.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "memberpress",
"version": "3.0.0",
"version": "3.0.1",
"description": "MemberPress driver for the WordPress payment processing library.",
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion src/Pronamic.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
namespace Pronamic\WordPress\Pay\Extensions\MemberPress;

use MeprTransaction;
use Pronamic\WordPress\Money\Money;
use Pronamic\WordPress\Money\TaxedMoney;
use Pronamic\WordPress\Pay\AddressHelper;
use Pronamic\WordPress\Pay\Customer;
Expand All @@ -26,7 +27,7 @@
* Pronamic
*
* @author Remco Tolsma
* @version 2.3.2
* @version 3.0.1
* @since 2.0.5
*/
class Pronamic {
Expand Down

0 comments on commit 96dd358

Please sign in to comment.