Flexible Shipping for WooCommerce - Version 4.17.0

Version Description

  • 2022-11-23 =
  • Added the WooCommerce High-Performance Order Storage (HPOS) compatibility declaration
  • Added support for WooCommerce 7.2
  • Fixed WooCommerce Subscription integration
Download this release

Release Info

Developer octolize
Plugin Icon 128x128 Flexible Shipping for WooCommerce
Version 4.17.0
Comparing to
See all releases

Code changes from version 4.16.2 to 4.17.0

classes/class-flexible-shipping-plugin.php CHANGED
@@ -786,8 +786,9 @@ class Flexible_Shipping_Plugin extends AbstractPlugin implements HookableCollect
786
  * @return array
787
  */
788
  public function links_filter( $links ) {
789
- $docs_link = get_locale() === 'pl_PL' ? 'https://octol.io/fs-docs-pl' : 'https://octol.io/fs-docs';
790
- $support_link = get_locale() === 'pl_PL' ? 'https://octol.io/fs-support-pl' : 'https://octol.io/fs-support';
 
791
 
792
  $settings_url = admin_url( 'admin.php?page=wc-settings&tab=shipping&section=' . WPDesk_Flexible_Shipping_Settings::METHOD_ID );
793
 
@@ -808,6 +809,8 @@ class Flexible_Shipping_Plugin extends AbstractPlugin implements HookableCollect
808
  ) . '</a>';
809
  }
810
 
 
 
811
  return array_merge( $plugin_links, $links );
812
  }
813
 
786
  * @return array
787
  */
788
  public function links_filter( $links ) {
789
+ $docs_link = get_locale() === 'pl_PL' ? 'https://octol.io/fs-docs-pl' : 'https://octol.io/fs-docs';
790
+ $support_link = get_locale() === 'pl_PL' ? 'https://octol.io/fs-support-pl' : 'https://octol.io/fs-support';
791
+ $extensions_link = get_locale() === 'pl_PL' ? 'https://octol.io/fs-free-ext-pl' : 'https://octol.io/fs-free-ext';
792
 
793
  $settings_url = admin_url( 'admin.php?page=wc-settings&tab=shipping&section=' . WPDesk_Flexible_Shipping_Settings::METHOD_ID );
794
 
809
  ) . '</a>';
810
  }
811
 
812
+ $plugin_links['extensions'] = '<a href="' . esc_url( $extensions_link ) . '" target="_blank" style="color:#917dff;font-weight:bold;">' . __( 'Extensions', 'flexible-shipping' ) . '</a>';
813
+
814
  return array_merge( $plugin_links, $links );
815
  }
816
 
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.16.2
7
  * Author: Octolize
8
  * Author URI: https://octol.io/fs-author
9
  * Text Domain: flexible-shipping
@@ -11,7 +11,7 @@
11
  * Requires at least: 5.7
12
  * Tested up to: 6.1
13
  * WC requires at least: 6.8
14
- * WC tested up to: 7.1
15
  * Requires PHP: 7.0
16
  *
17
  * Copyright 2017 WP Desk Ltd.
@@ -38,7 +38,7 @@ if ( ! defined( 'ABSPATH' ) ) {
38
  } // Exit if accessed directly
39
 
40
  /* THIS VARIABLE CAN BE CHANGED AUTOMATICALLY */
41
- $plugin_version = '4.16.2';
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.17.0
7
  * Author: Octolize
8
  * Author URI: https://octol.io/fs-author
9
  * Text Domain: flexible-shipping
11
  * Requires at least: 5.7
12
  * Tested up to: 6.1
13
  * WC requires at least: 6.8
14
+ * WC tested up to: 7.2
15
  * Requires PHP: 7.0
16
  *
17
  * Copyright 2017 WP Desk Ltd.
38
  } // Exit if accessed directly
39
 
40
  /* THIS VARIABLE CAN BE CHANGED AUTOMATICALLY */
41
+ $plugin_version = '4.17.0';
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.16.2\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: 2022-11-15T10:13:11+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"
@@ -25,7 +25,6 @@ msgstr ""
25
  #: src/WPDesk/FS/TableRate/ShippingMethod/Duplicate/DuplicateAction.php:76
26
  #: src/WPDesk/FS/TableRate/ShippingMethod/Duplicate/DuplicateScript.php:67
27
  #: src/WPDesk/FS/TableRate/ShippingMethodSingle.php:63
28
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/PluginCompatibilityChecker.php:94
29
  msgid "Flexible Shipping"
30
  msgstr ""
31
 
@@ -50,22 +49,26 @@ msgstr ""
50
  msgid "How can We make Flexible Shipping better for you? %1$sJust write to us.%2$s"
51
  msgstr ""
52
 
53
- #: classes/class-flexible-shipping-plugin.php:795
54
  msgid "Settings"
55
  msgstr ""
56
 
57
- #: classes/class-flexible-shipping-plugin.php:799
58
  msgid "Docs"
59
  msgstr ""
60
 
61
- #: classes/class-flexible-shipping-plugin.php:800
62
  msgid "Support"
63
  msgstr ""
64
 
65
- #: classes/class-flexible-shipping-plugin.php:805
66
  msgid "Upgrade"
67
  msgstr ""
68
 
 
 
 
 
69
  #: classes/notices/abstract-rate.php:25
70
  #: classes/notices/rate-notice-implementation.php:15
71
  msgid "%1$sOk, you deserved it%2$s"
@@ -161,13 +164,11 @@ msgstr ""
161
 
162
  #: classes/table-rate/settings/flexible-shipping.php:40
163
  #: src/WPDesk/FS/TableRate/ShippingMethod/SingleMethodSettings.php:59
164
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Settings/MethodSettingsImplementation.php:279
165
  msgid "Taxable"
166
  msgstr ""
167
 
168
  #: classes/table-rate/settings/flexible-shipping.php:41
169
  #: src/WPDesk/FS/TableRate/ShippingMethod/SingleMethodSettings.php:60
170
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Settings/MethodSettingsImplementation.php:279
171
  msgctxt "Tax status"
172
  msgid "None"
173
  msgstr ""
@@ -334,8 +335,6 @@ msgstr ""
334
  #: classes/table-rate/views/html-shipping-method-settings.php:17
