Version Description
- 2021-04-28 =
- Fixed Germanized Plugin compatibility with single shipping method
Download this release
Release Info
Developer | wpdesk |
Plugin | Flexible Shipping for WooCommerce |
Version | 4.4.1 |
Comparing to | |
See all releases |
Code changes from version 4.4.0 to 4.4.1
- classes/class-flexible-shipping-plugin.php +2 -4
- flexible-shipping.php +2 -2
- lang/flexible-shipping.pot +7 -367
- readme.txt +11 -1
- vendor/autoload.php +1 -1
- vendor/composer/autoload_real.php +7 -7
- vendor/composer/autoload_static.php +5 -5
- vendor/composer/installed.json +16 -4
- vendor_prefixed/monolog/monolog/src/Monolog/ErrorHandler.php +1 -1
- vendor_prefixed/wpdesk/wp-forms/src/Renderer/JsonNormalizedRenderer.php +3 -0
classes/class-flexible-shipping-plugin.php
CHANGED
@@ -72,6 +72,7 @@ class Flexible_Shipping_Plugin extends AbstractPlugin implements HookableCollect
|
|
72 |
|
73 |
const PRIORITY_BEFORE_SHARED_HELPER = - 35;
|
74 |
const PRIORITY_LAST = 999999;
|
|
|
75 |
|
76 |
/**
|
77 |
* Scripts version.
|
@@ -347,10 +348,7 @@ class Flexible_Shipping_Plugin extends AbstractPlugin implements HookableCollect
|
|
347 |
public function hooks() {
|
348 |
parent::hooks();
|
349 |
|
350 |
-
add_filter( 'woocommerce_shipping_methods', array(
|
351 |
-
$this,
|
352 |
-
'woocommerce_shipping_methods_filter'
|
353 |
-
), self::PRIORITY_LAST );
|
354 |
|
355 |
add_action(
|
356 |
'flexible_shipping_method_rate_id',
|
72 |
|
73 |
const PRIORITY_BEFORE_SHARED_HELPER = - 35;
|
74 |
const PRIORITY_LAST = 999999;
|
75 |
+
const PRIORITY_AFTER_DEFAULT = 20;
|
76 |
|
77 |
/**
|
78 |
* Scripts version.
|
348 |
public function hooks() {
|
349 |
parent::hooks();
|
350 |
|
351 |
+
add_filter( 'woocommerce_shipping_methods', array( $this, 'woocommerce_shipping_methods_filter' ), self::PRIORITY_AFTER_DEFAULT );
|
|
|
|
|
|
|
352 |
|
353 |
add_action(
|
354 |
'flexible_shipping_method_rate_id',
|
flexible-shipping.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Flexible Shipping
|
4 |
* Plugin URI: https://wordpress.org/plugins/flexible-shipping/
|
5 |
* Description: Create additional shipment methods in WooCommerce and enable pricing based on cart weight or total.
|
6 |
-
* Version: 4.4.
|
7 |
* Author: WP Desk
|
8 |
* Author URI: https://flexibleshipping.com/?utm_source=plugin-list&utm_medium=link&utm_campaign=flexible-shipping-plugin-list
|
9 |
* Text Domain: flexible-shipping
|
@@ -38,7 +38,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
38 |
} // Exit if accessed directly
|
39 |
|
40 |
/* THIS VARIABLE CAN BE CHANGED AUTOMATICALLY */
|
41 |
-
$plugin_version = '4.4.
|
42 |
|
43 |
$plugin_name = 'Flexible Shipping';
|
44 |
$product_id = 'Flexible Shipping';
|
3 |
* Plugin Name: Flexible Shipping
|
4 |
* Plugin URI: https://wordpress.org/plugins/flexible-shipping/
|
5 |
* Description: Create additional shipment methods in WooCommerce and enable pricing based on cart weight or total.
|
6 |
+
* Version: 4.4.1
|
7 |
* Author: WP Desk
|
8 |
* Author URI: https://flexibleshipping.com/?utm_source=plugin-list&utm_medium=link&utm_campaign=flexible-shipping-plugin-list
|
9 |
* Text Domain: flexible-shipping
|
38 |
} // Exit if accessed directly
|
39 |
|
40 |
/* THIS VARIABLE CAN BE CHANGED AUTOMATICALLY */
|
41 |
+
$plugin_version = '4.4.1';
|
42 |
|
43 |
$plugin_name = 'Flexible Shipping';
|
44 |
$product_id = 'Flexible Shipping';
|
lang/flexible-shipping.pot
CHANGED
@@ -2,14 +2,14 @@
|
|
2 |
# This file is distributed under the same license as the Flexible Shipping plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Flexible Shipping 4.4.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/flexible-shipping\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"POT-Creation-Date: 2021-04-
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.4.0\n"
|
15 |
"X-Domain: flexible-shipping\n"
|
@@ -23,7 +23,6 @@ msgstr ""
|
|
23 |
#: classes/table-rate/shipping-method.php:95
|
24 |
#: src/WPDesk/FS/TableRate/ShippingMethod/CommonMethodSettings.php:151
|
25 |
#: src/WPDesk/FS/TableRate/ShippingMethodSingle.php:64
|
26 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/PluginCompatibilityChecker.php:94
|
27 |
msgid "Flexible Shipping"
|
28 |
msgstr ""
|
29 |
|
@@ -44,24 +43,23 @@ msgid "https://flexibleshipping.com/?utm_source=plugin-list&utm_medium=link&utm_
|
|
44 |
msgstr ""
|
45 |
|
46 |
#. Translators: link.
|
47 |
-
#: classes/class-flexible-shipping-plugin.php:
|
48 |
msgid "How can We make Flexible Shipping better for you? %1$sJust write to us.%2$s"
|
49 |
msgstr ""
|
50 |
|
51 |
-
#: classes/class-flexible-shipping-plugin.php:
|
52 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-helper/src/Page/SettingsPage.php:46
|
53 |
msgid "Settings"
|
54 |
msgstr ""
|
55 |
|
56 |
-
#: classes/class-flexible-shipping-plugin.php:
|
57 |
msgid "Docs"
|
58 |
msgstr ""
|
59 |
|
60 |
-
#: classes/class-flexible-shipping-plugin.php:
|
61 |
msgid "Support"
|
62 |
msgstr ""
|
63 |
|
64 |
-
#: classes/class-flexible-shipping-plugin.php:
|
65 |
msgid "Upgrade"
|
66 |
msgstr ""
|
67 |
|
@@ -232,13 +230,11 @@ msgstr ""
|
|
232 |
|
233 |
#: classes/table-rate/settings/flexible-shipping.php:42
|
234 |
#: src/WPDesk/FS/TableRate/ShippingMethod/SingleMethodSettings.php:45
|
235 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Settings/MethodSettingsImplementation.php:266
|
236 |
msgid "Taxable"
|
237 |
msgstr ""
|
238 |
|
239 |
#: classes/table-rate/settings/flexible-shipping.php:43
|
240 |
#: src/WPDesk/FS/TableRate/ShippingMethod/SingleMethodSettings.php:46
|
241 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Settings/MethodSettingsImplementation.php:266
|
242 |
msgctxt "Tax status"
|
243 |
msgid "None"
|
244 |
msgstr ""
|
@@ -441,7 +437,6 @@ msgstr ""
|
|
441 |
#: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:252
|
442 |
#: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:258
|
443 |
#: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:268
|
444 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Settings/CheckboxValue.php:23
|
445 |
msgid "yes"
|
446 |
msgstr ""
|
447 |
|
@@ -547,25 +542,18 @@ msgstr ""
|
|
547 |
|
548 |
#. Translators: plugin name.
|
549 |
#: classes/views/deactivation_thickbox.php:25
|
550 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:20
|
551 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:11
|
552 |
msgid "You are deactivating %s plugin."
|
553 |
msgstr ""
|
554 |
|
555 |
#: classes/views/deactivation_thickbox.php:36
|
556 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:29
|
557 |
msgid "If you have a moment, please let us know why you are deactivating the plugin (anonymous feedback):"
|
558 |
msgstr ""
|
559 |
|
560 |
#: classes/views/deactivation_thickbox.php:44
|
561 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:38
|
562 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:28
|
563 |
msgid "The plugin suddenly stopped working"
|
564 |
msgstr ""
|
565 |
|
566 |
#: classes/views/deactivation_thickbox.php:52
|
567 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:48
|
568 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:38
|
569 |
msgid "The plugin broke my site"
|
570 |
msgstr ""
|
571 |
|
@@ -578,56 +566,39 @@ msgid "Please let us know how we can improve it"
|
|
578 |
msgstr ""
|
579 |
|
580 |
#: classes/views/deactivation_thickbox.php:71
|
581 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:58
|
582 |
msgid "I have found a better plugin"
|
583 |
msgstr ""
|
584 |
|
585 |
#: classes/views/deactivation_thickbox.php:74
|
586 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:63
|
587 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:53
|
588 |
msgid "What's the plugin's name?"
|
589 |
msgstr ""
|
590 |
|
591 |
#: classes/views/deactivation_thickbox.php:82
|
592 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:73
|
593 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:63
|
594 |
msgid "I only needed the plugin for a short period"
|
595 |
msgstr ""
|
596 |
|
597 |
#: classes/views/deactivation_thickbox.php:90
|
598 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:83
|
599 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:73
|
600 |
msgid "I no longer need the plugin"
|
601 |
msgstr ""
|
602 |
|
603 |
#: classes/views/deactivation_thickbox.php:98
|
604 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:93
|
605 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:83
|
606 |
msgid "It's a temporary deactivation. I'm just debugging an issue."
|
607 |
msgstr ""
|
608 |
|
609 |
#: classes/views/deactivation_thickbox.php:106
|
610 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:103
|
611 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:93
|
612 |
msgid "Other"
|
613 |
msgstr ""
|
614 |
|
615 |
#: classes/views/deactivation_thickbox.php:109
|
616 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:108
|
617 |
msgid "Please let us know how we can improve our plugin"
|
618 |
msgstr ""
|
619 |
|
620 |
#: classes/views/deactivation_thickbox.php:116
|
621 |
#: classes/wp-wpdesk-fs-shipment/manifest/views/column-actions.php:2
|
622 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:117
|
623 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker-user-feedback/src/WPDesk/Tracker/UserFeedback/views/thickbox.php:98
|
624 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:107
|
625 |
msgid "Cancel"
|
626 |
msgstr ""
|
627 |
|
628 |
#: classes/views/deactivation_thickbox.php:117
|
629 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:120
|
630 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:110
|
631 |
msgid "Skip & Deactivate"
|
632 |
msgstr ""
|
633 |
|
@@ -1347,7 +1318,6 @@ msgstr ""
|
|
1347 |
#: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:252
|
1348 |
#: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:258
|
1349 |
#: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:268
|
1350 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Settings/CheckboxValue.php:23
|
1351 |
msgid "no"
|
1352 |
msgstr ""
|
1353 |
|
@@ -1357,7 +1327,6 @@ msgstr ""
|
|
1357 |
|
1358 |
#: src/WPDesk/FS/TableRate/Rule/Condition/Price.php:32
|
1359 |
#: src/WPDesk/FS/TableRate/Rule/PreconfiguredScenarios/PreconfiguredScenariosFactory.php:55
|
1360 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/BasedOnOptions.php:20
|
1361 |
msgid "Price"
|
1362 |
msgstr ""
|
1363 |
|
@@ -1391,7 +1360,6 @@ msgstr ""
|
|
1391 |
|
1392 |
#: src/WPDesk/FS/TableRate/Rule/Condition/Weight.php:32
|
1393 |
#: src/WPDesk/FS/TableRate/Rule/PreconfiguredScenarios/PreconfiguredScenariosFactory.php:36
|
1394 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/BasedOnOptions.php:20
|
1395 |
msgid "Weight"
|
1396 |
msgstr ""
|
1397 |
|
@@ -1490,8 +1458,6 @@ msgstr ""
|
|
1490 |
|
1491 |
#: src/WPDesk/FS/TableRate/Rule/SpecialAction/None.php:19
|
1492 |
#: src/WPDesk/FS/TableRate/ShippingMethod/CommonMethodSettings.php:164
|
1493 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/BasedOnOptions.php:20
|
1494 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Settings/IntegrationSettingsImplementation.php:40
|
1495 |
msgid "None"
|
1496 |
msgstr ""
|
1497 |
|
@@ -1710,332 +1676,6 @@ msgstr ""
|
|
1710 |
msgid "Track shipment: "
|
1711 |
msgstr ""
|
1712 |
|
1713 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/BlockSettings.php:100
|
1714 |
-
msgid "In order to prevent any further issues with the plugin configuration or its proper functioning, before saving the changes please update the following: %s."
|
1715 |
-
msgstr ""
|
1716 |
-
|
1717 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/BlockSettings.php:107
|
1718 |
-
msgid "Go to the plugins list →"
|
1719 |
-
msgstr ""
|
1720 |
-
|
1721 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/Notice.php:46
|
1722 |
-
msgid "If the WordPress updater hasn't informed you about the newer versions available, please %sfollow these instructions →%s"
|
1723 |
-
msgstr ""
|
1724 |
-
|
1725 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/Notice.php:46
|
1726 |
-
msgid "https://wpde.sk/fs-2-docs"
|
1727 |
-
msgstr ""
|
1728 |
-
|
1729 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/Notice.php:49
|
1730 |
-
msgid "%sFlexible Shipping%s plugin you are currently using is not compatible with the installed version of Flexible Shipping PRO and Flexible Shipping Locations. Please update the %sFlexible Shipping%s plugin to %s version or newer."
|
1731 |
-
msgstr ""
|
1732 |
-
|
1733 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/Notice.php:51
|
1734 |
-
msgid "%sFlexible Shipping%s plugin you are currently using is not compatible with the installed version of Flexible Shipping PRO. Please update the %sFlexible Shipping%s plugin to %s version or newer."
|
1735 |
-
msgstr ""
|
1736 |
-
|
1737 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/Notice.php:53
|
1738 |
-
msgid "%sFlexible Shipping%s plugin you are currently using is not compatible with the installed version of Flexible Shipping Locations. Please update the %sFlexible Shipping%s plugin to %s version or newer."
|
1739 |
-
msgstr ""
|
1740 |
-
|
1741 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/Notice.php:57
|
1742 |
-
msgid "%sFlexible Shipping PRO%s plugin you are currently using is not compatible with the installed version of Flexible Shipping free. Please update the %sFlexible Shipping PRO%s plugin to %s version or newer."
|
1743 |
-
msgstr ""
|
1744 |
-
|
1745 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/Notice.php:60
|
1746 |
-
msgid "%sFlexible Shipping Locations%s plugin you are currently using is not compatible with the installed version of Flexible Shipping free. Please update the %sFlexible Shipping Locations%s plugin to %s version or newer."
|
1747 |
-
msgstr ""
|
1748 |
-
|
1749 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/PluginCompatibilityChecker.php:97
|
1750 |
-
msgid "Flexible Shipping PRO"
|
1751 |
-
msgstr ""
|
1752 |
-
|
1753 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/PluginCompatibilityChecker.php:100
|
1754 |
-
msgid "Flexible Shipping Locations"
|
1755 |
-
msgstr ""
|
1756 |
-
|
1757 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/CalculationMethodOptions.php:20
|
1758 |
-
msgid "Sum"
|
1759 |
-
msgstr ""
|
1760 |
-
|
1761 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Logger/ShippingMethodLogger.php:71
|
1762 |
-
msgid "shipping method configuration"
|
1763 |
-
msgstr ""
|
1764 |
-
|
1765 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Logger/ShippingMethodLogger.php:78
|
1766 |
-
msgid "input data"
|
1767 |
-
msgstr ""
|
1768 |
-
|
1769 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Logger/ShippingMethodLogger.php:85
|
1770 |
-
msgid "rules (%1$s)"
|
1771 |
-
msgstr ""
|
1772 |
-
|
1773 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Logger/ShippingMethodLogger.php:85
|
1774 |
-
msgid "triggered"
|
1775 |
-
msgstr ""
|
1776 |
-
|
1777 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Logger/ShippingMethodLogger.php:85
|
1778 |
-
msgid "not triggered"
|
1779 |
-
msgstr ""
|
1780 |
-
|
1781 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Logger/ShippingMethodLogger.php:92
|
1782 |
-
msgid "the result of shipping method's usage"
|
1783 |
-
msgstr ""
|
1784 |
-
|
1785 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Logger/view/display-notice-content-single-value.php:12
|
1786 |
-
msgid "Show %1$s"
|
1787 |
-
msgstr ""
|
1788 |
-
|
1789 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Logger/view/display-notice-content-single-value.php:15
|
1790 |
-
msgid "Hide %1$s"
|
1791 |
-
msgstr ""
|
1792 |
-
|
1793 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Logger/view/display-notice-content-single-value.php:18
|
1794 |
-
msgid "Copy %1$s"
|
1795 |
-
msgstr ""
|
1796 |
-
|
1797 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Logger/view/display-notice-footer.php:9
|
1798 |
-
msgid "Copy all data"
|
1799 |
-
msgstr ""
|
1800 |
-
|
1801 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Logger/view/display-notice-header.php:9
|
1802 |
-
msgid "FS Debug mode for %1$s%2$s%3$s shipping method."
|
1803 |
-
msgstr ""
|
1804 |
-
|
1805 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Settings/CartCalculationOptions.php:23
|
1806 |
-
msgid "Cart value"
|
1807 |
-
msgstr ""
|
1808 |
-
|
1809 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Settings/CartCalculationOptions.php:23
|
1810 |
-
msgid "Package value"
|
1811 |
-
msgstr ""
|
1812 |
-
|
1813 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Settings/IntegrationSettingsImplementation.php:41
|
1814 |
-
msgid "Integration: %1$s"
|
1815 |
-
msgstr ""
|
1816 |
-
|
1817 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Settings/MethodSettingsImplementation.php:259
|
1818 |
-
msgid "Method settings:%1$s Enabled: %2$s Method Title: %3$s Method Description: %4$s Tax status: %5$s Free Shipping: %6$s Free Shipping Label: %7$s 'Left to free shipping' notice: %8$s Rules Calculation: %9$s Cart Calculation: %10$s Visibility (Show only for logged in users): %11$s Default: %12$s Debug mode: %13$s"
|
1819 |
-
msgstr ""
|
1820 |
-
|
1821 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-helper/src/HelperRemoveNotice.php:43
|
1822 |
-
msgid "We recommend to <a href=\"%s\">deactivate and remove</a> the \"WP Desk Helper\" plugin as it is no longer required by WP Desk plugins"
|
1823 |
-
msgstr ""
|
1824 |
-
|
1825 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-helper/src/HelperRemoveNotice.php:56
|
1826 |
-
msgid "We recommend to <a href=\"%s\">remove</a> the \"WP Desk Helper\" plugin as it is no longer required by WP Desk plugins"
|
1827 |
-
msgstr ""
|
1828 |
-
|
1829 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-helper/src/Integration/LogsIntegration.php:36
|
1830 |
-
msgid "Debug"
|
1831 |
-
msgstr ""
|
1832 |
-
|
1833 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-helper/src/Integration/LogsIntegration.php:37
|
1834 |
-
msgid "WP Desk Debug Log"
|
1835 |
-
msgstr ""
|
1836 |
-
|
1837 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-helper/src/Integration/LogsIntegration.php:60
|
1838 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-helper/src/Integration/TrackerIntegration.php:71
|
1839 |
-
msgid "Enable"
|
1840 |
-
msgstr ""
|
1841 |
-
|
1842 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-helper/src/Integration/LogsIntegration.php:64
|
1843 |
-
msgid "Writes error log to %s."
|
1844 |
-
msgstr ""
|
1845 |
-
|
1846 |
-
#. Translators: link.
|
1847 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-helper/src/Integration/LogsIntegration.php:92
|
1848 |
-
msgid "WP Desk Debug Log is enabled. %1$sPlease disable it after testing%2$s."
|
1849 |
-
msgstr ""
|
1850 |
-
|
1851 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-helper/src/Integration/TrackerIntegration.php:51
|
1852 |
-
msgid "Plugin usage tracking"
|
1853 |
-
msgstr ""
|
1854 |
-
|
1855 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-helper/src/Integration/TrackerIntegration.php:52
|
1856 |
-
msgid "Allow WP Desk to track plugin usage"
|
1857 |
-
msgstr ""
|
1858 |
-
|
1859 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-helper/src/Integration/TrackerIntegration.php:76
|
1860 |
-
msgid "No sensitive data is tracked, %sread more%s."
|
1861 |
-
msgstr ""
|
1862 |
-
|
1863 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-helper/src/Page/LibraryDebugPage.php:29
|
1864 |
-
msgid "Library report"
|
1865 |
-
msgstr ""
|
1866 |
-
|
1867 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-helper/src/Page/SettingsPage.php:58
|
1868 |
-
msgid "WP Desk Helper Settings"
|
1869 |
-
msgstr ""
|
1870 |
-
|
1871 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-helper/src/UpgradeSoonNotice.php:62
|
1872 |
-
msgid "The PHP version your shop is currently using is deprecated. We highly advise to upgrade it to at least %s since the support for this one will be dropped soon."
|
1873 |
-
msgstr ""
|
1874 |
-
|
1875 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-helper/src/UpgradeSoonNotice.php:65
|
1876 |
-
msgid "The WooCommerce version your shop is currently using is deprecated. We highly advise to upgrade it to at least %s since the support for this one will be dropped soon."
|
1877 |
-
msgstr ""
|
1878 |
-
|
1879 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-helper/src/UpgradeSoonNotice.php:68
|
1880 |
-
msgid "The WordPress version your shop is currently using is deprecated. We highly advise to upgrade it to at least %s since the support for this one will be dropped soon."
|
1881 |
-
msgstr ""
|
1882 |
-
|
1883 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-license/src/ApiManager/class-wc-api-manager.php:209
|
1884 |
-
msgid " <a target='_blank' href='%s'>Enter a valid subscription key for automatic updates.</a>"
|
1885 |
-
msgstr ""
|
1886 |
-
|
1887 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-license/src/Page/License/Action/LicenseActivation.php:132
|
1888 |
-
msgid "Connection failed to the Subscription Key API server. Try again later."
|
1889 |
-
msgstr ""
|
1890 |
-
|
1891 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-license/src/Page/License/Action/LicenseActivation.php:141
|
1892 |
-
msgid "Plugin activated. "
|
1893 |
-
msgstr ""
|
1894 |
-
|
1895 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-license/src/Page/License/Action/LicenseDeactivation.php:31
|
1896 |
-
msgid "Plugin subscription deactivated. "
|
1897 |
-
msgstr ""
|
1898 |
-
|
1899 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-license/src/Page/License/views/class-wpdesk-helper-list-table.php:27
|
1900 |
-
msgid "No WP Desk plugins found."
|
1901 |
-
msgstr ""
|
1902 |
-
|
1903 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-license/src/Page/License/views/class-wpdesk-helper-list-table.php:39
|
1904 |
-
msgid "Plugin"
|
1905 |
-
msgstr ""
|
1906 |
-
|
1907 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-license/src/Page/License/views/class-wpdesk-helper-list-table.php:39
|
1908 |
-
msgid "Subscription Status"
|
1909 |
-
msgstr ""
|
1910 |
-
|
1911 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-license/src/Page/License/views/class-wpdesk-helper-list-table.php:39
|
1912 |
-
msgid "Subscription Data"
|
1913 |
-
msgstr ""
|
1914 |
-
|
1915 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-license/src/Page/License/views/class-wpdesk-helper-list-table.php:56
|
1916 |
-
msgid "Deactivated"
|
1917 |
-
msgstr ""
|
1918 |
-
|
1919 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-license/src/Page/License/views/class-wpdesk-helper-list-table.php:58
|
1920 |
-
msgid "Activated"
|
1921 |
-
msgstr ""
|
1922 |
-
|
1923 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-license/src/Page/License/views/license-actions.php:14
|
1924 |
-
msgid "Key:"
|
1925 |
-
msgstr ""
|
1926 |
-
|
1927 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-license/src/Page/License/views/license-actions.php:25
|
1928 |
-
msgid "Email:"
|
1929 |
-
msgstr ""
|
1930 |
-
|
1931 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-license/src/Page/License/views/license-actions.php:41
|
1932 |
-
msgid "Activate"
|
1933 |
-
msgstr ""
|
1934 |
-
|
1935 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-license/src/Page/License/views/license-actions.php:47
|
1936 |
-
msgid "Deactivate"
|
1937 |
-
msgstr ""
|
1938 |
-
|
1939 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-license/src/Page/License/views/licenses.php:27
|
1940 |
-
msgid "WP Desk Subscriptions"
|
1941 |
-
msgstr ""
|
1942 |
-
|
1943 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-license/src/Page/License/views/licenses.php:37
|
1944 |
-
msgid "Get your subscription keys <a href=\"%s\" target=\"_blank\">here</a>. You can activate/deactivate API keys <strong>unlimited times on different domains</strong> as long as you have an active subscription."
|
1945 |
-
msgstr ""
|
1946 |
-
|
1947 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-license/src/Page/LicensePage.php:41
|
1948 |
-
msgid "Subscriptions"
|
1949 |
-
msgstr ""
|
1950 |
-
|
1951 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/scripts.php:44
|
1952 |
-
msgid "Plugin deactivation"
|
1953 |
-
msgstr ""
|
1954 |
-
|
1955 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/scripts.php:115
|
1956 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:126
|
1957 |
-
msgid "Submit & Deactivate"
|
1958 |
-
msgstr ""
|
1959 |
-
|
1960 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker-user-feedback/src/WPDesk/Tracker/UserFeedback/UserFeedbackContent.php:31
|
1961 |
-
msgid "Proceed"
|
1962 |
-
msgstr ""
|
1963 |
-
|
1964 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker-user-feedback/src/WPDesk/Tracker/UserFeedback/views/thickbox.php:103
|
1965 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:32
|
1966 |
-
msgid "Skip"
|
1967 |
-
msgstr ""
|
1968 |
-
|
1969 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:15
|
1970 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-notice.php:19
|
1971 |
-
msgid "Hey %s,"
|
1972 |
-
msgstr ""
|
1973 |
-
|
1974 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:18
|
1975 |
-
msgid "Please help us improve our plugins! If you opt-in, we will collect some non-sensitive data and usage information anonymously. If you skip this, that's okay! All plugins will work just fine."
|
1976 |
-
msgstr ""
|
1977 |
-
|
1978 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:27
|
1979 |
-
msgid "Allow & Continue →"
|
1980 |
-
msgstr ""
|
1981 |
-
|
1982 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:39
|
1983 |
-
msgid "What permissions are being granted?"
|
1984 |
-
msgstr ""
|
1985 |
-
|
1986 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:48
|
1987 |
-
msgid "Your Site Overview"
|
1988 |
-
msgstr ""
|
1989 |
-
|
1990 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:51
|
1991 |
-
msgid "WP version, PHP info"
|
1992 |
-
msgstr ""
|
1993 |
-
|
1994 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:59
|
1995 |
-
msgid "Plugin Usage"
|
1996 |
-
msgstr ""
|
1997 |
-
|
1998 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:62
|
1999 |
-
msgid "Current settings and usage information of WP Desk plugins"
|
2000 |
-
msgstr ""
|
2001 |
-
|
2002 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:70
|
2003 |
-
msgid "Your Store Overview"
|
2004 |
-
msgstr ""
|
2005 |
-
|
2006 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:73
|
2007 |
-
msgid "Anonymized and non-sensitive store usage information"
|
2008 |
-
msgstr ""
|
2009 |
-
|
2010 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:83
|
2011 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-notice.php:27
|
2012 |
-
msgid "Find out more »"
|
2013 |
-
msgstr ""
|
2014 |
-
|
2015 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:19
|
2016 |
-
msgid " If you have a moment, please let us know why you are deactivating plugin (anonymous feedback):"
|
2017 |
-
msgstr ""
|
2018 |
-
|
2019 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:48
|
2020 |
-
msgid "I found a better plugin"
|
2021 |
-
msgstr ""
|
2022 |
-
|
2023 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:98
|
2024 |
-
msgid "Kindly tell us the reason so we can improve"
|
2025 |
-
msgstr ""
|
2026 |
-
|
2027 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-notice.php:22
|
2028 |
-
msgid "We need your help to improve <strong>WP Desk plugins</strong>, so they are more useful for you and the rest of <strong>30,000+ users</strong>. By collecting data on how you use our plugins, you will help us a lot. We will not collect any sensitive data, so you can feel safe."
|
2029 |
-
msgstr ""
|
2030 |
-
|
2031 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-notice.php:41
|
2032 |
-
msgid "Allow"
|
2033 |
-
msgstr ""
|
2034 |
-
|
2035 |
-
#: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-opt-out-notice.php:11
|
2036 |
-
msgid "You successfully opted out of collecting usage data by WP Desk. If you change your mind, you can always opt in later in the plugin's quick links."
|
2037 |
-
msgstr ""
|
2038 |
-
|
2039 |
#: assets-src/rules-settings/js/components/html-woo-select.js:37
|
2040 |
#: assets-src/rules-settings/js/components/html-woo-select.js:233
|
2041 |
#: assets/js/rules-settings.js:83
|
2 |
# This file is distributed under the same license as the Flexible Shipping plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Flexible Shipping 4.4.1\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/flexible-shipping\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"POT-Creation-Date: 2021-04-29T13:25:59+00:00\n"
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.4.0\n"
|
15 |
"X-Domain: flexible-shipping\n"
|
23 |
#: classes/table-rate/shipping-method.php:95
|
24 |
#: src/WPDesk/FS/TableRate/ShippingMethod/CommonMethodSettings.php:151
|
25 |
#: src/WPDesk/FS/TableRate/ShippingMethodSingle.php:64
|
|
|
26 |
msgid "Flexible Shipping"
|
27 |
msgstr ""
|
28 |
|
43 |
msgstr ""
|
44 |
|
45 |
#. Translators: link.
|
46 |
+
#: classes/class-flexible-shipping-plugin.php:719
|
47 |
msgid "How can We make Flexible Shipping better for you? %1$sJust write to us.%2$s"
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: classes/class-flexible-shipping-plugin.php:796
|
|
|
51 |
msgid "Settings"
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: classes/class-flexible-shipping-plugin.php:800
|
55 |
msgid "Docs"
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: classes/class-flexible-shipping-plugin.php:801
|
59 |
msgid "Support"
|
60 |
msgstr ""
|
61 |
|
62 |
+
#: classes/class-flexible-shipping-plugin.php:807
|
63 |
msgid "Upgrade"
|
64 |
msgstr ""
|
65 |
|
230 |
|
231 |
#: classes/table-rate/settings/flexible-shipping.php:42
|
232 |
#: src/WPDesk/FS/TableRate/ShippingMethod/SingleMethodSettings.php:45
|
|
|
233 |
msgid "Taxable"
|
234 |
msgstr ""
|
235 |
|
236 |
#: classes/table-rate/settings/flexible-shipping.php:43
|
237 |
#: src/WPDesk/FS/TableRate/ShippingMethod/SingleMethodSettings.php:46
|
|
|
238 |
msgctxt "Tax status"
|
239 |
msgid "None"
|
240 |
msgstr ""
|
437 |
#: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:252
|
438 |
#: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:258
|
439 |
#: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:268
|
|
|
440 |
msgid "yes"
|
441 |
msgstr ""
|
442 |
|
542 |
|
543 |
#. Translators: plugin name.
|
544 |
#: classes/views/deactivation_thickbox.php:25
|
|
|
|
|
545 |
msgid "You are deactivating %s plugin."
|
546 |
msgstr ""
|
547 |
|
548 |
#: classes/views/deactivation_thickbox.php:36
|
|
|
549 |
msgid "If you have a moment, please let us know why you are deactivating the plugin (anonymous feedback):"
|
550 |
msgstr ""
|
551 |
|
552 |
#: classes/views/deactivation_thickbox.php:44
|
|
|
|
|
553 |
msgid "The plugin suddenly stopped working"
|
554 |
msgstr ""
|
555 |
|
556 |
#: classes/views/deactivation_thickbox.php:52
|
|
|
|
|
557 |
msgid "The plugin broke my site"
|
558 |
msgstr ""
|
559 |
|
566 |
msgstr ""
|
567 |
|
568 |
#: classes/views/deactivation_thickbox.php:71
|
|
|
569 |
msgid "I have found a better plugin"
|
570 |
msgstr ""
|
571 |
|
572 |
#: classes/views/deactivation_thickbox.php:74
|
|
|
|
|
573 |
msgid "What's the plugin's name?"
|
574 |
msgstr ""
|
575 |
|
576 |
#: classes/views/deactivation_thickbox.php:82
|
|
|
|
|
577 |
msgid "I only needed the plugin for a short period"
|
578 |
msgstr ""
|
579 |
|
580 |
#: classes/views/deactivation_thickbox.php:90
|
|
|
|
|
581 |
msgid "I no longer need the plugin"
|
582 |
msgstr ""
|
583 |
|
584 |
#: classes/views/deactivation_thickbox.php:98
|
|
|
|
|
585 |
msgid "It's a temporary deactivation. I'm just debugging an issue."
|
586 |
msgstr ""
|
587 |
|
588 |
#: classes/views/deactivation_thickbox.php:106
|
|
|
|
|
589 |
msgid "Other"
|
590 |
msgstr ""
|
591 |
|
592 |
#: classes/views/deactivation_thickbox.php:109
|
|
|
593 |
msgid "Please let us know how we can improve our plugin"
|
594 |
msgstr ""
|
595 |
|
596 |
#: classes/views/deactivation_thickbox.php:116
|
597 |
#: classes/wp-wpdesk-fs-shipment/manifest/views/column-actions.php:2
|
|
|
|
|
|
|
598 |
msgid "Cancel"
|
599 |
msgstr ""
|
600 |
|
601 |
#: classes/views/deactivation_thickbox.php:117
|
|
|
|
|
602 |
msgid "Skip & Deactivate"
|
603 |
msgstr ""
|
604 |
|
1318 |
#: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:252
|
1319 |
#: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:258
|
1320 |
#: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:268
|
|
|
1321 |
msgid "no"
|
1322 |
msgstr ""
|
1323 |
|
1327 |
|
1328 |
#: src/WPDesk/FS/TableRate/Rule/Condition/Price.php:32
|
1329 |
#: src/WPDesk/FS/TableRate/Rule/PreconfiguredScenarios/PreconfiguredScenariosFactory.php:55
|
|
|
1330 |
msgid "Price"
|
1331 |
msgstr ""
|
1332 |
|
1360 |
|
1361 |
#: src/WPDesk/FS/TableRate/Rule/Condition/Weight.php:32
|
1362 |
#: src/WPDesk/FS/TableRate/Rule/PreconfiguredScenarios/PreconfiguredScenariosFactory.php:36
|
|
|
1363 |
msgid "Weight"
|
1364 |
msgstr ""
|
1365 |
|
1458 |
|
1459 |
#: src/WPDesk/FS/TableRate/Rule/SpecialAction/None.php:19
|
1460 |
#: src/WPDesk/FS/TableRate/ShippingMethod/CommonMethodSettings.php:164
|
|
|
|
|
1461 |
msgid "None"
|
1462 |
msgstr ""
|
1463 |
|
1676 |
msgid "Track shipment: "
|
1677 |
msgstr ""
|
1678 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1679 |
#: assets-src/rules-settings/js/components/html-woo-select.js:37
|
1680 |
#: assets-src/rules-settings/js/components/html-woo-select.js:233
|
1681 |
#: assets/js/rules-settings.js:83
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://flexibleshipping.com/products/flexible-shipping-pro-woocomm
|
|
4 |
Tags: table rate, table rate shipping, conditional shipping, shipping method, woocommerce shipping, flexible shipping, woocommerce table rate shipping, cart based shipping, weight shipping, weight based shipping, totals based shipping, order based shipping, shipping zones, shipping classes, shipping, free shipping, advanced shipping
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 5.7
|
7 |
-
Stable tag: 4.4.
|
8 |
Requires PHP: 7.0
|
9 |
License: GPLv3 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -117,6 +117,13 @@ There are also some more further integrations that we provide for Flexible Shipp
|
|
117 |
> **Get more WooCommerce plugins from WP Desk**<br />
|
118 |
> We provide premium plugins for the checkout/products' customization, shipping, invoicing and more. Check our [premium WooCommerce plugins here →](https://www.wpdesk.net/products/)
|
119 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
= Supported Currency Switchers =
|
121 |
|
122 |
* [Aelia Currency Switcher](https://aelia.co/shop/currency-switcher-woocommerce/)
|
@@ -183,6 +190,9 @@ If you are upgrading from the old Flexible Shipping version (1.3.2, woo-flexible
|
|
183 |
|
184 |
== Changelog ==
|
185 |
|
|
|
|
|
|
|
186 |
= 4.4.0 - 2021-04-27 =
|
187 |
* Added support WooCommerce Subscription with Integrations, ie. WP Desk Inpost Plugin
|
188 |
* Added support for Currency Switcher for WooCommerce plugin
|
4 |
Tags: table rate, table rate shipping, conditional shipping, shipping method, woocommerce shipping, flexible shipping, woocommerce table rate shipping, cart based shipping, weight shipping, weight based shipping, totals based shipping, order based shipping, shipping zones, shipping classes, shipping, free shipping, advanced shipping
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 5.7
|
7 |
+
Stable tag: 4.4.1
|
8 |
Requires PHP: 7.0
|
9 |
License: GPLv3 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
117 |
> **Get more WooCommerce plugins from WP Desk**<br />
|
118 |
> We provide premium plugins for the checkout/products' customization, shipping, invoicing and more. Check our [premium WooCommerce plugins here →](https://www.wpdesk.net/products/)
|
119 |
|
120 |
+
= Compatible WooCommerce Plugins =
|
121 |
+
|
122 |
+
We’ve added compatibility and tests for popular WooCommerce plugins:
|
123 |
+
|
124 |
+
* [WPML](https://wpml.org/)
|
125 |
+
* [Germanized](https://wordpress.org/plugins/woocommerce-germanized/)
|
126 |
+
|
127 |
= Supported Currency Switchers =
|
128 |
|
129 |
* [Aelia Currency Switcher](https://aelia.co/shop/currency-switcher-woocommerce/)
|
190 |
|
191 |
== Changelog ==
|
192 |
|
193 |
+
= 4.4.1 - 2021-04-28 =
|
194 |
+
* Fixed Germanized Plugin compatibility with single shipping method
|
195 |
+
|
196 |
= 4.4.0 - 2021-04-27 =
|
197 |
* Added support WooCommerce Subscription with Integrations, ie. WP Desk Inpost Plugin
|
198 |
* Added support for Currency Switcher for WooCommerce plugin
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInitc5cefd0e43754102d9bd516455cd2aed::getLoader();
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -22,15 +22,15 @@ class ComposerAutoloaderInitb8f8eaa54571b48c5416004559e42e26
|
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
-
spl_autoload_register(array('
|
26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
27 |
-
spl_autoload_unregister(array('
|
28 |
|
29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
30 |
if ($useStaticLoader) {
|
31 |
require_once __DIR__ . '/autoload_static.php';
|
32 |
|
33 |
-
call_user_func(\Composer\Autoload\
|
34 |
} else {
|
35 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
36 |
foreach ($map as $namespace => $path) {
|
@@ -51,19 +51,19 @@ class ComposerAutoloaderInitb8f8eaa54571b48c5416004559e42e26
|
|
51 |
$loader->register(true);
|
52 |
|
53 |
if ($useStaticLoader) {
|
54 |
-
$includeFiles = Composer\Autoload\
|
55 |
} else {
|
56 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
57 |
}
|
58 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
59 |
-
|
60 |
}
|
61 |
|
62 |
return $loader;
|
63 |
}
|
64 |
}
|
65 |
|
66 |
-
function
|
67 |
{
|
68 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
69 |
require $file;
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInitc5cefd0e43754102d9bd516455cd2aed
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
+
spl_autoload_register(array('ComposerAutoloaderInitc5cefd0e43754102d9bd516455cd2aed', 'loadClassLoader'), true, true);
|
26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
27 |
+
spl_autoload_unregister(array('ComposerAutoloaderInitc5cefd0e43754102d9bd516455cd2aed', 'loadClassLoader'));
|
28 |
|
29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
30 |
if ($useStaticLoader) {
|
31 |
require_once __DIR__ . '/autoload_static.php';
|
32 |
|
33 |
+
call_user_func(\Composer\Autoload\ComposerStaticInitc5cefd0e43754102d9bd516455cd2aed::getInitializer($loader));
|
34 |
} else {
|
35 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
36 |
foreach ($map as $namespace => $path) {
|
51 |
$loader->register(true);
|
52 |
|
53 |
if ($useStaticLoader) {
|
54 |
+
$includeFiles = Composer\Autoload\ComposerStaticInitc5cefd0e43754102d9bd516455cd2aed::$files;
|
55 |
} else {
|
56 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
57 |
}
|
58 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
59 |
+
composerRequirec5cefd0e43754102d9bd516455cd2aed($fileIdentifier, $file);
|
60 |
}
|
61 |
|
62 |
return $loader;
|
63 |
}
|
64 |
}
|
65 |
|
66 |
+
function composerRequirec5cefd0e43754102d9bd516455cd2aed($fileIdentifier, $file)
|
67 |
{
|
68 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
69 |
require $file;
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'0509b34a4bd7aebefeac629c9dc8a978' => __DIR__ . '/..' . '/wpdesk/wp-notice/src/WPDesk/notice-functions.php',
|
@@ -631,10 +631,10 @@ class ComposerStaticInitb8f8eaa54571b48c5416004559e42e26
|
|
631 |
public static function getInitializer(ClassLoader $loader)
|
632 |
{
|
633 |
return \Closure::bind(function () use ($loader) {
|
634 |
-
$loader->prefixLengthsPsr4 =
|
635 |
-
$loader->prefixDirsPsr4 =
|
636 |
-
$loader->fallbackDirsPsr4 =
|
637 |
-
$loader->classMap =
|
638 |
|
639 |
}, null, ClassLoader::class);
|
640 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInitc5cefd0e43754102d9bd516455cd2aed
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'0509b34a4bd7aebefeac629c9dc8a978' => __DIR__ . '/..' . '/wpdesk/wp-notice/src/WPDesk/notice-functions.php',
|
631 |
public static function getInitializer(ClassLoader $loader)
|
632 |
{
|
633 |
return \Closure::bind(function () use ($loader) {
|
634 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInitc5cefd0e43754102d9bd516455cd2aed::$prefixLengthsPsr4;
|
635 |
+
$loader->prefixDirsPsr4 = ComposerStaticInitc5cefd0e43754102d9bd516455cd2aed::$prefixDirsPsr4;
|
636 |
+
$loader->fallbackDirsPsr4 = ComposerStaticInitc5cefd0e43754102d9bd516455cd2aed::$fallbackDirsPsr4;
|
637 |
+
$loader->classMap = ComposerStaticInitc5cefd0e43754102d9bd516455cd2aed::$classMap;
|
638 |
|
639 |
}, null, ClassLoader::class);
|
640 |
}
|
vendor/composer/installed.json
CHANGED
@@ -46,7 +46,10 @@
|
|
46 |
"log",
|
47 |
"psr",
|
48 |
"psr-3"
|
49 |
-
]
|
|
|
|
|
|
|
50 |
},
|
51 |
{
|
52 |
"name": "wpdesk/wp-builder",
|
@@ -91,7 +94,10 @@
|
|
91 |
"name": "Krzysiek",
|
92 |
"email": "krzysiek@wpdesk.pl"
|
93 |
}
|
94 |
-
]
|
|
|
|
|
|
|
95 |
},
|
96 |
{
|
97 |
"name": "wpdesk/wp-notice",
|
@@ -147,7 +153,10 @@
|
|
147 |
"admin",
|
148 |
"notice",
|
149 |
"wordpress"
|
150 |
-
]
|
|
|
|
|
|
|
151 |
},
|
152 |
{
|
153 |
"name": "wpdesk/wp-wpdesk-fs-compatibility",
|
@@ -196,7 +205,10 @@
|
|
196 |
"name": "Sebastian",
|
197 |
"email": "sebastian.pisula@flexibleshipping.com"
|
198 |
}
|
199 |
-
]
|
|
|
|
|
|
|
200 |
},
|
201 |
{
|
202 |
"name": "wpdesk/wp-wpdesk-helper-override",
|
46 |
"log",
|
47 |
"psr",
|
48 |
"psr-3"
|
49 |
+
],
|
50 |
+
"support": {
|
51 |
+
"source": "https://github.com/php-fig/log/tree/1.1.3"
|
52 |
+
}
|
53 |
},
|
54 |
{
|
55 |
"name": "wpdesk/wp-builder",
|
94 |
"name": "Krzysiek",
|
95 |
"email": "krzysiek@wpdesk.pl"
|
96 |
}
|
97 |
+
],
|
98 |
+
"support": {
|
99 |
+
"issues": "https://gitlab.com/api/v4/projects/6094305/issues"
|
100 |
+
}
|
101 |
},
|
102 |
{
|
103 |
"name": "wpdesk/wp-notice",
|
153 |
"admin",
|
154 |
"notice",
|
155 |
"wordpress"
|
156 |
+
],
|
157 |
+
"support": {
|
158 |
+
"issues": "https://gitlab.com/api/v4/projects/8538391/issues"
|
159 |
+
}
|
160 |
},
|
161 |
{
|
162 |
"name": "wpdesk/wp-wpdesk-fs-compatibility",
|
205 |
"name": "Sebastian",
|
206 |
"email": "sebastian.pisula@flexibleshipping.com"
|
207 |
}
|
208 |
+
],
|
209 |
+
"support": {
|
210 |
+
"issues": "https://gitlab.com/api/v4/projects/22556334/issues"
|
211 |
+
}
|
212 |
},
|
213 |
{
|
214 |
"name": "wpdesk/wp-wpdesk-helper-override",
|
vendor_prefixed/monolog/monolog/src/Monolog/ErrorHandler.php
CHANGED
@@ -53,7 +53,7 @@ class ErrorHandler
|
|
53 |
public static function register(\Psr\Log\LoggerInterface $logger, $errorLevelMap = array(), $exceptionLevel = null, $fatalLevel = null)
|
54 |
{
|
55 |
//Forces the autoloader to run for LogLevel. Fixes an autoload issue at compile-time on PHP5.3. See https://github.com/Seldaek/monolog/pull/929
|
56 |
-
\class_exists('
|
57 |
/** @phpstan-ignore-next-line */
|
58 |
$handler = new static($logger);
|
59 |
if ($errorLevelMap !== \false) {
|
53 |
public static function register(\Psr\Log\LoggerInterface $logger, $errorLevelMap = array(), $exceptionLevel = null, $fatalLevel = null)
|
54 |
{
|
55 |
//Forces the autoloader to run for LogLevel. Fixes an autoload issue at compile-time on PHP5.3. See https://github.com/Seldaek/monolog/pull/929
|
56 |
+
\class_exists('\\Psr\\Log\\LogLevel', \true);
|
57 |
/** @phpstan-ignore-next-line */
|
58 |
$handler = new static($logger);
|
59 |
if ($errorLevelMap !== \false) {
|
vendor_prefixed/wpdesk/wp-forms/src/Renderer/JsonNormalizedRenderer.php
CHANGED
@@ -29,6 +29,9 @@ class JsonNormalizedRenderer implements \FSVendor\WPDesk\Forms\FieldRenderer
|
|
29 |
if ($field->has_description()) {
|
30 |
$rendered['description'] = $field->get_description();
|
31 |
}
|
|
|
|
|
|
|
32 |
if ($field->has_label()) {
|
33 |
$rendered['label'] = $field->get_label();
|
34 |
}
|
29 |
if ($field->has_description()) {
|
30 |
$rendered['description'] = $field->get_description();
|
31 |
}
|
32 |
+
if ($field->has_description_tip()) {
|
33 |
+
$rendered['description_tip'] = $field->get_description_tip();
|
34 |
+
}
|
35 |
if ($field->has_label()) {
|
36 |
$rendered['label'] = $field->get_label();
|
37 |
}
|