Skip to content

Commit 4e3e934

Browse files
authored
Merge pull request #162 from skyverge/4.5
v4.4.2
2 parents b482da5 + 25db1d2 commit 4e3e934

File tree

5 files changed

+222
-52
lines changed

5 files changed

+222
-52
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.4.1",
3+
"version": "4.4.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.08.02 - version 4.4.2
4+
* Tweak - Refactor background job data structure and processing
5+
36
2016.07.18 - version 4.4.1
47
* Misc - Add compatibility for WordPress 4.6
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.4.1
37+
* @version 4.4.2
3838
*/
3939
abstract class SV_WC_Plugin {
4040

4141

4242
/** Plugin Framework Version */
43-
const VERSION = '4.4.1';
43+
const VERSION = '4.4.2';
4444

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

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

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Copyright (C) 2016
1+
# Copyright (C) 2016
22
# This file is distributed under the same license as the package.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: WooCommerce Plugin Framework 4.4.1\n"
5+
"Project-Id-Version: WooCommerce Plugin Framework 4.4.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"
@@ -1164,7 +1164,15 @@ msgstr ""
11641164
msgid "%1$s eCheck Payment Method Saved: %2$s account ending in %3$s"
11651165
msgstr ""
11661166

1167-
#: utilities/class-sv-wp-background-job-handler.php:623
1167+
#: utilities/class-sv-wp-background-job-handler.php:568
1168+
msgid "Job data key \"%s\" not set"
1169+
msgstr ""
1170+
1171+
#: utilities/class-sv-wp-background-job-handler.php:572
1172+
msgid "Job data key \"%s\" is not an array"
1173+
msgstr ""
1174+
1175+
#: utilities/class-sv-wp-background-job-handler.php:784
11681176
msgid "Every %d Minutes"
11691177
msgstr ""
11701178

@@ -1275,4 +1283,4 @@ msgstr ""
12751283
#: payment-gateway/integrations/class-sv-wc-payment-gateway-integration-subscriptions.php:853
12761284
msgctxt "woocommerce-plugin-framework"
12771285
msgid "%s Renewal Payment Failed (%s)"
1278-
msgstr ""
1286+
msgstr ""

0 commit comments

Comments
 (0)