diff --git a/CHANGELOG.md b/CHANGELOG.md index b29375f..93a3f4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 5dcb8b1..6cfe4c6 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/Gateways/GiropayGateway.php b/src/Gateways/GiropayGateway.php index 2f44d08..88270b5 100644 --- a/src/Gateways/GiropayGateway.php +++ b/src/Gateways/GiropayGateway.php @@ -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 { /**