Skip to content

Commit 423973a

Browse files
committed
3.1.2 Versioning
1 parent b093d4a commit 423973a

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-
2015.nn.nn - version 3.1.1-1
3+
2015.nn.nn - version 3.1.2
44
* Fix - JS variable `wc_select_params` undefined in WC 2.3.6+
55

66
2015.03.10 - version 3.1.1

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.1.1-1
87+
* @version 3.1.2
8888
*/
8989
abstract class SV_WC_Plugin {
9090

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

9494
/** @var object single instance of plugin */
9595
protected static $instance;

0 commit comments

Comments
 (0)