File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 ()
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments