Flexible Shipping for WooCommerce - Version 3.16.1

Version Description

  • 2020-11-05 =
  • Fixed broken JavaScript in checkout
  • Fixed conflict with "WC - APG Free Shipping" plugin
Download this release

Release Info

Developer wpdesk
Plugin Icon 128x128 Flexible Shipping for WooCommerce
Version 3.16.1
Comparing to
See all releases

Code changes from version 3.16.0 to 3.16.1

classes/class-flexible-shipping-plugin.php CHANGED
@@ -190,7 +190,7 @@ class Flexible_Shipping_Plugin extends AbstractPlugin implements HookableCollect
190
 
191
  $this->add_hookable( new NewRulesTableDeactivationTracker() );
192
 
193
- $this->add_hookable( new \FSVendor\WPDesk\FS\TableRate\Logger\Assets( $this->get_plugin_assets_url() . '/../../vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/assets', $this->scripts_version ) );
194
 
195
  $this->add_hookable( new \WPDesk\FS\TableRate\Debug\NoShippingMethodsNotice(
196
  current_user_can( 'manage_woocommerce' ) && 'yes' === get_option( 'woocommerce_shipping_debug_mode', 'no' )
@@ -219,7 +219,7 @@ class Flexible_Shipping_Plugin extends AbstractPlugin implements HookableCollect
219
  /**
220
  * Init beacon.
221
  */
222
- private function init_beacon() {
223
  if ( 'pl_PL' !== get_locale() ) {
224
  $strategy = new BeaconDisplayStrategy();
225
 
@@ -350,9 +350,9 @@ class Flexible_Shipping_Plugin extends AbstractPlugin implements HookableCollect
350
 
351
  add_action( 'woocommerce_init', array( $this, 'init_contextual_info' ) );
352
 
353
- $this->hooks_on_hookable_objects();
354
 
355
- $this->init_beacon();
356
  }
357
 
358
  /**
190
 
191
  $this->add_hookable( new NewRulesTableDeactivationTracker() );
192
 
193
+ $this->add_hookable( new \FSVendor\WPDesk\FS\TableRate\Logger\Assets( trailingslashit( $this->get_plugin_url() ) . 'vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/assets', $this->scripts_version ) );
194
 
195
  $this->add_hookable( new \WPDesk\FS\TableRate\Debug\NoShippingMethodsNotice(
196
  current_user_can( 'manage_woocommerce' ) && 'yes' === get_option( 'woocommerce_shipping_debug_mode', 'no' )
219
  /**
220
  * Init beacon.
221
  */
222
+ public function init_beacon() {
223
  if ( 'pl_PL' !== get_locale() ) {
224
  $strategy = new BeaconDisplayStrategy();
225
 
350
 
351
  add_action( 'woocommerce_init', array( $this, 'init_contextual_info' ) );
352
 
353
+ add_action( 'woocommerce_init', array( $this, 'init_beacon' ) );
354
 
355
+ $this->hooks_on_hookable_objects();
356
  }
357
 
358
  /**
composer.lock CHANGED
@@ -679,23 +679,23 @@
679
  },
680
  {
681
  "name": "codeception/module-rest",
682
- "version": "1.2.5",
683
  "source": {
684
  "type": "git",
685
  "url": "https://github.com/Codeception/module-rest.git",
686
- "reference": "15e16e4a9973ffaeffc39208787e60e5d8316788"
687
  },
688
  "dist": {
689
  "type": "zip",
690
- "url": "https://api.github.com/repos/Codeception/module-rest/zipball/15e16e4a9973ffaeffc39208787e60e5d8316788",
691
- "reference": "15e16e4a9973ffaeffc39208787e60e5d8316788",
692
  "shasum": ""
693
  },
694
  "require": {
695
  "codeception/codeception": "^4.0",
696
- "flow/jsonpath": "^0.5",
697
  "justinrainbow/json-schema": "~5.2.9",
698
- "php": ">=5.6.0 <9.0"
 
699
  },
700
  "require-dev": {
701
  "codeception/lib-innerbrowser": "^1.0",
@@ -725,7 +725,7 @@
725
  "codeception",
726
  "rest"
727
  ],
728
- "time": "2020-10-24T15:20:26+00:00"
729
  },
730
  {
731
  "name": "codeception/module-webdriver",
@@ -960,16 +960,16 @@
960
  },
961
  {
962
  "name": "composer/composer",
963
- "version": "1.10.16",
964
  "source": {
965
  "type": "git",
966
  "url": "https://github.com/composer/composer.git",
967
- "reference": "217f0272673c72087862c40cf91ac07eb438d778"
968
  },
969
  "dist": {
970
  "type": "zip",
971
- "url": "https://api.github.com/repos/composer/composer/zipball/217f0272673c72087862c40cf91ac07eb438d778",
972
- "reference": "217f0272673c72087862c40cf91ac07eb438d778",
973
  "shasum": ""
974
  },
975
  "require": {
@@ -1050,7 +1050,7 @@
1050
  "type": "tidelift"
1051
  }
1052
  ],
1053
- "time": "2020-10-24T07:55:59+00:00"
1054
  },
1055
  {
1056
  "name": "composer/semver",
@@ -1530,48 +1530,6 @@
1530
  ],
1531
  "time": "2015-06-14T21:17:01+00:00"
1532
  },
1533
- {
1534
- "name": "flow/jsonpath",
1535
- "version": "0.5.0",
1536
- "source": {
1537
- "type": "git",
1538
- "url": "https://github.com/FlowCommunications/JSONPath.git",
1539
- "reference": "b9738858c75d008c1211612b973e9510f8b7f8ea"
1540
- },
1541
- "dist": {
1542
- "type": "zip",
1543
- "url": "https://api.github.com/repos/FlowCommunications/JSONPath/zipball/b9738858c75d008c1211612b973e9510f8b7f8ea",
1544
- "reference": "b9738858c75d008c1211612b973e9510f8b7f8ea",
1545
- "shasum": ""
1546
- },
1547
- "require": {
1548
- "php": ">=5.4.0"
1549
- },
1550
- "require-dev": {
1551
- "peekmo/jsonpath": "dev-master",
1552
- "phpunit/phpunit": "^7.0"
1553
- },
1554
- "type": "library",
1555
- "autoload": {
1556
- "psr-0": {
1557
- "Flow\\JSONPath": "src/",
1558
- "Flow\\JSONPath\\Test": "tests/"
1559
- }
1560
- },
1561
- "notification-url": "https://packagist.org/downloads/",
1562
- "license": [
1563
- "MIT"
1564
- ],
1565
- "authors": [
1566
- {
1567
- "name": "Stephen Frank",
1568
- "email": "stephen@flowsa.com"
1569
- }
1570
- ],
1571
- "description": "JSONPath implementation for parsing, searching and flattening arrays",
1572
- "abandoned": "softcreatr/jsonpath",
1573
- "time": "2019-07-15T17:23:22+00:00"
1574
- },
1575
  {
1576
  "name": "gettext/gettext",
1577
  "version": "v4.8.2",
@@ -2142,16 +2100,16 @@
2142
  },
2143
  {
2144
  "name": "lucatume/wp-browser",
2145
- "version": "2.6.15",
2146
  "source": {
2147
  "type": "git",
2148
  "url": "https://github.com/lucatume/wp-browser.git",
2149
- "reference": "151cf379d6706e12f2c71a7aebe5a36a13968e3b"
2150
  },
2151
  "dist": {
2152
  "type": "zip",
2153
- "url": "https://api.github.com/repos/lucatume/wp-browser/zipball/151cf379d6706e12f2c71a7aebe5a36a13968e3b",
2154
- "reference": "151cf379d6706e12f2c71a7aebe5a36a13968e3b",
2155
  "shasum": ""
2156
  },
2157
  "require": {
@@ -2187,7 +2145,7 @@
2187
  "codeception/module-webdriver": "Codeception 4.0 compatibility; required by the WPWebDriver module.",
2188
  "codeception/util-universalframework": "Codeception 4.0 compatibility; required by the WordPress framework module.",
2189
  "gumlet/php-image-resize": "To handle runtime image modification in the WPDb::haveAttachmentInDatabase method.",
2190
- "vlucas/phpdotenv": "To manage env file based configuration of the suites."
2191
  },
2192
  "type": "library",
2193
  "extra": {
@@ -2227,7 +2185,7 @@
2227
  "type": "github"
2228
  }
2229
  ],
2230
- "time": "2020-10-21T11:53:37+00:00"
2231
  },
2232
  {
2233
  "name": "matthiasmullie/minify",
@@ -4458,6 +4416,68 @@
4458
  ],
4459
  "time": "2020-07-07T18:42:57+00:00"
4460
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4461
  {
4462
  "name": "squizlabs/php_codesniffer",
4463
  "version": "3.5.8",
@@ -4511,16 +4531,16 @@
4511
  },
4512
  {
4513
  "name": "symfony/browser-kit",
4514
- "version": "v3.4.45",
4515
  "source": {
4516
  "type": "git",
4517
  "url": "https://github.com/symfony/browser-kit.git",
4518
- "reference": "2084c70ace7605fb0984991fd0f575814bfcc8fe"
4519
  },
4520
  "dist": {
4521
  "type": "zip",
4522
- "url": "https://api.github.com/repos/symfony/browser-kit/zipball/2084c70ace7605fb0984991fd0f575814bfcc8fe",
4523
- "reference": "2084c70ace7605fb0984991fd0f575814bfcc8fe",
4524
  "shasum": ""
4525
  },
4526
  "require": {
@@ -4535,11 +4555,6 @@
4535
  "symfony/process": ""
4536
  },
4537
  "type": "library",
4538
- "extra": {
4539
- "branch-alias": {
4540
- "dev-master": "3.4-dev"
4541
- }
4542
- },
4543
  "autoload": {
4544
  "psr-4": {
4545
  "Symfony\\Component\\BrowserKit\\": ""
@@ -4578,20 +4593,20 @@
4578
  "type": "tidelift"
4579
  }
4580
  ],
4581
- "time": "2020-09-02T16:06:40+00:00"
4582
  },
4583
  {
4584
  "name": "symfony/console",
4585
- "version": "v3.4.45",
4586
  "source": {
4587
  "type": "git",
4588
  "url": "https://github.com/symfony/console.git",
4589
- "reference": "b28996bc0a3b08914b2a8609163ec35b36b30685"
4590
  },
4591
  "dist": {
4592
  "type": "zip",
4593
- "url": "https://api.github.com/repos/symfony/console/zipball/b28996bc0a3b08914b2a8609163ec35b36b30685",
4594
- "reference": "b28996bc0a3b08914b2a8609163ec35b36b30685",
4595
  "shasum": ""
4596
  },
4597
  "require": {
@@ -4621,11 +4636,6 @@
4621
  "symfony/process": ""
4622
  },
4623
  "type": "library",
4624
- "extra": {
4625
- "branch-alias": {
4626
- "dev-master": "3.4-dev"
4627
- }
4628
- },
4629
  "autoload": {
4630
  "psr-4": {
4631
  "Symfony\\Component\\Console\\": ""
@@ -4664,31 +4674,26 @@
4664
  "type": "tidelift"
4665
  }
4666
  ],
4667
- "time": "2020-09-09T05:09:37+00:00"
4668
  },
4669
  {
4670
  "name": "symfony/css-selector",
4671
- "version": "v3.4.45",
4672
  "source": {
4673
  "type": "git",
4674
  "url": "https://github.com/symfony/css-selector.git",
4675
- "reference": "9ccf6e78077a3fc1596e6c7b5958008965a11518"
4676
  },
4677
  "dist": {
4678
  "type": "zip",
4679
- "url": "https://api.github.com/repos/symfony/css-selector/zipball/9ccf6e78077a3fc1596e6c7b5958008965a11518",
4680
- "reference": "9ccf6e78077a3fc1596e6c7b5958008965a11518",
4681
  "shasum": ""
4682
  },
4683
  "require": {
4684
  "php": "^5.5.9|>=7.0.8"
4685
  },
4686
  "type": "library",
4687
- "extra": {
4688
- "branch-alias": {
4689
- "dev-master": "3.4-dev"
4690
- }
4691
- },
4692
  "autoload": {
4693
  "psr-4": {
4694
  "Symfony\\Component\\CssSelector\\": ""
@@ -4731,20 +4736,20 @@
4731
  "type": "tidelift"
4732
  }
4733
  ],
4734
- "time": "2020-03-16T08:31:04+00:00"
4735
  },
4736
  {
4737
  "name": "symfony/debug",
4738
- "version": "v3.4.45",
4739
  "source": {
4740
  "type": "git",
4741
  "url": "https://github.com/symfony/debug.git",
4742
- "reference": "9109e4414e684d0b75276ae203883467476d25d0"
4743
  },
4744
  "dist": {
4745
  "type": "zip",
4746
- "url": "https://api.github.com/repos/symfony/debug/zipball/9109e4414e684d0b75276ae203883467476d25d0",
4747
- "reference": "9109e4414e684d0b75276ae203883467476d25d0",
4748
  "shasum": ""
4749
  },
4750
  "require": {
@@ -4758,11 +4763,6 @@
4758
  "symfony/http-kernel": "~2.8|~3.0|~4.0"
4759
  },
4760
  "type": "library",
4761
- "extra": {
4762
- "branch-alias": {
4763
- "dev-master": "3.4-dev"
4764
- }
4765
- },
4766
  "autoload": {
4767
  "psr-4": {
4768
  "Symfony\\Component\\Debug\\": ""
@@ -4801,20 +4801,20 @@
4801
  "type": "tidelift"
4802
  }
4803
  ],
4804
- "time": "2020-09-08T22:19:14+00:00"
4805
  },
4806
  {
4807
  "name": "symfony/dom-crawler",
4808
- "version": "v3.4.45",
4809
  "source": {
4810
  "type": "git",
4811
  "url": "https://github.com/symfony/dom-crawler.git",
4812
- "reference": "82fe363780d2d2089066e34495a7f8bd56f2bf84"
4813
  },
4814
  "dist": {
4815
  "type": "zip",
4816
- "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/82fe363780d2d2089066e34495a7f8bd56f2bf84",
4817
- "reference": "82fe363780d2d2089066e34495a7f8bd56f2bf84",
4818
  "shasum": ""
4819
  },
4820
  "require": {
@@ -4829,11 +4829,6 @@
4829
  "symfony/css-selector": ""
4830
  },
4831
  "type": "library",
4832
- "extra": {
4833
- "branch-alias": {
4834
- "dev-master": "3.4-dev"
4835
- }
4836
- },
4837
  "autoload": {
4838
  "psr-4": {
4839
  "Symfony\\Component\\DomCrawler\\": ""
@@ -4872,20 +4867,20 @@
4872
  "type": "tidelift"
4873
  }
4874
  ],
4875
- "time": "2020-09-02T16:06:40+00:00"
4876
  },
4877
  {
4878
  "name": "symfony/event-dispatcher",
4879
- "version": "v3.4.45",
4880
  "source": {
4881
  "type": "git",
4882
  "url": "https://github.com/symfony/event-dispatcher.git",
4883
- "reference": "0bb9ea263b39fce3a12ac9f78ef576bdd80dacb8"
4884
  },
4885
  "dist": {
4886
  "type": "zip",
4887
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/0bb9ea263b39fce3a12ac9f78ef576bdd80dacb8",
4888
- "reference": "0bb9ea263b39fce3a12ac9f78ef576bdd80dacb8",
4889
  "shasum": ""
4890
  },
4891
  "require": {
@@ -4907,11 +4902,6 @@
4907
  "symfony/http-kernel": ""
4908
  },
4909
  "type": "library",
4910
- "extra": {
4911
- "branch-alias": {
4912
- "dev-master": "3.4-dev"
4913
- }
4914
- },
4915
  "autoload": {
4916
  "psr-4": {
4917
  "Symfony\\Component\\EventDispatcher\\": ""
@@ -4950,20 +4940,20 @@
4950
  "type": "tidelift"
4951
  }
4952
  ],
4953
- "time": "2020-09-18T12:06:50+00:00"
4954
  },
4955
  {
4956
  "name": "symfony/filesystem",
4957
- "version": "v3.4.45",
4958
  "source": {
4959
  "type": "git",
4960
  "url": "https://github.com/symfony/filesystem.git",
4961
- "reference": "495646f13d051cc5a8f77a68b68313dc854080aa"
4962
  },
4963
  "dist": {
4964
  "type": "zip",
4965
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/495646f13d051cc5a8f77a68b68313dc854080aa",
4966
- "reference": "495646f13d051cc5a8f77a68b68313dc854080aa",
4967
  "shasum": ""
4968
  },
4969
  "require": {
@@ -4971,11 +4961,6 @@
4971
  "symfony/polyfill-ctype": "~1.8"
4972
  },
4973
  "type": "library",
4974
- "extra": {
4975
- "branch-alias": {
4976
- "dev-master": "3.4-dev"
4977
- }
4978
- },
4979
  "autoload": {
4980
  "psr-4": {
4981
  "Symfony\\Component\\Filesystem\\": ""
@@ -5014,31 +4999,26 @@
5014
  "type": "tidelift"
5015
  }
5016
  ],
5017
- "time": "2020-09-02T16:06:40+00:00"
5018
  },
5019
  {
5020
  "name": "symfony/finder",
5021
- "version": "v3.4.45",
5022
  "source": {
5023
  "type": "git",
5024
  "url": "https://github.com/symfony/finder.git",
5025
- "reference": "52140652ed31cee3dabd0c481b5577201fa769b4"
5026
  },
5027
  "dist": {
5028
  "type": "zip",
5029
- "url": "https://api.github.com/repos/symfony/finder/zipball/52140652ed31cee3dabd0c481b5577201fa769b4",
5030
- "reference": "52140652ed31cee3dabd0c481b5577201fa769b4",
5031
  "shasum": ""
5032
  },
5033
  "require": {
5034
  "php": "^5.5.9|>=7.0.8"
5035
  },
5036
  "type": "library",
5037
- "extra": {
5038
- "branch-alias": {
5039
- "dev-master": "3.4-dev"
5040
- }
5041
- },
5042
  "autoload": {
5043
  "psr-4": {
5044
  "Symfony\\Component\\Finder\\": ""
@@ -5077,7 +5057,7 @@
5077
  "type": "tidelift"
5078
  }
5079
  ],
5080
- "time": "2020-09-02T16:06:40+00:00"
5081
  },
5082
  {
5083
  "name": "symfony/polyfill-ctype",
@@ -5550,27 +5530,22 @@
5550
  },
5551
  {
5552
  "name": "symfony/process",
5553
- "version": "v3.4.45",
5554
  "source": {
5555
  "type": "git",
5556
  "url": "https://github.com/symfony/process.git",
5557
- "reference": "46a862d0f334e51c1ed831b49cbe12863ffd5475"
5558
  },
5559
  "dist": {
5560
  "type": "zip",
5561
- "url": "https://api.github.com/repos/symfony/process/zipball/46a862d0f334e51c1ed831b49cbe12863ffd5475",
5562
- "reference": "46a862d0f334e51c1ed831b49cbe12863ffd5475",
5563
  "shasum": ""
5564
  },
5565
  "require": {
5566
  "php": "^5.5.9|>=7.0.8"
5567
  },
5568
  "type": "library",
5569
- "extra": {
5570
- "branch-alias": {
5571
- "dev-master": "3.4-dev"
5572
- }
5573
- },
5574
  "autoload": {
5575
  "psr-4": {
5576
  "Symfony\\Component\\Process\\": ""
@@ -5609,20 +5584,20 @@
5609
  "type": "tidelift"
5610
  }
5611
  ],
5612
- "time": "2020-09-02T16:06:40+00:00"
5613
  },
5614
  {
5615
  "name": "symfony/yaml",
5616
- "version": "v3.4.45",
5617
  "source": {
5618
  "type": "git",
5619
  "url": "https://github.com/symfony/yaml.git",
5620
- "reference": "ec3c2ac4d881a4684c1f0317d2107f1a4152bad9"
5621
  },
5622
  "dist": {
5623
  "type": "zip",
5624
- "url": "https://api.github.com/repos/symfony/yaml/zipball/ec3c2ac4d881a4684c1f0317d2107f1a4152bad9",
5625
- "reference": "ec3c2ac4d881a4684c1f0317d2107f1a4152bad9",
5626
  "shasum": ""
5627
  },
5628
  "require": {
@@ -5639,11 +5614,6 @@
5639
  "symfony/console": "For validating YAML files using the lint command"
5640
  },
5641
  "type": "library",
5642
- "extra": {
5643
- "branch-alias": {
5644
- "dev-master": "3.4-dev"
5645
- }
5646
- },
5647
  "autoload": {
5648
  "psr-4": {
5649
  "Symfony\\Component\\Yaml\\": ""
@@ -5682,7 +5652,7 @@
5682
  "type": "tidelift"
5683
  }
5684
  ],
5685
- "time": "2020-09-18T15:58:55+00:00"
5686
  },
5687
  {
5688
  "name": "vlucas/phpdotenv",
@@ -5981,16 +5951,16 @@
5981
  },
5982
  {
5983
  "name": "wp-cli/config-command",
5984
- "version": "v2.0.6",
5985
  "source": {
5986
  "type": "git",
5987
  "url": "https://github.com/wp-cli/config-command.git",
5988
- "reference": "f204bc62c557adb08f32a84683cc1dbfd23e6d96"
5989
  },
5990
  "dist": {
5991
  "type": "zip",
5992
- "url": "https://api.github.com/repos/wp-cli/config-command/zipball/f204bc62c557adb08f32a84683cc1dbfd23e6d96",
5993
- "reference": "f204bc62c557adb08f32a84683cc1dbfd23e6d96",
5994
  "shasum": ""
5995
  },
5996
  "require": {
@@ -6046,7 +6016,7 @@
6046
  ],
6047
  "description": "Generates and reads the wp-config.php file.",
6048
  "homepage": "https://github.com/wp-cli/config-command",
6049
- "time": "2020-06-11T00:17:12+00:00"
6050
  },
6051
  {
6052
  "name": "wp-cli/core-command",
@@ -6631,16 +6601,16 @@
6631
  },
6632
  {
6633
  "name": "wp-cli/extension-command",
6634
- "version": "v2.0.12",
6635
  "source": {
6636
  "type": "git",
6637
  "url": "https://github.com/wp-cli/extension-command.git",
6638
- "reference": "ed5cd65d5ddef4ceda09fe8cf45986c9beeebbfe"
6639
  },
6640
  "dist": {
6641
  "type": "zip",
6642
- "url": "https://api.github.com/repos/wp-cli/extension-command/zipball/ed5cd65d5ddef4ceda09fe8cf45986c9beeebbfe",
6643
- "reference": "ed5cd65d5ddef4ceda09fe8cf45986c9beeebbfe",
6644
  "shasum": ""
6645
  },
6646
  "require": {
@@ -6719,7 +6689,7 @@
6719
  ],
6720
  "description": "Manages plugins and themes, including installs, activations, and updates.",
6721
  "homepage": "https://github.com/wp-cli/extension-command",
6722
- "time": "2020-09-29T05:33:20+00:00"
6723
  },
6724
  {
6725
  "name": "wp-cli/i18n-command",
@@ -7304,16 +7274,16 @@
7304
  },
7305
  {
7306
  "name": "wp-cli/scaffold-command",
7307
- "version": "v2.0.11",
7308
  "source": {
7309
  "type": "git",
7310
  "url": "https://github.com/wp-cli/scaffold-command.git",
7311
- "reference": "ab12eda2358d9193026b35d6dfc853ffd99f5f14"
7312
  },
7313
  "dist": {
7314
  "type": "zip",
7315
- "url": "https://api.github.com/repos/wp-cli/scaffold-command/zipball/ab12eda2358d9193026b35d6dfc853ffd99f5f14",
7316
- "reference": "ab12eda2358d9193026b35d6dfc853ffd99f5f14",
7317
  "shasum": ""
7318
  },
7319
  "require": {
@@ -7363,7 +7333,7 @@
7363
  ],
7364
  "description": "Generates code for post types, taxonomies, blocks, plugins, child themes, etc.",
7365
  "homepage": "https://github.com/wp-cli/scaffold-command",
7366
- "time": "2020-07-15T15:04:52+00:00"
7367
  },
7368
  {
7369
  "name": "wp-cli/search-replace-command",
@@ -7476,16 +7446,16 @@
7476
  },
7477
  {
7478
  "name": "wp-cli/shell-command",
7479
- "version": "v2.0.5",
7480
  "source": {
7481
  "type": "git",
7482
  "url": "https://github.com/wp-cli/shell-command.git",
7483
- "reference": "f655611701ed331c336932091860e66839a535f3"
7484
  },
7485
  "dist": {
7486
  "type": "zip",
7487
- "url": "https://api.github.com/repos/wp-cli/shell-command/zipball/f655611701ed331c336932091860e66839a535f3",
7488
- "reference": "f655611701ed331c336932091860e66839a535f3",
7489
  "shasum": ""
7490
  },
7491
  "require": {
@@ -7526,7 +7496,7 @@
7526
  ],
7527
  "description": "Opens an interactive PHP console for running and testing PHP code.",
7528
  "homepage": "https://github.com/wp-cli/shell-command",
7529
- "time": "2020-06-12T00:17:09+00:00"
7530
  },
7531
  {
7532
  "name": "wp-cli/super-admin-command",
@@ -7654,12 +7624,12 @@
7654
  "source": {
7655
  "type": "git",
7656
  "url": "https://github.com/wp-cli/wp-cli.git",
7657
- "reference": "d394b395995e70932df5a58baab18f2942afbc28"
7658
  },
7659
  "dist": {
7660
  "type": "zip",
7661
- "url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/d394b395995e70932df5a58baab18f2942afbc28",
7662
- "reference": "d394b395995e70932df5a58baab18f2942afbc28",
7663
  "shasum": ""
7664
  },
7665
  "require": {
@@ -7712,7 +7682,7 @@
7712
  "cli",
7713
  "wordpress"
7714
  ],
7715
- "time": "2020-10-09T07:57:08+00:00"
7716
  },
7717
  {
7718
  "name": "wp-cli/wp-cli-bundle",
679
  },
680
  {
681
  "name": "codeception/module-rest",
682
+ "version": "1.2.6",
683
  "source": {
684
  "type": "git",
685
  "url": "https://github.com/Codeception/module-rest.git",
686
+ "reference": "77cba3dc52aeac75493c7ed9ebdb2de74cfb52cf"
687
  },
688
  "dist": {
689
  "type": "zip",
690
+ "url": "https://api.github.com/repos/Codeception/module-rest/zipball/77cba3dc52aeac75493c7ed9ebdb2de74cfb52cf",
691
+ "reference": "77cba3dc52aeac75493c7ed9ebdb2de74cfb52cf",
692
  "shasum": ""
693
  },
694
  "require": {
695
  "codeception/codeception": "^4.0",
 
696
  "justinrainbow/json-schema": "~5.2.9",
697
+ "php": ">=5.6.0 <9.0",
698
+ "softcreatr/jsonpath": "^0.5 || ^0.7"
699
  },
700
  "require-dev": {
701
  "codeception/lib-innerbrowser": "^1.0",
725
  "codeception",
726
  "rest"
727
  ],
728
+ "time": "2020-11-03T07:04:43+00:00"
729
  },
730
  {
731
  "name": "codeception/module-webdriver",
960
  },
961
  {
962
  "name": "composer/composer",
963
+ "version": "1.10.17",
964
  "source": {
965
  "type": "git",
966
  "url": "https://github.com/composer/composer.git",
967
+ "reference": "09d42e18394d8594be24e37923031c4b7442a1cb"
968
  },
969
  "dist": {
970
  "type": "zip",
971
+ "url": "https://api.github.com/repos/composer/composer/zipball/09d42e18394d8594be24e37923031c4b7442a1cb",
972
+ "reference": "09d42e18394d8594be24e37923031c4b7442a1cb",
973
  "shasum": ""
974
  },
975
  "require": {
1050
  "type": "tidelift"
1051
  }
1052
  ],
1053
+ "time": "2020-10-30T21:31:58+00:00"
1054
  },
1055
  {
1056
  "name": "composer/semver",
1530
  ],
1531
  "time": "2015-06-14T21:17:01+00:00"
1532
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1533
  {
1534
  "name": "gettext/gettext",
1535
  "version": "v4.8.2",
2100
  },
2101
  {
2102
  "name": "lucatume/wp-browser",
2103
+ "version": "2.6.16",
2104
  "source": {
2105
  "type": "git",
2106
  "url": "https://github.com/lucatume/wp-browser.git",
2107
+ "reference": "241ffdc6e953122fe4285e620798f17fb2739c23"
2108
  },
2109
  "dist": {
2110
  "type": "zip",
2111
+ "url": "https://api.github.com/repos/lucatume/wp-browser/zipball/241ffdc6e953122fe4285e620798f17fb2739c23",
2112
+ "reference": "241ffdc6e953122fe4285e620798f17fb2739c23",
2113
  "shasum": ""
2114
  },
2115
  "require": {
2145
  "codeception/module-webdriver": "Codeception 4.0 compatibility; required by the WPWebDriver module.",
2146
  "codeception/util-universalframework": "Codeception 4.0 compatibility; required by the WordPress framework module.",
2147
  "gumlet/php-image-resize": "To handle runtime image modification in the WPDb::haveAttachmentInDatabase method.",
2148
+ "vlucas/phpdotenv:^4.0": "To manage more complex environment file based configuration of the suites."
2149
  },
2150
  "type": "library",
2151
  "extra": {
2185
  "type": "github"
2186
  }
2187
  ],
2188
+ "time": "2020-10-26T15:15:29+00:00"
2189
  },
2190
  {
2191
  "name": "matthiasmullie/minify",
4416
  ],
4417
  "time": "2020-07-07T18:42:57+00:00"
4418
  },
4419
+ {
4420
+ "name": "softcreatr/jsonpath",
4421
+ "version": "0.5.1",
4422
+ "source": {
4423
+ "type": "git",
4424
+ "url": "https://github.com/SoftCreatR/JSONPath.git",
4425
+ "reference": "758c56cdae8c58a599caac00f818eafbb1364e14"
4426
+ },
4427
+ "dist": {
4428
+ "type": "zip",
4429
+ "url": "https://api.github.com/repos/SoftCreatR/JSONPath/zipball/758c56cdae8c58a599caac00f818eafbb1364e14",
4430
+ "reference": "758c56cdae8c58a599caac00f818eafbb1364e14",
4431
+ "shasum": ""
4432
+ },
4433
+ "require": {
4434
+ "ext-json": "*",
4435
+ "php": ">=5.4,<7.1"
4436
+ },
4437
+ "conflict": {
4438
+ "phpunit/phpunit": "<4.0,>=7.0"
4439
+ },
4440
+ "replace": {
4441
+ "flow/jsonpath": "*"
4442
+ },
4443
+ "require-dev": {
4444
+ "phpunit/phpunit": "^4.0 || ^5.7 || ^6.5",
4445
+ "roave/security-advisories": "dev-master",
4446
+ "squizlabs/php_codesniffer": "^3.5"
4447
+ },
4448
+ "type": "library",
4449
+ "autoload": {
4450
+ "psr-4": {
4451
+ "Flow\\JSONPath\\": "src/"
4452
+ }
4453
+ },
4454
+ "notification-url": "https://packagist.org/downloads/",
4455
+ "license": [
4456
+ "MIT"
4457
+ ],
4458
+ "authors": [
4459
+ {
4460
+ "name": "Stephen Frank",
4461
+ "email": "stephen@flowsa.com",
4462
+ "homepage": "https://prismaticbytes.com",
4463
+ "role": "Developer"
4464
+ },
4465
+ {
4466
+ "name": "Sascha Greuel",
4467
+ "email": "hello@1-2.dev",
4468
+ "homepage": "http://1-2.dev",
4469
+ "role": "Developer"
4470
+ }
4471
+ ],
4472
+ "description": "JSONPath implementation for parsing, searching and flattening arrays",
4473
+ "funding": [
4474
+ {
4475
+ "url": "https://github.com/softcreatr",
4476
+ "type": "github"
4477
+ }
4478
+ ],
4479
+ "time": "2020-11-02T12:58:48+00:00"
4480
+ },
4481
  {
4482
  "name": "squizlabs/php_codesniffer",
4483
  "version": "3.5.8",
4531
  },
4532
  {
4533
  "name": "symfony/browser-kit",
4534
+ "version": "v3.4.46",
4535
  "source": {
4536
  "type": "git",
4537
  "url": "https://github.com/symfony/browser-kit.git",
4538
+ "reference": "9590bd3d3f9fa2f28d34b713ed4765a8cc8ad15c"
4539
  },
4540
  "dist": {
4541
  "type": "zip",
4542
+ "url": "https://api.github.com/repos/symfony/browser-kit/zipball/9590bd3d3f9fa2f28d34b713ed4765a8cc8ad15c",
4543
+ "reference": "9590bd3d3f9fa2f28d34b713ed4765a8cc8ad15c",
4544
  "shasum": ""
4545
  },
4546
  "require": {
4555
  "symfony/process": ""
4556
  },
4557
  "type": "library",
 
 
 
 
 
4558
  "autoload": {
4559
  "psr-4": {
4560
  "Symfony\\Component\\BrowserKit\\": ""
4593
  "type": "tidelift"
4594
  }
4595
  ],
4596
+ "time": "2020-10-24T10:57:07+00:00"
4597
  },
4598
  {
4599
  "name": "symfony/console",
4600
+ "version": "v3.4.46",
4601
  "source": {
4602
  "type": "git",
4603
  "url": "https://github.com/symfony/console.git",
4604
+ "reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81"
4605
  },
4606
  "dist": {
4607
  "type": "zip",
4608
+ "url": "https://api.github.com/repos/symfony/console/zipball/a10b1da6fc93080c180bba7219b5ff5b7518fe81",
4609
+ "reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81",
4610
  "shasum": ""
4611
  },
4612
  "require": {
4636
  "symfony/process": ""
4637
  },
4638
  "type": "library",
 
 
 
 
 
4639
  "autoload": {
4640
  "psr-4": {
4641
  "Symfony\\Component\\Console\\": ""
4674
  "type": "tidelift"
4675
  }
4676
  ],
4677
+ "time": "2020-10-24T10:57:07+00:00"
4678
  },
4679
  {
4680
  "name": "symfony/css-selector",
4681
+ "version": "v3.4.46",
4682
  "source": {
4683
  "type": "git",
4684
  "url": "https://github.com/symfony/css-selector.git",
4685
+ "reference": "da3d9da2ce0026771f5fe64cb332158f1bd2bc33"
4686
  },
4687
  "dist": {
4688
  "type": "zip",
4689
+ "url": "https://api.github.com/repos/symfony/css-selector/zipball/da3d9da2ce0026771f5fe64cb332158f1bd2bc33",
4690
+ "reference": "da3d9da2ce0026771f5fe64cb332158f1bd2bc33",
4691
  "shasum": ""
4692
  },
4693
  "require": {
4694
  "php": "^5.5.9|>=7.0.8"
4695
  },
4696
  "type": "library",
 
 
 
 
 
4697
  "autoload": {
4698
  "psr-4": {
4699
  "Symfony\\Component\\CssSelector\\": ""
4736
  "type": "tidelift"
4737
  }
4738
  ],
4739
+ "time": "2020-10-24T10:57:07+00:00"
4740
  },
4741
  {
4742
  "name": "symfony/debug",
4743
+ "version": "v3.4.46",
4744
  "source": {
4745
  "type": "git",
4746
  "url": "https://github.com/symfony/debug.git",
4747
+ "reference": "ab42889de57fdfcfcc0759ab102e2fd4ea72dcae"
4748
  },
4749
  "dist": {
4750
  "type": "zip",
4751
+ "url": "https://api.github.com/repos/symfony/debug/zipball/ab42889de57fdfcfcc0759ab102e2fd4ea72dcae",
4752
+ "reference": "ab42889de57fdfcfcc0759ab102e2fd4ea72dcae",
4753
  "shasum": ""
4754
  },
4755
  "require": {
4763
  "symfony/http-kernel": "~2.8|~3.0|~4.0"
4764
  },
4765
  "type": "library",
 
 
 
 
 
4766
  "autoload": {
4767
  "psr-4": {
4768
  "Symfony\\Component\\Debug\\": ""
4801
  "type": "tidelift"
4802
  }
4803
  ],
4804
+ "time": "2020-10-24T10:57:07+00:00"
4805
  },
4806
  {
4807
  "name": "symfony/dom-crawler",
4808
+ "version": "v3.4.46",
4809
  "source": {
4810
  "type": "git",
4811
  "url": "https://github.com/symfony/dom-crawler.git",
4812
+ "reference": "ef97bcfbae5b384b4ca6c8d57b617722f15241a6"
4813
  },
4814
  "dist": {
4815
  "type": "zip",
4816
+ "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/ef97bcfbae5b384b4ca6c8d57b617722f15241a6",
4817
+ "reference": "ef97bcfbae5b384b4ca6c8d57b617722f15241a6",
4818
  "shasum": ""
4819
  },
4820
  "require": {
4829
  "symfony/css-selector": ""
4830
  },
4831
  "type": "library",
 
 
 
 
 
4832
  "autoload": {
4833
  "psr-4": {
4834
  "Symfony\\Component\\DomCrawler\\": ""
4867
  "type": "tidelift"
4868
  }
4869
  ],
4870
+ "time": "2020-10-24T10:57:07+00:00"
4871
  },
4872
  {
4873
  "name": "symfony/event-dispatcher",
4874
+ "version": "v3.4.46",
4875
  "source": {
4876
  "type": "git",
4877
  "url": "https://github.com/symfony/event-dispatcher.git",
4878
+ "reference": "31fde73757b6bad247c54597beef974919ec6860"
4879
  },
4880
  "dist": {
4881
  "type": "zip",
4882
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/31fde73757b6bad247c54597beef974919ec6860",
4883
+ "reference": "31fde73757b6bad247c54597beef974919ec6860",
4884
  "shasum": ""
4885
  },
4886
  "require": {
4902
  "symfony/http-kernel": ""
4903
  },
4904
  "type": "library",
 
 
 
 
 
4905
  "autoload": {
4906
  "psr-4": {
4907
  "Symfony\\Component\\EventDispatcher\\": ""
4940
  "type": "tidelift"
4941
  }
4942
  ],
4943
+ "time": "2020-10-24T10:57:07+00:00"
4944
  },
4945
  {
4946
  "name": "symfony/filesystem",
4947
+ "version": "v3.4.46",
4948
  "source": {
4949
  "type": "git",
4950
  "url": "https://github.com/symfony/filesystem.git",
4951
+ "reference": "e58d7841cddfed6e846829040dca2cca0ebbbbb3"
4952
  },
4953
  "dist": {
4954
  "type": "zip",
4955
+ "url": "https://api.github.com/repos/symfony/filesystem/zipball/e58d7841cddfed6e846829040dca2cca0ebbbbb3",
4956
+ "reference": "e58d7841cddfed6e846829040dca2cca0ebbbbb3",
4957
  "shasum": ""
4958
  },
4959
  "require": {
4961
  "symfony/polyfill-ctype": "~1.8"
4962
  },
4963
  "type": "library",
 
 
 
 
 
4964
  "autoload": {
4965
  "psr-4": {
4966
  "Symfony\\Component\\Filesystem\\": ""
4999
  "type": "tidelift"
5000
  }
5001
  ],
5002
+ "time": "2020-10-24T10:57:07+00:00"
5003
  },
5004
  {
5005
  "name": "symfony/finder",
5006
+ "version": "v3.4.46",
5007
  "source": {
5008
  "type": "git",
5009
  "url": "https://github.com/symfony/finder.git",
5010
+ "reference": "4e1da3c110c52d868f8a9153b7de3ebc381fba78"
5011
  },
5012
  "dist": {
5013
  "type": "zip",
5014
+ "url": "https://api.github.com/repos/symfony/finder/zipball/4e1da3c110c52d868f8a9153b7de3ebc381fba78",
5015
+ "reference": "4e1da3c110c52d868f8a9153b7de3ebc381fba78",
5016
  "shasum": ""
5017
  },
5018
  "require": {
5019
  "php": "^5.5.9|>=7.0.8"
5020
  },
5021
  "type": "library",
 
 
 
 
 
5022
  "autoload": {
5023
  "psr-4": {
5024
  "Symfony\\Component\\Finder\\": ""
5057
  "type": "tidelift"
5058
  }
5059
  ],
5060
+ "time": "2020-10-24T10:57:07+00:00"
5061
  },
5062
  {
5063
  "name": "symfony/polyfill-ctype",
5530
  },
5531
  {
5532
  "name": "symfony/process",
5533
+ "version": "v3.4.46",
5534
  "source": {
5535
  "type": "git",
5536
  "url": "https://github.com/symfony/process.git",
5537
+ "reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca"
5538
  },
5539
  "dist": {
5540
  "type": "zip",
5541
+ "url": "https://api.github.com/repos/symfony/process/zipball/b8648cf1d5af12a44a51d07ef9bf980921f15fca",
5542
+ "reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca",
5543
  "shasum": ""
5544
  },
5545
  "require": {
5546
  "php": "^5.5.9|>=7.0.8"
5547
  },
5548
  "type": "library",
 
 
 
 
 
5549
  "autoload": {
5550
  "psr-4": {
5551
  "Symfony\\Component\\Process\\": ""
5584
  "type": "tidelift"
5585
  }
5586
  ],
5587
+ "time": "2020-10-24T10:57:07+00:00"
5588
  },
5589
  {
5590
  "name": "symfony/yaml",
5591
+ "version": "v3.4.46",
5592
  "source": {
5593
  "type": "git",
5594
  "url": "https://github.com/symfony/yaml.git",
5595
+ "reference": "88289caa3c166321883f67fe5130188ebbb47094"
5596
  },
5597
  "dist": {
5598
  "type": "zip",
5599
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/88289caa3c166321883f67fe5130188ebbb47094",
5600
+ "reference": "88289caa3c166321883f67fe5130188ebbb47094",
5601
  "shasum": ""
5602
  },
5603
  "require": {
5614
  "symfony/console": "For validating YAML files using the lint command"
5615
  },
5616
  "type": "library",
 
 
 
 
 
5617
  "autoload": {
5618
  "psr-4": {
5619
  "Symfony\\Component\\Yaml\\": ""
5652
  "type": "tidelift"
5653
  }
5654
  ],
5655
+ "time": "2020-10-24T10:57:07+00:00"
5656
  },
5657
  {
5658
  "name": "vlucas/phpdotenv",
5951
  },
5952
  {
5953
  "name": "wp-cli/config-command",
5954
+ "version": "v2.0.7",
5955
  "source": {
5956
  "type": "git",
5957
  "url": "https://github.com/wp-cli/config-command.git",
5958
+ "reference": "6468e97ab2ace5b0a448d9e19091d42f6461b466"
5959
  },
5960
  "dist": {
5961
  "type": "zip",
5962
+ "url": "https://api.github.com/repos/wp-cli/config-command/zipball/6468e97ab2ace5b0a448d9e19091d42f6461b466",
5963
+ "reference": "6468e97ab2ace5b0a448d9e19091d42f6461b466",
5964
  "shasum": ""
5965
  },
5966
  "require": {
6016
  ],
6017
  "description": "Generates and reads the wp-config.php file.",
6018
  "homepage": "https://github.com/wp-cli/config-command",
6019
+ "time": "2020-10-31T11:20:34+00:00"
6020
  },
6021
  {
6022
  "name": "wp-cli/core-command",
6601
  },
6602
  {
6603
  "name": "wp-cli/extension-command",
6604
+ "version": "v2.0.13",
6605
  "source": {
6606
  "type": "git",
6607
  "url": "https://github.com/wp-cli/extension-command.git",
6608
+ "reference": "2f97fee8f06c68187d052b89a2861bab7a57d833"
6609
  },
6610
  "dist": {
6611
  "type": "zip",
6612
+ "url": "https://api.github.com/repos/wp-cli/extension-command/zipball/2f97fee8f06c68187d052b89a2861bab7a57d833",
6613
+ "reference": "2f97fee8f06c68187d052b89a2861bab7a57d833",
6614
  "shasum": ""
6615
  },
6616
  "require": {
6689
  ],
6690
  "description": "Manages plugins and themes, including installs, activations, and updates.",
6691
  "homepage": "https://github.com/wp-cli/extension-command",
6692
+ "time": "2020-11-01T21:54:20+00:00"
6693
  },
6694
  {
6695
  "name": "wp-cli/i18n-command",
7274
  },
7275
  {
7276
  "name": "wp-cli/scaffold-command",
7277
+ "version": "v2.0.12",
7278
  "source": {
7279
  "type": "git",
7280
  "url": "https://github.com/wp-cli/scaffold-command.git",
7281
+ "reference": "9895c226d8dc3a69afaeafd4c870339973f9d5d3"
7282
  },
7283
  "dist": {
7284
  "type": "zip",
7285
+ "url": "https://api.github.com/repos/wp-cli/scaffold-command/zipball/9895c226d8dc3a69afaeafd4c870339973f9d5d3",
7286
+ "reference": "9895c226d8dc3a69afaeafd4c870339973f9d5d3",
7287
  "shasum": ""
7288
  },
7289
  "require": {
7333
  ],
7334
  "description": "Generates code for post types, taxonomies, blocks, plugins, child themes, etc.",
7335
  "homepage": "https://github.com/wp-cli/scaffold-command",
7336
+ "time": "2020-11-01T21:19:40+00:00"
7337
  },
7338
  {
7339
  "name": "wp-cli/search-replace-command",
7446
  },
7447
  {
7448
  "name": "wp-cli/shell-command",
7449
+ "version": "v2.0.6",
7450
  "source": {
7451
  "type": "git",
7452
  "url": "https://github.com/wp-cli/shell-command.git",
7453
+ "reference": "d29fceda4c79b2e6e4295b563427f76e3b7bc1ba"
7454
  },
7455
  "dist": {
7456
  "type": "zip",
7457
+ "url": "https://api.github.com/repos/wp-cli/shell-command/zipball/d29fceda4c79b2e6e4295b563427f76e3b7bc1ba",
7458
+ "reference": "d29fceda4c79b2e6e4295b563427f76e3b7bc1ba",
7459
  "shasum": ""
7460
  },
7461
  "require": {
7496
  ],
7497
  "description": "Opens an interactive PHP console for running and testing PHP code.",
7498
  "homepage": "https://github.com/wp-cli/shell-command",
7499
+ "time": "2020-10-31T08:19:44+00:00"
7500
  },
7501
  {
7502
  "name": "wp-cli/super-admin-command",
7624
  "source": {
7625
  "type": "git",
7626
  "url": "https://github.com/wp-cli/wp-cli.git",
7627
+ "reference": "b9e30a0299c94457e472e99f2f79422ce3bbcae7"
7628
  },
7629
  "dist": {
7630
  "type": "zip",
7631
+ "url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/b9e30a0299c94457e472e99f2f79422ce3bbcae7",
7632
+ "reference": "b9e30a0299c94457e472e99f2f79422ce3bbcae7",
7633
  "shasum": ""
7634
  },
7635
  "require": {
7682
  "cli",
7683
  "wordpress"
7684
  ],
7685
+ "time": "2020-11-01T10:43:38+00:00"
7686
  },
7687
  {
7688
  "name": "wp-cli/wp-cli-bundle",
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: 3.16.0
7
  * Author: WP Desk
8
  * Author URI: https://www.wpdesk.net/
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 = '3.16.0';
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: 3.16.1
7
  * Author: WP Desk
8
  * Author URI: https://www.wpdesk.net/
9
  * Text Domain: flexible-shipping
38
  } // Exit if accessed directly
39
 
40
  /* THIS VARIABLE CAN BE CHANGED AUTOMATICALLY */
41
+ $plugin_version = '3.16.1';
42
 
43
  $plugin_name = 'Flexible Shipping';
44
  $product_id = 'Flexible Shipping';
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://flexibleshipping.com/table-rate/
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.5
7
- Stable tag: 3.16.0
8
  Requires PHP: 5.6
9
  License: GPLv3 or later
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -163,6 +163,10 @@ If you are upgrading from the old Flexible Shipping version (1.3.2, woo-flexible
163
 
164
  == Changelog ==
165
 
 
 
 
 
166
  = 3.16.0 - 2020-10-28 =
167
  * Added new rules table popup
168
  * Added flexible_shipping_checkout_shipment_created filter
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.5
7
+ Stable tag: 3.16.1
8
  Requires PHP: 5.6
9
  License: GPLv3 or later
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
163
 
164
  == Changelog ==
165
 
166
+ = 3.16.1 - 2020-11-05 =
167
+ * Fixed broken JavaScript in checkout
168
+ * Fixed conflict with "WC - APG Free Shipping" plugin
169
+
170
  = 3.16.0 - 2020-10-28 =
171
  * Added new rules table popup
172
  * Added flexible_shipping_checkout_shipment_created filter
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInite34e4c87369cba025a71e0603b6505b1::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderIniteec8e69126eb8590565aec02bedf9747::getLoader();
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInite34e4c87369cba025a71e0603b6505b1
6
  {
7
  private static $loader;
8
 
@@ -19,15 +19,15 @@ class ComposerAutoloaderInite34e4c87369cba025a71e0603b6505b1
19
  return self::$loader;
20
  }
21
 
22
- spl_autoload_register(array('ComposerAutoloaderInite34e4c87369cba025a71e0603b6505b1', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderInite34e4c87369cba025a71e0603b6505b1', 'loadClassLoader'));
25
 
26
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
27
  if ($useStaticLoader) {
28
  require_once __DIR__ . '/autoload_static.php';
29
 
30
- call_user_func(\Composer\Autoload\ComposerStaticInite34e4c87369cba025a71e0603b6505b1::getInitializer($loader));
31
  } else {
32
  $map = require __DIR__ . '/autoload_namespaces.php';
33
  foreach ($map as $namespace => $path) {
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderIniteec8e69126eb8590565aec02bedf9747
6
  {
7
  private static $loader;
8
 
19
  return self::$loader;
20
  }
21
 
22
+ spl_autoload_register(array('ComposerAutoloaderIniteec8e69126eb8590565aec02bedf9747', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderIniteec8e69126eb8590565aec02bedf9747', 'loadClassLoader'));
25
 
26
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
27
  if ($useStaticLoader) {
28
  require_once __DIR__ . '/autoload_static.php';
29
 
30
+ call_user_func(\Composer\Autoload\ComposerStaticIniteec8e69126eb8590565aec02bedf9747::getInitializer($loader));
31
  } else {
32
  $map = require __DIR__ . '/autoload_namespaces.php';
33
  foreach ($map as $namespace => $path) {
vendor/composer/autoload_static.php CHANGED
@@ -4,7 +4,7 @@
4
 
5
  namespace Composer\Autoload;
6
 
7
- class ComposerStaticInite34e4c87369cba025a71e0603b6505b1
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'P' =>
@@ -430,10 +430,10 @@ class ComposerStaticInite34e4c87369cba025a71e0603b6505b1
430
  public static function getInitializer(ClassLoader $loader)
431
  {
432
  return \Closure::bind(function () use ($loader) {
433
- $loader->prefixLengthsPsr4 = ComposerStaticInite34e4c87369cba025a71e0603b6505b1::$prefixLengthsPsr4;
434
- $loader->prefixDirsPsr4 = ComposerStaticInite34e4c87369cba025a71e0603b6505b1::$prefixDirsPsr4;
435
- $loader->fallbackDirsPsr4 = ComposerStaticInite34e4c87369cba025a71e0603b6505b1::$fallbackDirsPsr4;
436
- $loader->classMap = ComposerStaticInite34e4c87369cba025a71e0603b6505b1::$classMap;
437
 
438
  }, null, ClassLoader::class);
439
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticIniteec8e69126eb8590565aec02bedf9747
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'P' =>
430
  public static function getInitializer(ClassLoader $loader)
431
  {
432
  return \Closure::bind(function () use ($loader) {
433
+ $loader->prefixLengthsPsr4 = ComposerStaticIniteec8e69126eb8590565aec02bedf9747::$prefixLengthsPsr4;
434
+ $loader->prefixDirsPsr4 = ComposerStaticIniteec8e69126eb8590565aec02bedf9747::$prefixDirsPsr4;
435
+ $loader->fallbackDirsPsr4 = ComposerStaticIniteec8e69126eb8590565aec02bedf9747::$fallbackDirsPsr4;
436
+ $loader->classMap = ComposerStaticIniteec8e69126eb8590565aec02bedf9747::$classMap;
437
 
438
  }, null, ClassLoader::class);
439
  }