335
  #: src/WPDesk/FS/Shipment/views/html-orders-filter-form.php:13
336
  #: src/WPDesk/FS/TableRate/ShippingMethod/CommonMethodSettings.php:189
337
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:95
338
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/views/filter-form.php:14
339
  msgid "Integration"
340
  msgstr ""
341
 
@@ -354,7 +353,6 @@ msgstr ""
354
  #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:254
355
  #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:260
356
  #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:271
357
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Settings/CheckboxValue.php:23
358
  msgid "yes"
359
  msgstr ""
360
 
@@ -452,25 +450,18 @@ msgstr ""
452
 
453
  #. Translators: plugin name.
454
  #: classes/views/deactivation_thickbox.php:25
455
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:20
456
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:11
457
  msgid "You are deactivating %s plugin."
458
  msgstr ""
459
 
460
  #: classes/views/deactivation_thickbox.php:36
461
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:29
462
  msgid "If you have a moment, please let us know why you are deactivating the plugin (anonymous feedback):"
463
  msgstr ""
464
 
465
  #: classes/views/deactivation_thickbox.php:44
466
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:38
467
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:28
468
  msgid "The plugin suddenly stopped working"
469
  msgstr ""
470
 
471
  #: classes/views/deactivation_thickbox.php:52
472
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:48
473
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:38
474
  msgid "The plugin broke my site"
475
  msgstr ""
476
 
@@ -483,88 +474,64 @@ msgid "Please let us know how we can improve it"
483
  msgstr ""
484
 
485
  #: classes/views/deactivation_thickbox.php:71
486
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:58
487
  msgid "I have found a better plugin"
488
  msgstr ""
489
 
490
  #: classes/views/deactivation_thickbox.php:74
491
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:63
492
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:53
493
  msgid "What's the plugin's name?"
494
  msgstr ""
495
 
496
  #: classes/views/deactivation_thickbox.php:82
497
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:73
498
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:63
499
  msgid "I only needed the plugin for a short period"
500
  msgstr ""
501
 
502
  #: classes/views/deactivation_thickbox.php:90
503
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:83
504
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:73
505
  msgid "I no longer need the plugin"
506
  msgstr ""
507
 
508
  #: classes/views/deactivation_thickbox.php:98
509
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:93
510
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:83
511
  msgid "It's a temporary deactivation. I'm just debugging an issue."
512
  msgstr ""
513
 
514
  #: classes/views/deactivation_thickbox.php:106
515
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:103
516
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:93
517
  msgid "Other"
518
  msgstr ""
519
 
520
  #: classes/views/deactivation_thickbox.php:109
521
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:108
522
  msgid "Please let us know how we can improve our plugin"
523
  msgstr ""
524
 
525
  #: classes/views/deactivation_thickbox.php:116
526
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/views/column-actions.php:16
527
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:117
528
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-user-feedback/src/WPDesk/Tracker/UserFeedback/views/thickbox.php:98
529
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:107
530
  msgid "Cancel"
531
  msgstr ""
532
 
533
  #: classes/views/deactivation_thickbox.php:117
534
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:120
535
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:110
536
  msgid "Skip &amp; Deactivate"
537
  msgstr ""
538
 
539
  #: classes/wp-wpdesk-fs-shipment/metabox/ajax.php:22
540
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Metabox/Ajax.php:15
541
  msgid "Unknown error!"
542
  msgstr ""
543
 
544
  #: classes/wp-wpdesk-fs-shipment/metabox/ajax.php:25
545
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Metabox/Ajax.php:18
546
  msgid "Nonce verification error! Invalid request."
547
  msgstr ""
548
 
549
  #: classes/wp-wpdesk-fs-shipment/metabox/ajax.php:29
550
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Metabox/Ajax.php:22
551
  msgid "No shipment id!"
552
  msgstr ""
553
 
554
  #: classes/wp-wpdesk-fs-shipment/metabox/ajax.php:33
555
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Metabox/Ajax.php:26
556
  msgid "No data!"
557
  msgstr ""
558
 
559
  #: classes/wp-wpdesk-fs-shipment/metabox/ajax.php:52
560
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Metabox/Ajax.php:43
561
  msgid "Saved"
562
  msgstr ""
563
 
564
  #: classes/wp-wpdesk-fs-shipment/metabox/ajax.php:55
565
  #: src/WPDesk/FS/Shipment/ModifyOrderTable.php:164
566
  #: src/WPDesk/FS/Shipment/ModifyStatuses.php:31
567
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Metabox/Ajax.php:46
568
  msgid "Created"
569
  msgstr ""
570
 
@@ -659,7 +626,6 @@ msgstr ""
659
 
660
  #. translators: open tag, close tag.
661
  #: src/WPDesk/FS/Nps/NpsHooks.php:107
662
- #: vendor_prefixed/wpdesk/wp-nps/src/Nps.php:129
663
  msgid "By using the 'Send feedback' button I hereby agree and consent to the terms of %1$sPrivacy Policy%2$s."
664
  msgstr ""
665
 
@@ -861,7 +827,6 @@ msgstr ""
861
 
862
  #: src/WPDesk/FS/Shipment/ModifyOrderTable.php:100
863
  #: src/WPDesk/FS/Shipment/ModifyOrderTable.php:162
864
- #: vendor_prefixed/wpdesk/wp-logs/src/deprecated/wpdesk-logger.php:59
865
  msgid "Error"
866
  msgstr ""
867
 
@@ -1098,7 +1063,6 @@ msgstr ""
1098
  #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:254
1099
  #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:260
1100
  #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:271
1101
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Settings/CheckboxValue.php:23
1102
  msgid "no"
1103
  msgstr ""
1104
 
@@ -1112,7 +1076,6 @@ msgstr ""
1112
 
1113
  #: src/WPDesk/FS/TableRate/Rule/Condition/Price.php:31
1114
  #: src/WPDesk/FS/TableRate/Rule/PreconfiguredScenarios/PreconfiguredScenariosFactory.php:55
1115
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/BasedOnOptions.php:20
1116
  msgid "Price"
1117
  msgstr ""
1118
 
@@ -1279,7 +1242,6 @@ msgstr ""
1279
 
1280
  #: src/WPDesk/FS/TableRate/Rule/Condition/Weight.php:31
1281
  #: src/WPDesk/FS/TableRate/Rule/PreconfiguredScenarios/PreconfiguredScenariosFactory.php:36
1282
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/BasedOnOptions.php:20
1283
  msgid "Weight"
1284
  msgstr ""
1285
 
@@ -1386,7 +1348,6 @@ msgstr ""
1386
  msgid " Matched items weight: %1$s"
1387
  msgstr ""
1388
 
1389
- #. Translators: items weight.
1390
  #: src/WPDesk/FS/TableRate/Rule/Rule.php:159
1391
  msgid "Rule costs:"
1392
  msgstr ""
@@ -1398,8 +1359,6 @@ msgstr ""
1398
 
1399
  #: src/WPDesk/FS/TableRate/Rule/SpecialAction/None.php:19
1400
  #: src/WPDesk/FS/TableRate/ShippingMethod/CommonMethodSettings.php:181
1401
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/BasedOnOptions.php:20
1402
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Settings/IntegrationSettingsImplementation.php:40
1403
  msgid "None"
1404
  msgstr ""
1405
 
@@ -1674,9 +1633,6 @@ msgstr ""
1674
 
1675
  #. Translators: username.
1676
  #: src/WPDesk/FS/Tracker/TrackerNotices.php:42
1677
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/PSR/WPDesk/Tracker/views/tracker-connect.php:23
1678
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:15
1679
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-notice.php:19
1680
  msgid "Hey %s,"
1681
  msgstr ""
1682
 
@@ -1695,9 +1651,6 @@ msgstr ""
1695
 
1696
  #: templates/email/after_order_table.php:12
1697
  #: templates/myaccount/after_order_table.php:15
1698
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:44
1699
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/views/manifest-metabox.php:15
1700
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/views/manifest-metabox.php:74
1701
  msgid "Shipment"
1702
  msgstr ""
1703
 
@@ -1706,525 +1659,6 @@ msgstr ""
1706
  msgid "Track shipment: "
1707
  msgstr ""
1708
 
1709
- #: vendor_prefixed/octolize/wp-octolize-tracker/src/OptInNotice/views/html-notice.php:12
1710
- msgid "Help us improve Octolize plugins' experience"
1711
- msgstr ""
1712
-
1713
- #: vendor_prefixed/octolize/wp-octolize-tracker/src/OptInNotice/views/html-notice.php:15
1714
- msgid "Hi %1$s, with your helping hand we can build effective solutions, launch the new features and shape better plugins experience. By agreeing to anonymously share non-sensitive %2$susage data%3$s of our plugins, you will help us develop them in the right direction. No personal data is tracked or stored and you can opt-out any time. Will you give the thumbs up to our efforts?"
1715
- msgstr ""
1716
-
1717
- #: vendor_prefixed/octolize/wp-octolize-tracker/src/OptInNotice/views/html-notice.php:22
1718
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-notice.php:41
1719
- msgid "Allow"
1720
- msgstr ""
1721
-
1722
- #: vendor_prefixed/wpdesk/wp-forms/templates/input-image.php:46
1723
- msgid "Set image"
1724
- msgstr ""
1725
-
1726
- #: vendor_prefixed/wpdesk/wp-forms/templates/input-image.php:57
1727
- msgid "Remove image"
1728
- msgstr ""
1729
-
1730
- #: vendor_prefixed/wpdesk/wp-forms/templates/input-image.php:82
1731
- msgid "Select or Upload Media"
1732
- msgstr ""
1733
-
1734
- #: vendor_prefixed/wpdesk/wp-forms/templates/input-image.php:86
1735
- msgid "Use this media"
1736
- msgstr ""
1737
-
1738
- #: vendor_prefixed/wpdesk/wp-forms/templates/product-select.php:22
1739
- msgid "Search for a product&hellip;"
1740
- msgstr ""
1741
-
1742
- #: vendor_prefixed/wpdesk/wp-helpscout-beacon/src/Beacon/Beacon.php:51
1743
- #: vendor_prefixed/wpdesk/wp-helpscout-beacon/src/Beacon/Beacon.php:92
1744
- msgid "When you click OK we will open our HelpScout beacon where you can find answers to your questions. This beacon will load our help articles and also potentially set cookies."
1745
- msgstr ""
1746
-
1747
- #: vendor_prefixed/wpdesk/wp-logs/src/deprecated/wpdesk-logger.php:59
1748
- msgid "Disabled"
1749
- msgstr ""
1750
-
1751
- #: vendor_prefixed/wpdesk/wp-logs/src/deprecated/wpdesk-logger.php:59
1752
- msgid "Emergency"
1753
- msgstr ""
1754
-
1755
- #: vendor_prefixed/wpdesk/wp-logs/src/deprecated/wpdesk-logger.php:59
1756
- msgid "Alert"
1757
- msgstr ""
1758
-
1759
- #: vendor_prefixed/wpdesk/wp-logs/src/deprecated/wpdesk-logger.php:59
1760
- msgid "Critical"
1761
- msgstr ""
1762
-
1763
- #: vendor_prefixed/wpdesk/wp-logs/src/deprecated/wpdesk-logger.php:59
1764
- msgid "Warning"
1765
- msgstr ""
1766
-
1767
- #: vendor_prefixed/wpdesk/wp-logs/src/deprecated/wpdesk-logger.php:59
1768
- msgid "Notice"
1769
- msgstr ""
1770
-
1771
- #: vendor_prefixed/wpdesk/wp-logs/src/deprecated/wpdesk-logger.php:59
1772
- msgid "Info"
1773
- msgstr ""
1774
-
1775
- #: vendor_prefixed/wpdesk/wp-logs/src/deprecated/wpdesk-logger.php:59
1776
- msgid "Debug"
1777
- msgstr ""
1778
-
1779
- #. Translators: directory.
1780
- #: vendor_prefixed/wpdesk/wp-logs/src/WP/WPCapture.php:23
1781
- msgid "Can not enable WP Desk Debug log! Cannot create directory %s or this directory is not writeable!"
1782
- msgstr ""
1783
-
1784
- #. Translators: directory.
1785
- #: vendor_prefixed/wpdesk/wp-logs/src/WP/WPCapture.php:36
1786
- msgid "Can not enable WP Desk Debug log! Cannot create file %s!"
1787
- msgstr ""
1788
-
1789
- #: vendor_prefixed/wpdesk/wp-nps/src/Nps.php:125
1790
- msgid "Not likely at all"
1791
- msgstr ""
1792
-
1793
- #: vendor_prefixed/wpdesk/wp-nps/src/Nps.php:126
1794
- msgid "Extremely likely"
1795
- msgstr ""
1796
-
1797
- #: vendor_prefixed/wpdesk/wp-nps/src/Nps.php:127
1798
- msgid "How likely are you to recommend our plugin to your friends?"
1799
- msgstr ""
1800
-
1801
- #: vendor_prefixed/wpdesk/wp-nps/src/Nps.php:128
1802
- msgid "What could we do to improve it?"
1803
- msgstr ""
1804
-
1805
- #: vendor_prefixed/wpdesk/wp-nps/src/Nps.php:130
1806
- msgid "Send feedback"
1807
- msgstr ""
1808
-
1809
- #: vendor_prefixed/wpdesk/wp-nps/src/Nps.php:131
1810
- msgid "Sending feedback"
1811
- msgstr ""
1812
-
1813
- #: vendor_prefixed/wpdesk/wp-nps/src/Nps.php:132
1814
- msgid "Thank you!"
1815
- msgstr ""
1816
-
1817
- #: vendor_prefixed/wpdesk/wp-nps/src/Nps.php:133
1818
- msgid "This field is required"
1819
- msgstr ""
1820
-
1821
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/BlockSettings.php:100
1822
- 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."
1823
- msgstr ""
1824
-
1825
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/BlockSettings.php:107
1826
- msgid "Go to the plugins list &rarr;"
1827
- msgstr ""
1828
-
1829
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/Notice.php:46
1830
- msgid "If the WordPress updater hasn't informed you about the newer versions available, please %sfollow these instructions &rarr;%s"
1831
- msgstr ""
1832
-
1833
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/Notice.php:46
1834
- msgid "https://octol.io/fs-2-docs"
1835
- msgstr ""
1836
-
1837
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/Notice.php:49
1838
- 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."
1839
- msgstr ""
1840
-
1841
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/Notice.php:51
1842
- 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."
1843
- msgstr ""
1844
-
1845
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/Notice.php:53
1846
- 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."
1847
- msgstr ""
1848
-
1849
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/Notice.php:57
1850
- 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."
1851
- msgstr ""
1852
-
1853
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/Notice.php:60
1854
- 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."
1855
- msgstr ""
1856
-
1857
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/PluginCompatibilityChecker.php:97
1858
- msgid "Flexible Shipping PRO"
1859
- msgstr ""
1860
-
1861
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/PluginCompatibilityChecker.php:100
1862
- msgid "Flexible Shipping Locations"
1863
- msgstr ""
1864
-
1865
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:44
1866
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:55
1867
- msgid "Shipments"
1868
- msgstr ""
1869
-
1870
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:44
1871
- msgid "View Shipments"
1872
- msgstr ""
1873
-
1874
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:44
1875
- msgid "Add new Shipment"
1876
- msgstr ""
1877
-
1878
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:44
1879
- msgid "Edit Shipment"
1880
- msgstr ""
1881
-
1882
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:44
1883
- msgid "Save Shipment"
1884
- msgstr ""
1885
-
1886
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:44
1887
- msgid "Search Shipments"
1888
- msgstr ""
1889
-
1890
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:44
1891
- msgid "Shipment not found"
1892
- msgstr ""
1893
-
1894
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:44
1895
- msgid "Shipment not found in trash"
1896
- msgstr ""
1897
-
1898
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:44
1899
- msgid "Shipments."
1900
- msgstr ""
1901
-
1902
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:45
1903
- msgctxt "Shipment status"
1904
- msgid "New"
1905
- msgstr ""
1906
-
1907
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:45
1908
- msgid "New <span class=\"count\">(%s)</span>"
1909
- msgid_plural "New <span class=\"count\">(%s)</span>"
1910
- msgstr[0] ""
1911
- msgstr[1] ""
1912
-
1913
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:45
1914
- msgctxt "Shipment status"
1915
- msgid "Created"
1916
- msgstr ""
1917
-
1918
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:45
1919
- msgid "Created <span class=\"count\">(%s)</span>"
1920
- msgid_plural "Created <span class=\"count\">(%s)</span>"
1921
- msgstr[0] ""
1922
- msgstr[1] ""
1923
-
1924
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:45
1925
- msgctxt "Shipment status"
1926
- msgid "Confirmed"
1927
- msgstr ""
1928
-
1929
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:45
1930
- msgid "Confirmed <span class=\"count\">(%s)</span>"
1931
- msgid_plural "Confirmed <span class=\"count\">(%s)</span>"
1932
- msgstr[0] ""
1933
- msgstr[1] ""
1934
-
1935
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:45
1936
- msgctxt "Shipment status"
1937
- msgid "Manifest created"
1938
- msgstr ""
1939
-
1940
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:45
1941
- msgctxt "Shipment status"
1942
- msgid "Failed"
1943
- msgstr ""
1944
-
1945
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:45
1946
- msgid "Failed <span class=\"count\">(%s)</span>"
1947
- msgid_plural "Failed <span class=\"count\">(%s)</span>"
1948
- msgstr[0] ""
1949
- msgstr[1] ""
1950
-
1951
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:68
1952
- msgid "Shipment data"
1953
- msgstr ""
1954
-
1955
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Label/SingleLabelFileDispatcher.php:86
1956
- msgid "Integration doesn't exists."
1957
- msgstr ""
1958
-
1959
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Label/SingleLabelFileDispatcher.php:92
1960
- msgid "Label error"
1961
- msgstr ""
1962
-
1963
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:33
1964
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:39
1965
- msgid "Shipping Manifests"
1966
- msgstr ""
1967
-
1968
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:33
1969
- msgid "Shipping Manifest"
1970
- msgstr ""
1971
-
1972
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:33
1973
- msgid "View Shipping Manifests"
1974
- msgstr ""
1975
-
1976
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:33
1977
- msgid "Add new Shipping Manifest"
1978
- msgstr ""
1979
-
1980
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:33
1981
- msgid "Add new Shipping Manifests"
1982
- msgstr ""
1983
-
1984
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:33
1985
- msgid "Edit Shipping Manifest"
1986
- msgstr ""
1987
-
1988
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:33
1989
- msgid "Save Shipping Manifest"
1990
- msgstr ""
1991
-
1992
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:33
1993
- msgid "Search Shipping Manifests"
1994
- msgstr ""
1995
-
1996
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:33
1997
- msgid "Shipping Manifests not found"
1998
- msgstr ""
1999
-
2000
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:33
2001
- msgid "Shipping Manifests not found in trash"
2002
- msgstr ""
2003
-
2004
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:33
2005
- msgid "Shipping Manifests."
2006
- msgstr ""
2007
-
2008
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:94
2009
- msgid "Date"
2010
- msgstr ""
2011
-
2012
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:96
2013
- msgid "Number"
2014
- msgstr ""
2015
-
2016
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:97
2017
- msgid "Shipments count"
2018
- msgstr ""
2019
-
2020
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:98
2021
- msgid "Actions"
2022
- msgstr ""
2023
-
2024
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:153
2025
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:175
2026
- msgid "Invalid nonce!"
2027
- msgstr ""
2028
-
2029
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/views/column-actions.php:11
2030
- msgid "Download"
2031
- msgstr ""
2032
-
2033
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/views/filter-form.php:11
2034
- msgid "All manifests"
2035
- msgstr ""
2036
-
2037
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/views/manifest-metabox.php:20
2038
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/views/manifest-metabox.php:79
2039
- msgid "Order"
2040
- msgstr ""
2041
-
2042
- #. Translators: order id and integration.
2043
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Order/AddShippingMetabox.php:45
2044
- msgid "Shipment for order %1$s, %2$s"
2045
- msgstr ""
2046
-
2047
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Order/AddShippingMetabox.php:83
2048
- msgid "Select integration"
2049
- msgstr ""
2050
-
2051
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Order/AddShippingMetabox.php:85
2052
- msgid "Add shipping"
2053
- msgstr ""
2054
-
2055
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Order/views/html-order-add_shipping-metabox.php:18
2056
- msgid "Add"
2057
- msgstr ""
2058
-
2059
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/CalculationMethodOptions.php:20
2060
- msgid "Sum"
2061
- msgstr ""
2062
-
2063
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Logger/ShippingMethodLogger.php:71
2064
- msgid "shipping method configuration"
2065
- msgstr ""
2066
-
2067
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Logger/ShippingMethodLogger.php:78
2068
- msgid "input data"
2069
- msgstr ""
2070
-
2071
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Logger/ShippingMethodLogger.php:85
2072
- msgid "rules (%1$s)"
2073
- msgstr ""
2074
-
2075
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Logger/ShippingMethodLogger.php:85
2076
- msgid "triggered"
2077
- msgstr ""
2078
-
2079
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Logger/ShippingMethodLogger.php:85
2080
- msgid "not triggered"
2081
- msgstr ""
2082
-
2083
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Logger/ShippingMethodLogger.php:92
2084
- msgid "the result of shipping method's usage"
2085
- msgstr ""
2086
-
2087
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Logger/view/display-notice-content-single-value.php:12
2088
- msgid "Show %1$s"
2089
- msgstr ""
2090
-
2091
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Logger/view/display-notice-content-single-value.php:15
2092
- msgid "Hide %1$s"
2093
- msgstr ""
2094
-
2095
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Logger/view/display-notice-content-single-value.php:18
2096
- msgid "Copy %1$s"
2097
- msgstr ""
2098
-
2099
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Logger/view/display-notice-footer.php:9
2100
- msgid "Copy all data"
2101
- msgstr ""
2102
-
2103
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Logger/view/display-notice-header.php:9
2104
- msgid "FS Debug mode for %1$s%2$s%3$s shipping method."
2105
- msgstr ""
2106
-
2107
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Settings/CartCalculationOptions.php:23
2108
- msgid "Cart value"
2109
- msgstr ""
2110
-
2111
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Settings/CartCalculationOptions.php:23
2112
- msgid "Package value"
2113
- msgstr ""
2114
-
2115
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Settings/IntegrationSettingsImplementation.php:41
2116
- msgid "Integration: %1$s"
2117
- msgstr ""
2118
-
2119
- #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Settings/MethodSettingsImplementation.php:272
2120
- msgid "Method settings:%1$s Enabled: %2$s Method Title: %3$s Method Description: %4$s Tax status: %5$s Costs includes tax: %6$s Free Shipping: %7$s Free Shipping Label: %8$s 'Left to free shipping' notice: %9$s Rules Calculation: %10$s Cart Calculation: %11$s Visibility (Show only for logged in users): %12$s Default: %13$s Debug mode: %14$s"
2121
- msgstr ""
2122
-
2123
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/scripts.php:44
2124
- msgid "Plugin deactivation"
2125
- msgstr ""
2126
-
2127
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/scripts.php:115
2128
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:126
2129
- msgid "Submit &amp; Deactivate"
2130
- msgstr ""
2131
-
2132
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-user-feedback/src/WPDesk/Tracker/UserFeedback/UserFeedbackContent.php:31
2133
- msgid "Proceed"
2134
- msgstr ""
2135
-
2136
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-user-feedback/src/WPDesk/Tracker/UserFeedback/views/thickbox.php:103
2137
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/PSR/WPDesk/Tracker/views/tracker-connect.php:40
2138
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:32
2139
- msgid "Skip"
2140
- msgstr ""
2141
-
2142
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/PSR/WPDesk/Tracker/OptOut.php:41
2143
- msgid "You successfully opted out of collecting usage data by %1$s. If you change your mind, you can always opt in later in the plugin's quick links."
2144
- msgstr ""
2145
-
2146
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/PSR/WPDesk/Tracker/PluginActionLinks.php:50
2147
- msgid "Opt-in"
2148
- msgstr ""
2149
-
2150
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/PSR/WPDesk/Tracker/PluginActionLinks.php:53
2151
- msgid "Opt-out"
2152
- msgstr ""
2153
-
2154
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/PSR/WPDesk/Tracker/views/tracker-connect.php:26
2155
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:18
2156
- 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."
2157
- msgstr ""
2158
-
2159
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/PSR/WPDesk/Tracker/views/tracker-connect.php:35
2160
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:27
2161
- msgid "Allow & Continue &rarr;"
2162
- msgstr ""
2163
-
2164
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/PSR/WPDesk/Tracker/views/tracker-connect.php:47
2165
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:39
2166
- msgid "What permissions are being granted?"
2167
- msgstr ""
2168
-
2169
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/PSR/WPDesk/Tracker/views/tracker-connect.php:56
2170
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:48
2171
- msgid "Your Site Overview"
2172
- msgstr ""
2173
-
2174
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/PSR/WPDesk/Tracker/views/tracker-connect.php:59
2175
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:51
2176
- msgid "WP version, PHP info"
2177
- msgstr ""
2178
-
2179
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/PSR/WPDesk/Tracker/views/tracker-connect.php:67
2180
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:59
2181
- msgid "Plugin Usage"
2182
- msgstr ""
2183
-
2184
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/PSR/WPDesk/Tracker/views/tracker-connect.php:70
2185
- msgid "Current settings and usage information of %1$s plugins"
2186
- msgstr ""
2187
-
2188
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/PSR/WPDesk/Tracker/views/tracker-connect.php:78
2189
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:70
2190
- msgid "Your Store Overview"
2191
- msgstr ""
2192
-
2193
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/PSR/WPDesk/Tracker/views/tracker-connect.php:81
2194
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:73
2195
- msgid "Anonymized and non-sensitive store usage information"
2196
- msgstr ""
2197
-
2198
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/PSR/WPDesk/Tracker/views/tracker-connect.php:91
2199
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:83
2200
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-notice.php:27
2201
- msgid "Find out more &raquo;"
2202
- msgstr ""
2203
-
2204
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:62
2205
- msgid "Current settings and usage information of WP Desk plugins"
2206
- msgstr ""
2207
-
2208
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:19
2209
- msgid " If you have a moment, please let us know why you are deactivating plugin (anonymous feedback):"
2210
- msgstr ""
2211
-
2212
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:48
2213
- msgid "I found a better plugin"
2214
- msgstr ""
2215
-
2216
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:98
2217
- msgid "Kindly tell us the reason so we can improve"
2218
- msgstr ""
2219
-
2220
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-notice.php:22
2221
- 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."
2222
- msgstr ""
2223
-
2224
- #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-opt-out-notice.php:11
2225
- 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."
2226
- msgstr ""
2227
-
2228
  #: assets-src/rules-settings/js/components/html-woo-select.js:37
