We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b093d4a commit 423973aCopy full SHA for 423973a
woocommerce/changelog.txt
@@ -1,6 +1,6 @@
1
*** SkyVerge WooCommerce Plugin Framework Changelog ***
2
3
-2015.nn.nn - version 3.1.1-1
+2015.nn.nn - version 3.1.2
4
* Fix - JS variable `wc_select_params` undefined in WC 2.3.6+
5
6
2015.03.10 - version 3.1.1
woocommerce/class-sv-wc-plugin.php
@@ -84,12 +84,12 @@
84
* Use the standard WordPress/WooCommerce `is_*` methods when adding the notice
85
* to control which pages it does (or does not) display on.
86
*
87
- * @version 3.1.1-1
+ * @version 3.1.2
88
*/
89
abstract class SV_WC_Plugin {
90
91
/** Plugin Framework Version */
92
- const VERSION = '3.1.1-1';
+ const VERSION = '3.1.2';
93
94
/** @var object single instance of plugin */
95
protected static $instance;
0 commit comments