Skip to content

Commit

Permalink
3.1.2 Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
tamarazuk committed Mar 17, 2015
1 parent b093d4a commit 423973a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion woocommerce/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*** SkyVerge WooCommerce Plugin Framework Changelog ***

2015.nn.nn - version 3.1.1-1
2015.nn.nn - version 3.1.2
* Fix - JS variable `wc_select_params` undefined in WC 2.3.6+

2015.03.10 - version 3.1.1
Expand Down
4 changes: 2 additions & 2 deletions woocommerce/class-sv-wc-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@
* Use the standard WordPress/WooCommerce `is_*` methods when adding the notice
* to control which pages it does (or does not) display on.
*
* @version 3.1.1-1
* @version 3.1.2
*/
abstract class SV_WC_Plugin {

/** Plugin Framework Version */
const VERSION = '3.1.1-1';
const VERSION = '3.1.2';

/** @var object single instance of plugin */
protected static $instance;
Expand Down

0 comments on commit 423973a

Please sign in to comment.