2229
  #: assets-src/rules-settings/js/components/html-woo-select.js:233
2230
  msgid "Enter 3 or more characters"
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.17.0\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: 2022-11-24T16:30:00+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"
25
  #: src/WPDesk/FS/TableRate/ShippingMethod/Duplicate/DuplicateAction.php:76
26
  #: src/WPDesk/FS/TableRate/ShippingMethod/Duplicate/DuplicateScript.php:67
27
  #: src/WPDesk/FS/TableRate/ShippingMethodSingle.php:63
 
28
  msgid "Flexible Shipping"
29
  msgstr ""
30
 
49
  msgid "How can We make Flexible Shipping better for you? %1$sJust write to us.%2$s"
50
  msgstr ""
51
 
52
+ #: classes/class-flexible-shipping-plugin.php:796
53
  msgid "Settings"
54
  msgstr ""
55
 
56
+ #: classes/class-flexible-shipping-plugin.php:800
57
  msgid "Docs"
58
  msgstr ""
59
 
60
+ #: classes/class-flexible-shipping-plugin.php:801
61
  msgid "Support"
62
  msgstr ""
63
 
64
+ #: classes/class-flexible-shipping-plugin.php:806
65
  msgid "Upgrade"
66
  msgstr ""
67
 
68
+ #: classes/class-flexible-shipping-plugin.php:812
69
+ msgid "Extensions"
70
+ msgstr ""
71
+
72
  #: classes/notices/abstract-rate.php:25
