Skip to content

Commit 21f1897

Browse files
committed
3.0.3 Versioning
1 parent 54aef66 commit 21f1897

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

woocommerce/changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*** SkyVerge WooCommerce Plugin Framework Changelog ***
22

3-
2014.nn.nn - version 3.0.2-1
3+
2014.11.20 - version 3.0.3
44
* Fix - Payment gateway framework now catches all SV_WC_Plugin_Exception exceptions. Fixes uncaught SV_WC_API_Exception error.
55

66
2014.10.19 - version 3.0.2

woocommerce/class-sv-wc-plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@
8484
* Use the standard WordPress/WooCommerce `is_*` methods when adding the notice
8585
* to control which pages it does (or does not) display on.
8686
*
87-
* @version 3.0.2-1
87+
* @version 3.0.3
8888
*/
8989
abstract class SV_WC_Plugin {
9090

9191
/** Plugin Framework Version */
92-
const VERSION = '3.0.2-1';
92+
const VERSION = '3.0.3';
9393

9494
/** @var string plugin id */
9595
private $id;

0 commit comments

Comments
 (0)