Skip to content

Commit

Permalink
Merge branch 'release/1.3.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Nov 16, 2016
2 parents 7c0688b + 750b52a commit 1414858
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,9 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
## [Unreleased][unreleased]
-

## [1.3.3] - 2016-11-16
- Removed specific ABN AMRO iDEAL Easy PSPID test description.

## [1.3.2] - 2016-10-20
- Added `payment_status_request` feature support.
- Updated SHA-IN parameters list from ingenico.com.
Expand Down Expand Up @@ -75,7 +78,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.2...HEAD
[unreleased]: https://github.com/wp-pay-gateways/ogone/compare/1.3.3...HEAD
[1.3.3]: https://github.com/wp-pay-gateways/ogone/compare/1.3.2...1.3.3
[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
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ogone",
"version": "1.3.2",
"version": "1.3.3",
"description": "Ogone driver for the WordPress payment processing library.",
"repository": {
"type": "git",
Expand Down
6 changes: 1 addition & 5 deletions src/Settings.php
Expand Up @@ -7,7 +7,7 @@
* Company: Pronamic
*
* @author Remco Tolsma
* @version 1.3.2
* @version 1.3.3
* @since 1.3.0
*/
class Pronamic_WP_Pay_Gateways_Ogone_Settings extends Pronamic_WP_Pay_GatewaySettings {
Expand Down Expand Up @@ -56,10 +56,6 @@ public function fields( array $fields ) {
'type' => 'text',
'classes' => array( 'code' ),
'tooltip' => __( 'PSPID as mentioned in the payment provider dashboard.', 'pronamic_ideal' ),
'description' => sprintf(
__( '<span class="show-provider show-abnamro-ideal-easy">Use <code>%s</code> for testing purposes, no registration required.</span>', 'pronamic_ideal' ),
'TESTiDEALEASY'
),
'methods' => array( 'ogone_orderstandard_easy', 'ogone_orderstandard', 'ogone_directlink' ),
);

Expand Down

0 comments on commit 1414858

Please sign in to comment.