Skip to content

Commit 3487dae

Browse files
committed
Release 1.3.4
1 parent 16136f1 commit 3487dae

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

MPM/mpm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: MPM - Mollie Payment Module
44
* Plugin URI: https://github.com/Mollie/WooCommerce/releases
5-
* Version: 1.3.3
5+
* Version: 1.3.4
66
* Description: Integration of the Mollie API for WooCommerce
77
* Author: Mollie
88
* Author URI: https://www.mollie.nl

MPM/mpm_settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class MPM_Settings extends WC_Settings_API
4141
/** @var $return MPM_return|null */
4242
public $return = null;
4343

44-
public $plugin_version = '1.3.3';
44+
public $plugin_version = '1.3.4';
4545
public $update_url = 'https://github.com/mollie/WooCommerce';
4646

4747
public function __construct()

changelog.mdown

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
![Mollie](https://www.mollie.nl/files/Mollie-Logo-Style-Small.png)
2+
3+
# Changelog #
4+
5+
## Changes in release 1.3.4 ##
6+
+ Stop Google Analytics from listing payment provider as referrer.
7+
8+
## Changes in release 1.3.3 ##
9+
+ Security improvements.
10+
11+
## Changes in release 1.3.2 ##
12+
+ Fixed issue with spaces in WooCommerce endpoint URL.
13+
14+
## Changes in release 1.3.1 ##
15+
+ Translation support for order statuses.
16+
17+
## Changes in release 1.3.0 ##
18+
+ Support for WooCommerce 2.2.0.

0 commit comments

Comments
 (0)