73
  #: classes/notices/rate-notice-implementation.php:15
74
  msgid "%1$sOk, you deserved it%2$s"
164
 
165
  #: classes/table-rate/settings/flexible-shipping.php:40
166
  #: src/WPDesk/FS/TableRate/ShippingMethod/SingleMethodSettings.php:59
 
167
  msgid "Taxable"
168
  msgstr ""
169
 
170
  #: classes/table-rate/settings/flexible-shipping.php:41
171
  #: src/WPDesk/FS/TableRate/ShippingMethod/SingleMethodSettings.php:60
 
172
  msgctxt "Tax status"
173
  msgid "None"
174
  msgstr ""
335
  #: classes/table-rate/views/html-shipping-method-settings.php:17
336
  #: src/WPDesk/FS/Shipment/views/html-orders-filter-form.php:13
337
  #: src/WPDesk/FS/TableRate/ShippingMethod/CommonMethodSettings.php:189
 
 
338
  msgid "Integration"
339
  msgstr ""
340
 
353
  #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:254
354
  #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:260
355
  #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:271
 
356
  msgid "yes"
357
  msgstr ""
358
 
450
 
451
  #. Translators: plugin name.
452
  #: classes/views/deactivation_thickbox.php:25
 
 
453
  msgid "You are deactivating %s plugin."
454
  msgstr ""
455
 
456
  #: classes/views/deactivation_thickbox.php:36
 
457
  msgid "If you have a moment, please let us know why you are deactivating the plugin (anonymous feedback):"
458
  msgstr ""
459
 
460
  #: classes/views/deactivation_thickbox.php:44
 
 
461
  msgid "The plugin suddenly stopped working"
462
  msgstr ""
463
 
464
  #: classes/views/deactivation_thickbox.php:52
 
 
465
  msgid "The plugin broke my site"
466
  msgstr ""
467
 
474
  msgstr ""
475
 
476
  #: classes/views/deactivation_thickbox.php:71
 
477
  msgid "I have found a better plugin"
478
  msgstr ""
479
 
480
  #: classes/views/deactivation_thickbox.php:74
 
 
