Skip to content

Commit 8ea8300

Browse files
committed
3.1.1 Versioning
1 parent 722cf8d commit 8ea8300

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.0-1
3+
2015.03.10 - version 3.1.1
44
* Tweak - Add `get_cancel_order_url_raw()` compatibility method
55

66
2015.02.09 - version 3.1.0

woocommerce/class-sv-wc-plugin-compatibility.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ public static function get_order_user( WC_Order $order ) {
252252
*
253253
* Introduced in WC 2.3.6
254254
*
255-
* @since 3.1.0-1
255+
* @since 3.1.1
256256
* @param \WC_Order $order
257257
* @return string The unescaped cancel-order URL
258258
*/

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

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

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

0 commit comments

Comments
 (0)