Flexible Shipping for WooCommerce - Version 3.11.4

Version Description

  • 2020-08-26 =
  • Fixed 404 for bulk actions on some servers
Download this release

Release Info

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

Code changes from version 3.11.3 to 3.11.4

classes/table-rate/bulk-actions.php CHANGED
@@ -466,7 +466,7 @@ class WPDesk_Flexible_Shipping_Bulk_Actions implements Hookable {
466
  sprintf(
467
  __( 'Bulk labels - processed orders: %d. If download not start automatically click %shere%s.', 'flexible-shipping' ), // phpcs:ignore
468
  $bulk_flexible_shipping_labels_count,
469
- '<a id="flexible_shipping_labels_url" target="_blank" href=' . admin_url( '?flexible_shipping_labels=' . basename( $labels['client_file'] ) . '&tmp_file=' . basename( $labels['tmp_file'] ) . '&nonce=' . $nonce ) . '>',
470
  '</a>'
471
  )
472
  );
466
  sprintf(
467
  __( 'Bulk labels - processed orders: %d. If download not start automatically click %shere%s.', 'flexible-shipping' ), // phpcs:ignore
468
  $bulk_flexible_shipping_labels_count,
469
+ '<a id="flexible_shipping_labels_url" target="_blank" href=' . admin_url( 'admin.php?flexible_shipping_labels=' . basename( $labels['client_file'] ) . '&tmp_file=' . basename( $labels['tmp_file'] ) . '&nonce=' . $nonce ) . '>',
470
  '</a>'
471
  )
472
  );
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.11.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.11.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.11.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.11.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.11.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.11.3 - 2020-08-20 =
167
  * Fixed deprecated jQuery methods
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.11.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.11.4 - 2020-08-26 =
167
+ * Fixed 404 for bulk actions on some servers
168
+
169
  = 3.11.3 - 2020-08-20 =
170
  * Fixed deprecated jQuery methods
171
 
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInitcbff864008623112ed3852a1dbda07b6::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInit32cc3786e09c42974bc2c50dd62d5b7a::getLoader();
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInitcbff864008623112ed3852a1dbda07b6
6
  {
7
  private static $loader;
8
 
@@ -19,15 +19,15 @@ class ComposerAutoloaderInitcbff864008623112ed3852a1dbda07b6
19
  return self::$loader;
20
  }
21
 
22
- spl_autoload_register(array('ComposerAutoloaderInitcbff864008623112ed3852a1dbda07b6', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderInitcbff864008623112ed3852a1dbda07b6', '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\ComposerStaticInitcbff864008623112ed3852a1dbda07b6::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 ComposerAutoloaderInit32cc3786e09c42974bc2c50dd62d5b7a
6
  {
7
  private static $loader;
8
 
19
  return self::$loader;
20
  }
21
 
22
+ spl_autoload_register(array('ComposerAutoloaderInit32cc3786e09c42974bc2c50dd62d5b7a', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderInit32cc3786e09c42974bc2c50dd62d5b7a', '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\ComposerStaticInit32cc3786e09c42974bc2c50dd62d5b7a::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 ComposerStaticInitcbff864008623112ed3852a1dbda07b6
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'W' =>
@@ -450,10 +450,10 @@ class ComposerStaticInitcbff864008623112ed3852a1dbda07b6
450
  public static function getInitializer(ClassLoader $loader)
451
  {
452
  return \Closure::bind(function () use ($loader) {
453
- $loader->prefixLengthsPsr4 = ComposerStaticInitcbff864008623112ed3852a1dbda07b6::$prefixLengthsPsr4;
454
- $loader->prefixDirsPsr4 = ComposerStaticInitcbff864008623112ed3852a1dbda07b6::$prefixDirsPsr4;
455
- $loader->fallbackDirsPsr4 = ComposerStaticInitcbff864008623112ed3852a1dbda07b6::$fallbackDirsPsr4;
456
- $loader->classMap = ComposerStaticInitcbff864008623112ed3852a1dbda07b6::$classMap;
457
 
458
  }, null, ClassLoader::class);
459
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInit32cc3786e09c42974bc2c50dd62d5b7a
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'W' =>
450
  public static function getInitializer(ClassLoader $loader)
451
  {
452
  return \Closure::bind(function () use ($loader) {
453
+ $loader->prefixLengthsPsr4 = ComposerStaticInit32cc3786e09c42974bc2c50dd62d5b7a::$prefixLengthsPsr4;
454
+ $loader->prefixDirsPsr4 = ComposerStaticInit32cc3786e09c42974bc2c50dd62d5b7a::$prefixDirsPsr4;
455
+ $loader->fallbackDirsPsr4 = ComposerStaticInit32cc3786e09c42974bc2c50dd62d5b7a::$fallbackDirsPsr4;
456
+ $loader->classMap = ComposerStaticInit32cc3786e09c42974bc2c50dd62d5b7a::$classMap;
457
 
458
  }, null, ClassLoader::class);
459
  }