Skip to content

Commit

Permalink
3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Aug 19, 2021
1 parent 7c87685 commit 9935871
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a CHANGELOG](http://keepachangelog.com/).

## [Unreleased][unreleased]
-

## [3.0.3] - 2021-08-19
- Added Giropay gateway.

## [3.0.2] - 2021-08-16
Expand Down Expand Up @@ -144,7 +147,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.2...HEAD
[unreleased]: https://github.com/wp-pay-extensions/memberpress/compare/3.0.3...HEAD
[3.0.3]: https://github.com/wp-pay-extensions/memberpress/compare/3.0.2...3.0.3
[3.0.2]: https://github.com/wp-pay-extensions/memberpress/compare/3.0.1...3.0.2
[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
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.2",
"version": "3.0.3",
"description": "MemberPress driver for the WordPress payment processing library.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions src/Gateways/GiropayGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
* WordPress pay MemberPress Giropay gateway
*
* @author Remco Tolsma
* @version 2.0.1
* @since 1.0.0
* @version 3.0.3
* @since 3.0.3
*/
class GiropayGateway extends Gateway {
/**
Expand Down

0 comments on commit 9935871

Please sign in to comment.