Skip to content

Commit

Permalink
Version 4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaseWiseman committed Aug 14, 2017
1 parent 703a2f6 commit dd7821b
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 15 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.7.0",
"version": "4.7.1",
"title": "WooCommerce Plugin Framework",
"author": "SkyVerge Team",
"homepage": "https://github.com/skyverge/wc-plugin-framework#readme",
Expand Down
2 changes: 1 addition & 1 deletion woocommerce/api/class-sv-wc-api-base.php
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ public function is_tls_1_2_available() {
/**
* Filters whether TLS 1.2 is available.
*
* @since 4.7.1-dev
* @since 4.7.1
*
* @param bool $is_available whether TLS 1.2 is available
* @param \SV_WC_API_Base $api API class instance
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 ***

2017.08.14 - version 4.7.1
* Tweak - Refine the TLS 1.2 notice wording and appearance

2017.07.25 - version 4.7.0
* Feature - Introduce the Apple Pay framework for developers

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.7.0
* @version 4.7.1
*/
abstract class SV_WC_Plugin {


/** Plugin Framework Version */
const VERSION = '4.7.0';
const VERSION = '4.7.1';

/** @var object single instance of plugin */
protected static $instance;
Expand Down
23 changes: 12 additions & 11 deletions woocommerce/i18n/languages/woocommerce-plugin-framework.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is distributed under the same license as the package.
msgid ""
msgstr ""
"Project-Id-Version: WooCommerce Plugin Framework 4.7.0\n"
"Project-Id-Version: WooCommerce Plugin Framework 4.7.1\n"
"Report-Msgid-Bugs-To: https://support.woocommerce.com/hc/\n"
"POT-Creation-Date: 2015-07-22 12:09:16+00:00\n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -965,12 +965,13 @@ msgstr ""
#: payment-gateway/class-sv-wc-payment-gateway-plugin.php:530
#. translators: Placeholders: %s - payment gateway name
msgid ""
"%s requires TLS v1.2 support to process transactions. Please contact your "
"hosting provider to update your environment to support the latest security "
"standards."
"%s will soon require TLS 1.2 support to process transactions and your "
"server environment may need to be updated. Please contact your hosting "
"provider to confirm that your site can send and receive TLS 1.2 connections "
"and request they make any necessary updates."
msgstr ""

#: payment-gateway/class-sv-wc-payment-gateway-plugin.php:583
#: payment-gateway/class-sv-wc-payment-gateway-plugin.php:584
#. translators: Placeholders: %1$s - plugin name, %2$s - a
#. currency/comma-separated list of currencies, %3$s - <a> tag, %4$s - </a> tag
msgid ""
Expand All @@ -982,34 +983,34 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""

#: payment-gateway/class-sv-wc-payment-gateway-plugin.php:627
#: payment-gateway/class-sv-wc-payment-gateway-plugin.php:628
#. translators: Placeholders: %1$s - payment gateway title (such as
#. Authorize.net, Braintree, etc), %2$s - <a> tag, %3$s - </a> tag
msgid ""
"%1$s is inactive for subscription transactions. Please %2$senable "
"tokenization%3$s to activate %1$s for Subscriptions."
msgstr ""

#: payment-gateway/class-sv-wc-payment-gateway-plugin.php:645
#: payment-gateway/class-sv-wc-payment-gateway-plugin.php:646
#. translators: Placeholders: %1$s - payment gateway title (such as
#. Authorize.net, Braintree, etc), %2$s - <a> tag, %3$s - </a> tag
msgid ""
"%1$s is inactive for pre-order transactions. Please %2$senable "
"tokenization%3$s to activate %1$s for Pre-Orders."
msgstr ""

#: payment-gateway/class-sv-wc-payment-gateway-plugin.php:681
#: payment-gateway/class-sv-wc-payment-gateway-plugin.php:682
msgid ""
"You must enable tokenization for this gateway in order to support automatic "
"renewal payments with the WooCommerce Subscriptions extension."
msgstr ""

#: payment-gateway/class-sv-wc-payment-gateway-plugin.php:682
#: payment-gateway/class-sv-wc-payment-gateway-plugin.php:683
msgid "Inactive"
msgstr ""

#: payment-gateway/class-sv-wc-payment-gateway-plugin.php:826
#: payment-gateway/class-sv-wc-payment-gateway-plugin.php:895
#: payment-gateway/class-sv-wc-payment-gateway-plugin.php:827
#: payment-gateway/class-sv-wc-payment-gateway-plugin.php:896
#. translators: verb, as in "Capture credit card charge". Used when an
#. amount has been pre-authorized before, but funds have not yet been captured
#. (taken) from the card. Capturing the charge will take the money from the
Expand Down

0 comments on commit dd7821b

Please sign in to comment.