Flexible Shipping for WooCommerce - Version 3.14.4

Version Description

  • 2020-10-08 =
  • Fixed Java Script path
Download this release

Release Info

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

Code changes from version 3.14.3 to 3.14.4

classes/class-flexible-shipping-plugin.php CHANGED
@@ -198,7 +198,7 @@ class Flexible_Shipping_Plugin extends AbstractPlugin implements HookableCollect
198
 
199
  $this->add_hookable( new UserFeedback() );
200
 
201
- $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 ) );
202
 
203
  $this->add_hookable( new \WPDesk\FS\TableRate\Debug\NoShippingMethodsNotice(
204
  current_user_can( 'manage_woocommerce' ) && 'yes' === get_option( 'woocommerce_shipping_debug_mode', 'no' )
198
 
199
  $this->add_hookable( new UserFeedback() );
200
 
201
+ $this->add_hookable( new \FSVendor\WPDesk\FS\TableRate\Logger\Assets( trailingslashit( $this->get_plugin_assets_url() ) . '../vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/assets', $this->scripts_version ) );
202
 
203
  $this->add_hookable( new \WPDesk\FS\TableRate\Debug\NoShippingMethodsNotice(
204
  current_user_can( 'manage_woocommerce' ) && 'yes' === get_option( 'woocommerce_shipping_debug_mode', 'no' )
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.14.3
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.14.3';
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.14.4
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.14.4';
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.14.3
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,9 @@ If you are upgrading from the old Flexible Shipping version (1.3.2, woo-flexible
163
 
164
  == Changelog ==
165
 
 
 
 
166
  = 3.14.3 - 2020-10-05 =
167
  * Fixed new rules table CSS
168
 
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.14.4
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.14.4 - 2020-10-08 =
167
+ * Fixed Java Script path
168
+
169
  = 3.14.3 - 2020-10-05 =
170
  * Fixed new rules table CSS
171
 
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInitea936d5d5c1b237a838797697a719ac5::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInitd5f2137386ff93d5e872c112bcd4a0e0::getLoader();
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInitea936d5d5c1b237a838797697a719ac5
6
  {
7
  private static $loader;
8
 
@@ -19,15 +19,15 @@ class ComposerAutoloaderInitea936d5d5c1b237a838797697a719ac5
19
  return self::$loader;
20
  }
21
 
22
- spl_autoload_register(array('ComposerAutoloaderInitea936d5d5c1b237a838797697a719ac5', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderInitea936d5d5c1b237a838797697a719ac5', '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\ComposerStaticInitea936d5d5c1b237a838797697a719ac5::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 ComposerAutoloaderInitd5f2137386ff93d5e872c112bcd4a0e0
6
  {
7
  private static $loader;
8
 
19
  return self::$loader;
20
  }
21
 
22
+ spl_autoload_register(array('ComposerAutoloaderInitd5f2137386ff93d5e872c112bcd4a0e0', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderInitd5f2137386ff93d5e872c112bcd4a0e0', '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\ComposerStaticInitd5f2137386ff93d5e872c112bcd4a0e0::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 ComposerStaticInitea936d5d5c1b237a838797697a719ac5
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'P' =>
@@ -419,10 +419,10 @@ class ComposerStaticInitea936d5d5c1b237a838797697a719ac5
419
  public static function getInitializer(ClassLoader $loader)
420
  {
421
  return \Closure::bind(function () use ($loader) {
422
- $loader->prefixLengthsPsr4 = ComposerStaticInitea936d5d5c1b237a838797697a719ac5::$prefixLengthsPsr4;
423
- $loader->prefixDirsPsr4 = ComposerStaticInitea936d5d5c1b237a838797697a719ac5::$prefixDirsPsr4;
424
- $loader->fallbackDirsPsr4 = ComposerStaticInitea936d5d5c1b237a838797697a719ac5::$fallbackDirsPsr4;
425
- $loader->classMap = ComposerStaticInitea936d5d5c1b237a838797697a719ac5::$classMap;
426
 
427
  }, null, ClassLoader::class);
428
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInitd5f2137386ff93d5e872c112bcd4a0e0
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'P' =>
419
  public static function getInitializer(ClassLoader $loader)
420
  {
421
  return \Closure::bind(function () use ($loader) {
422
+ $loader->prefixLengthsPsr4 = ComposerStaticInitd5f2137386ff93d5e872c112bcd4a0e0::$prefixLengthsPsr4;
423
+ $loader->prefixDirsPsr4 = ComposerStaticInitd5f2137386ff93d5e872c112bcd4a0e0::$prefixDirsPsr4;
424
+ $loader->fallbackDirsPsr4 = ComposerStaticInitd5f2137386ff93d5e872c112bcd4a0e0::$fallbackDirsPsr4;
425
+ $loader->classMap = ComposerStaticInitd5f2137386ff93d5e872c112bcd4a0e0::$classMap;
426
 
427
  }, null, ClassLoader::class);
428
  }