Skip to content

Commit

Permalink
Release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Willem Stuursma committed Jun 18, 2014
1 parent 892ead9 commit d8b4d32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MPM/lib
Submodule lib updated 1 files
+14 −0 src/Mollie/API/Client.php
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.2.1
* Version: 1.2.2
* 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.2.1';
public $plugin_version = '1.2.2';
public $update_url = 'https://github.com/mollie/WooCommerce';

public function __construct()
Expand Down

0 comments on commit d8b4d32

Please sign in to comment.