Skip to content

Commit bb1923a

Browse files
committed
2.0.3 Versioning
1 parent 4e76c92 commit bb1923a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

woocommerce/changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
*** SkyVerge WooCommerce Plugin Framework Changelog ***
22

3+
2014.03.05 - version 2.0.3
4+
* Fix - Fixed WC 2.1 compatibility for payment gateway charge captures
5+
36
2014.02.03 - version 2.0.2
47
* Fix - Improved WC 2.1 compatibility method to return the order id on the checkout pay page
58

woocommerce/class-sv-wc-plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@
4848
* + `get_settings_url()` - return the plugin admin settings URL, if any
4949
* + `render_admin_notices()` - override to perform custom admin plugin requirement checks (defaults to checking for php extension depenencies). Use the is_message_dismissed() and add_dismissible_notice() methods
5050
*
51-
* @version 2.0.2
51+
* @version 2.0.3
5252
*/
5353
abstract class SV_WC_Plugin {
5454

5555
/** Plugin Framework Version */
56-
const VERSION = '2.0.2';
56+
const VERSION = '2.0.3';
5757

5858
/** @var string plugin id */
5959
private $id;

0 commit comments

Comments
 (0)