diff --git a/CHANGELOG.md b/CHANGELOG.md index e3a560f..e3db722 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [1.2.5] - 2016-06-14 +- Simplified the gateay payment start function. + ## [1.2.4] - 2016-04-12 - Added support for iDEAL issuer. @@ -38,7 +41,8 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [1.0.0] - 2015-01-19 - First release. -[unreleased]: https://github.com/wp-pay-gateways/buckaroo/compare/1.2.4...HEAD +[unreleased]: https://github.com/wp-pay-gateways/buckaroo/compare/1.2.5...HEAD +[1.2.5]: https://github.com/wp-pay-gateways/buckaroo/compare/1.2.4...1.2.5 [1.2.4]: https://github.com/wp-pay-gateways/buckaroo/compare/1.2.3...1.2.4 [1.2.3]: https://github.com/wp-pay-gateways/buckaroo/compare/1.2.2...1.2.3 [1.2.2]: https://github.com/wp-pay-gateways/buckaroo/compare/1.2.1...1.2.2 diff --git a/package.json b/package.json index ad48125..afc18c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "buckaroo", - "version": "1.2.4", + "version": "1.2.5", "description": "Buckaroo driver for the WordPress payment processing library.", "repository": { "type": "git", diff --git a/src/Gateway.php b/src/Gateway.php index 266cc6f..bb95138 100644 --- a/src/Gateway.php +++ b/src/Gateway.php @@ -7,7 +7,7 @@ * Company: Pronamic * * @author Remco Tolsma - * @version 1.2.4 + * @version 1.2.5 * @since 1.0.0 */ class Pronamic_WP_Pay_Gateways_Buckaroo_Gateway extends Pronamic_WP_Pay_Gateway { diff --git a/src/Util.php b/src/Util.php index e05a1af..d7dc55d 100644 --- a/src/Util.php +++ b/src/Util.php @@ -7,7 +7,7 @@ * Company: Pronamic * * @author Remco Tolsma - * @version 1.2.3 + * @version 1.2.5 * @since 1.0.0 */ class Pronamic_WP_Pay_Gateways_Buckaroo_Util {