Skip to content

Commit a089cdb

Browse files
committed
4.2.2 Versioning
1 parent 3f4b2a9 commit a089cdb

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wc-plugin-framework",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"title": "WooCommerce Plugin Framework",
55
"author": "SkyVerge Team",
66
"homepage": "https://github.com/skyverge/wc-plugin-framework#readme",

woocommerce/changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
*** SkyVerge WooCommerce Plugin Framework Changelog ***
22

3+
2016.02.08 - version 4.2.2
4+
* Fix - Fix handling guest pre-orders
5+
36
2016.01.20 - version 4.2.1
47
* Fix - Fix `implode()` warnings in `SV_WC_Helper::get_order_line_items()`
58

woocommerce/class-sv-wc-plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
* plugin. This class handles all the "non-feature" support tasks such
3535
* as verifying dependencies are met, loading the text domain, etc.
3636
*
37-
* @version 4.2.1
37+
* @version 4.2.2
3838
*/
3939
abstract class SV_WC_Plugin {
4040

4141

4242
/** Plugin Framework Version */
43-
const VERSION = '4.2.1';
43+
const VERSION = '4.2.2';
4444

4545
/** @var object single instance of plugin */
4646
protected static $instance;

woocommerce/i18n/languages/wc-plugin-framework.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is distributed under the same license as the package.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: WooCommerce Plugin Framework 4.2.1\n"
5+
"Project-Id-Version: WooCommerce Plugin Framework 4.2.2\n"
66
"Report-Msgid-Bugs-To: https://support.woothemes.com/hc/\n"
77
"POT-Creation-Date: 2015-07-22 12:09:16+00:00\n"
88
"MIME-Version: 1.0\n"

0 commit comments

Comments
 (0)