Skip to content

Commit 298d787

Browse files
committed
Version 5.0
1 parent e0c1b0f commit 298d787

File tree

3 files changed

+35
-59
lines changed

3 files changed

+35
-59
lines changed

woocommerce/changelog.txt

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

3+
2018.01.11 - version 5.0.0
4+
* Feature - Partial capture - add a UI for multiple partial captures in supported gateways
5+
* Feature - Add CSC setting to enable or disable the field for tokenized methods
6+
* Tweak - Improve the My Payment Methods table styling on mobile
7+
* Dev - Add versioned namespaces
8+
* Dev - Add a sample plugin loader class
9+
* Dev - Add action hooks for My Payment Method actions
10+
* Misc - Drop WooCommerce 2.5 support
11+
* Misc - Drop Subscriptions 1.x support
12+
313
2017.12.11 - version 4.8.3
414
* Fix - Ensure failed order token meta is only copied to the parent subscription when a successful payment has occurred
515
* Fix - Don't reset the checkout password field if it's already visible

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
* are dropped.
4141
*
4242
* Current Compatibility
43-
* + Core 2.5.5 - 3.0.x
44-
* + Subscriptions 1.5.x - 2.0.x
43+
* + Core 2.6.14 - 3.2.x
44+
* + Subscriptions 2.2.x
4545
*
4646
* // TODO: move to /compatibility
4747
*

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

Lines changed: 23 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Copyright (C) 2017
1+
# Copyright (C) 2018
22
# This file is distributed under the same license as the package.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: WooCommerce Plugin Framework 4.8.3\n"
5+
"Project-Id-Version: WooCommerce Plugin Framework 5.0.0\n"
66
"Report-Msgid-Bugs-To: https://support.woocommerce.com/hc/\n"
77
"POT-Creation-Date: 2015-07-22 12:09:16+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"
11-
"PO-Revision-Date: 2017-MO-DA HO:MI+ZONE\n"
11+
"PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313
"Language-Team: LANGUAGE <[email protected]>\n"
1414

@@ -268,8 +268,8 @@ msgstr ""
268268
msgid "%s Payment Tokens"
269269
msgstr ""
270270

271-
#: payment-gateway/admin/class-sv-wc-payment-gateway-admin-user-handler.php:287
272-
#: payment-gateway/integrations/class-sv-wc-payment-gateway-integration-subscriptions.php:682
271+
#: payment-gateway/admin/class-sv-wc-payment-gateway-admin-user-handler.php:291
272+
#: payment-gateway/integrations/class-sv-wc-payment-gateway-integration-subscriptions.php:675
273273
msgid "Customer ID"
274274
msgstr ""
275275

@@ -1456,92 +1456,68 @@ msgstr ""
14561456
msgid "%1$s Payment Change Failed (%2$s)"
14571457
msgstr ""
14581458

1459-
#: payment-gateway/integrations/class-sv-wc-payment-gateway-integration-subscriptions.php:517
1460-
#: payment-gateway/integrations/class-sv-wc-payment-gateway-integration-subscriptions.php:1037
1459+
#: payment-gateway/integrations/class-sv-wc-payment-gateway-integration-subscriptions.php:510
14611460
msgid "Via %s ending in %s"
14621461
msgstr ""
14631462

1464-
#: payment-gateway/integrations/class-sv-wc-payment-gateway-integration-subscriptions.php:544
1463+
#: payment-gateway/integrations/class-sv-wc-payment-gateway-integration-subscriptions.php:537
14651464
msgid "Subscriptions"
14661465
msgstr ""
14671466

1468-
#: payment-gateway/integrations/class-sv-wc-payment-gateway-integration-subscriptions.php:614
1467+
#: payment-gateway/integrations/class-sv-wc-payment-gateway-integration-subscriptions.php:607
14691468
msgid ""
14701469
"This payment method is tied to a subscription and cannot be deleted. Please "
14711470
"switch the subscription to another method first."
14721471
msgstr ""
14731472

1474-
#: payment-gateway/integrations/class-sv-wc-payment-gateway-integration-subscriptions.php:624
1473+
#: payment-gateway/integrations/class-sv-wc-payment-gateway-integration-subscriptions.php:617
14751474
msgid "View Subscription"
14761475
msgstr ""
14771476

1478-
#: payment-gateway/integrations/class-sv-wc-payment-gateway-integration-subscriptions.php:678
1477+
#: payment-gateway/integrations/class-sv-wc-payment-gateway-integration-subscriptions.php:671
14791478
msgid "Payment Token"
14801479
msgstr ""
14811480

1482-
#: payment-gateway/integrations/class-sv-wc-payment-gateway-integration-subscriptions.php:706
1483-
#: payment-gateway/integrations/class-sv-wc-payment-gateway-integration-subscriptions.php:711
1481+
#: payment-gateway/integrations/class-sv-wc-payment-gateway-integration-subscriptions.php:699
1482+
#: payment-gateway/integrations/class-sv-wc-payment-gateway-integration-subscriptions.php:704
14841483
msgid "%s is required."
14851484
msgstr ""
14861485

