Skip to content

Commit

Permalink
Getting ready for version 1.2.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jun 14, 2016
1 parent b8cc164 commit 5029a83
Show file tree
Hide file tree
Showing 4 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 @@ -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.

Expand Down Expand Up @@ -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
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": "buckaroo",
"version": "1.2.4",
"version": "1.2.5",
"description": "Buckaroo driver for the WordPress payment processing library.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/Gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion src/Util.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5029a83

Please sign in to comment.