Skip to content

Commit

Permalink
Merge pull request #162 from skyverge/4.5
Browse files Browse the repository at this point in the history
v4.4.2
  • Loading branch information
ChaseWiseman authored Aug 2, 2016
2 parents b482da5 + 25db1d2 commit 4e3e934
Show file tree
Hide file tree
Showing 5 changed files with 222 additions and 52 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wc-plugin-framework",
"version": "4.4.1",
"version": "4.4.2",
"title": "WooCommerce Plugin Framework",
"author": "SkyVerge Team",
"homepage": "https://github.com/skyverge/wc-plugin-framework#readme",
Expand Down
3 changes: 3 additions & 0 deletions woocommerce/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
*** SkyVerge WooCommerce Plugin Framework Changelog ***

2016.08.02 - version 4.4.2
* Tweak - Refactor background job data structure and processing

2016.07.18 - version 4.4.1
* Misc - Add compatibility for WordPress 4.6

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 @@ -34,13 +34,13 @@
* plugin. This class handles all the "non-feature" support tasks such
* as verifying dependencies are met, loading the text domain, etc.
*
* @version 4.4.1
* @version 4.4.2
*/
abstract class SV_WC_Plugin {


/** Plugin Framework Version */
const VERSION = '4.4.1';
const VERSION = '4.4.2';

/** @var object single instance of plugin */
protected static $instance;
Expand Down
16 changes: 12 additions & 4 deletions woocommerce/i18n/languages/woocommerce-plugin-framework.pot
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright (C) 2016
# Copyright (C) 2016
# This file is distributed under the same license as the package.
msgid ""
msgstr ""
"Project-Id-Version: WooCommerce Plugin Framework 4.4.1\n"
"Project-Id-Version: WooCommerce Plugin Framework 4.4.2\n"
"Report-Msgid-Bugs-To: https://support.woothemes.com/hc/\n"
"POT-Creation-Date: 2015-07-22 12:09:16+00:00\n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -1164,7 +1164,15 @@ msgstr ""
msgid "%1$s eCheck Payment Method Saved: %2$s account ending in %3$s"
msgstr ""

#: utilities/class-sv-wp-background-job-handler.php:623
#: utilities/class-sv-wp-background-job-handler.php:568
msgid "Job data key \"%s\" not set"
msgstr ""

#: utilities/class-sv-wp-background-job-handler.php:572
msgid "Job data key \"%s\" is not an array"
msgstr ""

#: utilities/class-sv-wp-background-job-handler.php:784
msgid "Every %d Minutes"
msgstr ""

Expand Down Expand Up @@ -1275,4 +1283,4 @@ msgstr ""
#: payment-gateway/integrations/class-sv-wc-payment-gateway-integration-subscriptions.php:853
msgctxt "woocommerce-plugin-framework"
msgid "%s Renewal Payment Failed (%s)"
msgstr ""
msgstr ""
Loading

0 comments on commit 4e3e934

Please sign in to comment.