Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lvgunst committed Apr 17, 2015
1 parent 99f6f00 commit 8869283
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MPM/mpm.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: MPM - Mollie Payment Module
* Plugin URI: https://github.com/Mollie/WooCommerce/releases
* Version: 1.3.8
* Version: 1.4.0
* Description: Integration of the Mollie API for WooCommerce
* Author: Mollie
* Author URI: https://www.mollie.nl
Expand Down
2 changes: 1 addition & 1 deletion MPM/mpm_settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class MPM_Settings extends WC_Settings_API
/** @var $return MPM_return|null */
public $return = null;

public $plugin_version = '1.3.8';
public $plugin_version = '1.4.0';
public $update_url = 'https://github.com/mollie/WooCommerce';

public function __construct()
Expand Down
3 changes: 3 additions & 0 deletions changelog.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

# Changelog #

## Changes in release 1.4.0 ##
+ Banktransfer payments get the initial state on-hold. This ensures the order won't be cancelled when the option "Hold Stock (minutes)" is used.

## Changes in release 1.3.8 ##
+ Fix issue in WooCommerce 2.3+ when calling add_error(), now uses wp_add_notice()

Expand Down

0 comments on commit 8869283

Please sign in to comment.