481
  msgid "What's the plugin's name?"
482
  msgstr ""
483
 
484
  #: classes/views/deactivation_thickbox.php:82
 
 
485
  msgid "I only needed the plugin for a short period"
486
  msgstr ""
487
 
488
  #: classes/views/deactivation_thickbox.php:90
 
 
489
  msgid "I no longer need the plugin"
490
  msgstr ""
491
 
492
  #: classes/views/deactivation_thickbox.php:98
 
 
493
  msgid "It's a temporary deactivation. I'm just debugging an issue."
494
  msgstr ""
495
 
496
  #: classes/views/deactivation_thickbox.php:106
 
 
497
  msgid "Other"
498
  msgstr ""
499
 
500
  #: classes/views/deactivation_thickbox.php:109
 
501
  msgid "Please let us know how we can improve our plugin"
502
  msgstr ""
503
 
504
  #: classes/views/deactivation_thickbox.php:116
 
 
 
 
505
  msgid "Cancel"
506
  msgstr ""
507
 
508
  #: classes/views/deactivation_thickbox.php:117
 
 
509
  msgid "Skip &amp; Deactivate"
510
  msgstr ""
511
 
512
  #: classes/wp-wpdesk-fs-shipment/metabox/ajax.php:22
 
513
  msgid "Unknown error!"
514
  msgstr ""
515
 
516
  #: classes/wp-wpdesk-fs-shipment/metabox/ajax.php:25
 
517
  msgid "Nonce verification error! Invalid request."
518
  msgstr ""
519
 
520
  #: classes/wp-wpdesk-fs-shipment/metabox/ajax.php:29
 
521
  msgid "No shipment id!"
522
  msgstr ""
523
 
524
  #: classes/wp-wpdesk-fs-shipment/metabox/ajax.php:33
 
525
  msgid "No data!"
526
  msgstr ""
527
 
528
  #: classes/wp-wpdesk-fs-shipment/metabox/ajax.php:52
 
529
  msgid "Saved"
530
  msgstr ""
531
 
532
  #: classes/wp-wpdesk-fs-shipment/metabox/ajax.php:55
533
  #: src/WPDesk/FS/Shipment/ModifyOrderTable.php:164
534
  #: src/WPDesk/FS/Shipment/ModifyStatuses.php:31
 
535
  msgid "Created"
536
  msgstr ""
537
 
626
 
627
  #. translators: open tag, close tag.
628
  #: src/WPDesk/FS/Nps/NpsHooks.php:107
 
629
  msgid "By using the 'Send feedback' button I hereby agree and consent to the terms of %1$sPrivacy Policy%2$s."
630
  msgstr ""
631
 
827
 
828
  #: src/WPDesk/FS/Shipment/ModifyOrderTable.php:100
829
  #: src/WPDesk/FS/Shipment/ModifyOrderTable.php:162
 
830
  msgid "Error"
831
  msgstr ""
832
 
1063
  #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:254
1064
  #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:260
1065
  #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:271
 
1066
  msgid "no"
1067
  msgstr ""
1068
 
1076
 
1077
  #: src/WPDesk/FS/TableRate/Rule/Condition/Price.php:31
1078
  #: src/WPDesk/FS/TableRate/Rule/PreconfiguredScenarios/PreconfiguredScenariosFactory.php:55
 
1079
  msgid "Price"
1080
  msgstr ""
1081
 
1242
 
1243
  #: src/WPDesk/FS/TableRate/Rule/Condition/Weight.php:31
1244
  #: src/WPDesk/FS/TableRate/Rule/PreconfiguredScenarios/PreconfiguredScenariosFactory.php:36
 
1245
  msgid "Weight"
1246
  msgstr ""
1247
 
1348
  msgid " Matched items weight: %1$s"
1349
  msgstr ""
1350
 
 
1351
  #: src/WPDesk/FS/TableRate/Rule/Rule.php:159
1352
  msgid "Rule costs:"
1353
  msgstr ""
1359
 
1360
  #: src/WPDesk/FS/TableRate/Rule/SpecialAction/None.php:19
1361
  #: src/WPDesk/FS/TableRate/ShippingMethod/CommonMethodSettings.php:181
 
 
1362
  msgid "None"
1363
  msgstr ""
1364
 
1633
 
1634
  #. Translators: username.
1635
  #: src/WPDesk/FS/Tracker/TrackerNotices.php:42
 
 
 
1636
  msgid "Hey %s,"
1637
  msgstr ""
1638
 
1651
 
1652
  #: templates/email/after_order_table.php:12
1653
  #: templates/myaccount/after_order_table.php:15
 
 
 
1654
  msgid "Shipment"
1655
  msgstr ""
1656
 
1659
  msgid "Track shipment: "
1660
  msgstr ""
1661
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1662
  #: assets-src/rules-settings/js/components/html-woo-select.js:37
1663
  #: assets-src/rules-settings/js/components/html-woo-select.js:233
1664
  msgid "Enter 3 or more characters"
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://octol.io/fs-repo-up
4
  Tags: table rate, table rate shipping, conditional shipping, free shipping, woocommerce shipping, woocommerce table rate shipping, cart based shipping, weight based shipping, totals based shipping, order based shipping, advanced shipping
5
  Requires at least: 5.7
6
  Tested up to: 6.1
7
- Stable tag: 4.16.2
8
  Requires PHP: 7.0