1487-
#: payment-gateway/integrations/class-sv-wc-payment-gateway-integration-subscriptions.php:866
1488-
msgid "%s0 Subscription Renewal Approved"
1489-
msgstr ""
1490-
1491-
#: payment-gateway/integrations/class-sv-wc-payment-gateway-integration-subscriptions.php:914
1492-
msgid "%s Check Subscription Renewal Payment Approved: %s account ending in %s"
1493-
msgstr ""
1494-
1495-
#: payment-gateway/payment-tokens/class-sv-wc-payment-gateway-payment-tokens-handler.php:152
1486+
#: payment-gateway/payment-tokens/class-sv-wc-payment-gateway-payment-tokens-handler.php:157
14961487
msgid "Unknown Error"
14971488
msgstr ""
14981489

1499-
#: payment-gateway/payment-tokens/class-sv-wc-payment-gateway-payment-tokens-handler.php:746
1500-
#. translators: Placeholders: %1$s - payment gateway title (such as
1501-
#. Authorize.net, Braintree, etc), %2$s - payment method name (mastercard, bank
1502-
#. account, etc), %3$s - last four digits of the card/account, %4$s -
1503-
#. card/account expiry date
1504-
msgid "%1$s Payment Method Saved: %2$s ending in %3$s (expires %4$s)"
1505-
msgstr ""
1506-
1507-
#: payment-gateway/payment-tokens/class-sv-wc-payment-gateway-payment-tokens-handler.php:757
1508-
#. translators: Placeholders: %1$s - payment gateway title (such as CyberSouce,
1509-
#. NETbilling, etc), %2$s - account type (checking/savings - may or may not be
1510-
#. available), %3$s - last four digits of the account
1511-
msgid "%1$s eCheck Payment Method Saved: %2$s account ending in %3$s"
1512-
msgstr ""
1513-
1514-
#: utilities/class-sv-wp-background-job-handler.php:638
1490+
#: utilities/class-sv-wp-background-job-handler.php:640
15151491
msgid "Job data key \"%s\" not set"
15161492
msgstr ""
15171493

1518-
#: utilities/class-sv-wp-background-job-handler.php:642
1494+
#: utilities/class-sv-wp-background-job-handler.php:644
15191495
msgid "Job data key \"%s\" is not an array"
15201496
msgstr ""
15211497

1522-
#: utilities/class-sv-wp-background-job-handler.php:875
1498+
#: utilities/class-sv-wp-background-job-handler.php:877
15231499
msgid "Every %d Minutes"
15241500
msgstr ""
15251501

1526-
#: utilities/class-sv-wp-background-job-handler.php:1038
1502+
#: utilities/class-sv-wp-background-job-handler.php:1040
15271503
msgid "Background Processing Test"
15281504
msgstr ""
15291505

1530-
#: utilities/class-sv-wp-background-job-handler.php:1039
1506+
#: utilities/class-sv-wp-background-job-handler.php:1041
15311507
msgid "Run Test"
15321508
msgstr ""
15331509

1534-
#: utilities/class-sv-wp-background-job-handler.php:1040
1510+
#: utilities/class-sv-wp-background-job-handler.php:1042
15351511
msgid ""
15361512
"This tool will test whether your server is capable of processing background "
15371513
"jobs."
15381514
msgstr ""
15391515

1540-
#: utilities/class-sv-wp-background-job-handler.php:1058
1516+
#: utilities/class-sv-wp-background-job-handler.php:1060
15411517
msgid "Success! You should be able to process background jobs."
15421518
msgstr ""
15431519

1544-
#: utilities/class-sv-wp-background-job-handler.php:1061
1520+
#: utilities/class-sv-wp-background-job-handler.php:1063
15451521
msgid ""
15461522
"Could not connect. Please ask your hosting company to ensure your server "
15471523
"has loopback connections enabled."
@@ -1649,7 +1625,7 @@ msgctxt "hash before order number"
16491625
msgid "#"
16501626
msgstr ""
16511627

1652-
#: payment-gateway/integrations/class-sv-wc-payment-gateway-integration-subscriptions.php:574
1628+
#: payment-gateway/integrations/class-sv-wc-payment-gateway-integration-subscriptions.php:567
16531629
msgctxt "hash before order number"
16541630
msgid "#%s"
16551631
msgstr ""
@@ -1658,14 +1634,4 @@ msgstr ""
16581634
#. translators: https:www.skyverge.com/for-translators-environments/
16591635
msgctxt "software environment"
16601636
msgid "Production"
1661-
msgstr ""
1662-
1663-
#: payment-gateway/integrations/class-sv-wc-payment-gateway-integration-subscriptions.php:904
1664-
msgctxt "woocommerce-plugin-framework"
1665-
msgid "%s %s Subscription Renewal Payment Approved: %s ending in %s (expires %s)"
1666-
msgstr ""
1667-
1668-
#: payment-gateway/integrations/class-sv-wc-payment-gateway-integration-subscriptions.php:937
1669-
msgctxt "woocommerce-plugin-framework"
1670-
msgid "%s Renewal Payment Failed (%s)"
1671-
msgstr ""
1637+
msgstr ""

0 commit comments

Comments
 (0)