Skip to content

Commit

Permalink
Getting ready for version 1.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Oct 19, 2016
1 parent f2b4853 commit 6d402de
Show file tree
Hide file tree
Showing 12 changed files with 142 additions and 55 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
## [Unreleased][unreleased]
-

## [1.3.2] - 2016-10-19
- Added `payment_status_request` feature support.
- Updated SHA-IN parameters list from ingenico.com.
- Updated SHA-OUT parameters list from ingenico.com.
- Removed schedule status check event, this will be part of the Pronamic iDEAL plugin.
- Use new $payment->format_string() function, and remove util function.
- Added support for new Bancontact constant.
- Fixed method `get_default_form_action_url()` visibility.
- Added support for form action URL for OrderStandard Easy.

## [1.3.1] - 2016-07-06
- Get payment ID from request data.

Expand Down Expand Up @@ -65,7 +75,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/ogone/compare/1.3.1...HEAD
[unreleased]: https://github.com/wp-pay-gateways/ogone/compare/1.3.2...HEAD
[1.3.2]: https://github.com/wp-pay-gateways/ogone/compare/1.3.1...1.3.2
[1.3.1]: https://github.com/wp-pay-gateways/ogone/compare/1.3.0...1.3.1
[1.3.0]: https://github.com/wp-pay-gateways/ogone/compare/1.2.9...1.3.0
[1.2.9]: https://github.com/wp-pay-gateways/ogone/compare/1.2.8...1.2.9
Expand Down
157 changes: 112 additions & 45 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ogone",
"version": "1.3.1",
"version": "1.3.2",
"description": "Ogone driver for the WordPress payment processing library.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,6 +38,6 @@
"grunt-phplint": "0.0.8",
"grunt-phpmd": "^0.1.1",
"grunt-phpunit": "^0.3.6",
"load-grunt-tasks": "^3.5.0"
"load-grunt-tasks": "^3.5.2"
}
}
4 changes: 3 additions & 1 deletion src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
* Company: Pronamic
*
* @author Remco Tolsma
* @version 1.0.0
* @version 1.3.2
* @since 1.0.0
*/
class Pronamic_WP_Pay_Gateways_Ogone_Config extends Pronamic_WP_Pay_GatewayConfig {
/**
Expand Down Expand Up @@ -88,6 +89,7 @@ public function get_payment_server_url() {
/**
* Get Direct Query URL.
*
* @since 1.3.2
* @return string
*/
public function get_direct_query_url() {
Expand Down
Loading

0 comments on commit 6d402de

Please sign in to comment.