9
  License: GPLv3 or later
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -228,6 +228,11 @@ If you are upgrading from the old Flexible Shipping version (1.3.2, woo-flexible
228
 
229
  == Changelog ==
230
 
 
 
 
 
 
231
  = 4.16.2 - 2022-11-15 =
232
  * Added extended debug information
233
 
4
  Tags: table rate, table rate shipping, conditional shipping, free shipping, woocommerce shipping, woocommerce table rate shipping, cart based shipping, weight based shipping, totals based shipping, order based shipping, advanced shipping
5
  Requires at least: 5.7
6
  Tested up to: 6.1
7
+ Stable tag: 4.17.0
8
  Requires PHP: 7.0
9
  License: GPLv3 or later
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
228
 
229
  == Changelog ==
230
 
231
+ = 4.17.0 - 2022-11-23 =
232
+ * Added the WooCommerce High-Performance Order Storage (HPOS) compatibility declaration
233
+ * Added support for WooCommerce 7.2
234
+ * Fixed WooCommerce Subscription integration
235
+
236
  = 4.16.2 - 2022-11-15 =
237
  * Added extended debug information
238
 
vendor_prefixed/wpdesk/wp-logs/src/deprecated/wpdesk-logger-factory.php CHANGED
@@ -41,7 +41,7 @@ if (!\class_exists('FSVendor\\WPDesk_Logger_Factory')) {
41
  *
42
  * @see http://php.net/manual/en/function.debug-backtrace.php
43
  */
44
- public static function log_wp_error(\WP_Error $e, array $backtrace)
45
  {
46
  $message = 'Error: ' . \get_class($e) . ' Code: ' . $e->get_error_code() . ' Message: ' . $e->get_error_message();
47
  self::log_message_backtrace($message, \FSVendor\WPDesk_Logger::ERROR, $backtrace);
@@ -76,7 +76,7 @@ if (!\class_exists('FSVendor\\WPDesk_Logger_Factory')) {
76
  * @param string $level Level of error.
77
  * @param array $backtrace Backtrace information with snapshot of error env.
78
  */
79
- public static function log_message_backtrace($message, $level = \FSVendor\WPDesk_Logger::DEBUG, array $backtrace)
80
  {
81
  $message .= ' Backtrace: ' . \json_encode($backtrace);
82
  if (isset($backtrace[self::BACKTRACE_FILENAME_KEY])) {
41
  *
42
  * @see http://php.net/manual/en/function.debug-backtrace.php
43
  */
44
+ public static function log_wp_error(\WP_Error $e, array $backtrace = array())
45
  {
46
  $message = 'Error: ' . \get_class($e) . ' Code: ' . $e->get_error_code() . ' Message: ' . $e->get_error_message();
47
  self::log_message_backtrace($message, \FSVendor\WPDesk_Logger::ERROR, $backtrace);
76
  * @param string $level Level of error.
77
  * @param array $backtrace Backtrace information with snapshot of error env.
78
  */
79
+ public static function log_message_backtrace($message, $level = \FSVendor\WPDesk_Logger::DEBUG, array $backtrace = array())
80
  {
81
  $message .= ' Backtrace: ' . \json_encode($backtrace);
82
  if (isset($backtrace[self::BACKTRACE_FILENAME_KEY])) {
vendor_prefixed/wpdesk/wp-plugin-flow-common/src/PluginBootstrap.php CHANGED
@@ -85,6 +85,12 @@ final class PluginBootstrap
85
  $requirements_checker->render_notices();
86
  }
87
  }, self::PRIORITY_BEFORE_FLOW_2_5);
 
 
 
 
 
 
88
  }
89
  /**
90
  * Initialize activated_plugin action.
85
  $requirements_checker->render_notices();
86
  }
87
  }, self::PRIORITY_BEFORE_FLOW_2_5);
88
+ \add_action('before_woocommerce_init', static function () use($plugin_info) {
89
+ $features_util_class = '\\' . 'Automattic' . '\\' . 'WooCommerce' . '\\' . 'Utilities' . '\\' . 'FeaturesUtil';
90
+ if (\class_exists($features_util_class)) {
91
+ $features_util_class::declare_compatibility('custom_order_tables', $plugin_info->get_plugin_file_name(), \true);
92
+ }
93
+ });
94
  }
95
  /**
96
  * Initialize activated_plugin action.
vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php CHANGED
@@ -186,9 +186,10 @@ class CustomPostType implements \FSVendor\WPDesk\PluginBuilder\Plugin\Hookable
186
  global $fs_package_id;
187
  $order_shipping_methods = $order->get_shipping_methods();
188
  $packages = $cart->get_shipping_packages();
189
- $package_id = -1;
190
  foreach ($order_shipping_methods as $shipping_id => $shipping_method) {
191
- $package_id++;
 
192
  $fs_package_id = $package_id;
193
  $fs_method = $this->get_fs_method_from_order_shipping_method($shipping_method);
194
  if (!empty($fs_method['method_integration'])) {
186
  global $fs_package_id;
187
  $order_shipping_methods = $order->get_shipping_methods();
188
  $packages = $cart->get_shipping_packages();
189
+ $current_package = -1;
190
  foreach ($order_shipping_methods as $shipping_id => $shipping_method) {
191
+ $current_package++;
192
+ $package_id = \array_keys($packages)[$current_package];
193
  $fs_package_id = $package_id;
194
  $fs_method = $this->get_fs_method_from_order_shipping_method($shipping_method);
195
  if (!empty($fs_method['method_integration'])) {
vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Subscriptions/SubscriptionsIntegration.php CHANGED
@@ -7,6 +7,7 @@
7
  */
8
  namespace FSVendor\WPDesk\FS\Shipment\Subscriptions;
9
 
 
10
  use FSVendor\WPDesk\FS\Shipment\CustomPostType;
11
  use FSVendor\WPDesk\PluginBuilder\Plugin\Hookable;
12
  /**
@@ -43,6 +44,8 @@ class SubscriptionsIntegration implements \FSVendor\WPDesk\PluginBuilder\Plugin\
43
  */
44
  public function create_shipping_for_subscription($subscription, $order, $recurring_cart)
45
  {
 
 
46
  $this->shipment_cpt->create_shipping_for_order_and_cart($subscription, $recurring_cart);
47
  }
48
  /**
7
  */
8
  namespace FSVendor\WPDesk\FS\Shipment\Subscriptions;
9
 
10
+ use FSVendor\WC_Subscriptions_Cart;
11
  use FSVendor\WPDesk\FS\Shipment\CustomPostType;
12
  use FSVendor\WPDesk\PluginBuilder\Plugin\Hookable;
13
  /**
44
  */
45
  public function create_shipping_for_subscription($subscription, $order, $recurring_cart)
46
  {
47
+ $WC_Subscriptions_Cart = '\\' . 'WC_Subscriptions_Cart';
48
+ $WC_Subscriptions_Cart::set_calculation_type('recurring_total');
49
  $this->shipment_cpt->create_shipping_for_order_and_cart($subscription, $recurring_cart);
50
  }
51
  /**