Version Description
- 2018-05-23 =
- Added support for WooCommerce 3.4
Download this release
Release Info
Developer | jablonowski |
Plugin | Flexible Checkout Fields for WooCommerce – WooCommerce Checkout Manager |
Version | 1.6.4 |
Comparing to | |
See all releases |
Code changes from version 1.6.3 to 1.6.4
- composer.json +0 -31
- flexible-checkout-fields.php +6 -6
- readme.txt +7 -4
- vendor/autoload.php +1 -1
- vendor/composer/autoload_real.php +4 -4
- vendor/composer/autoload_static.php +1 -1
composer.json
DELETED
@@ -1,31 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"name": "wpdesk/flexible-checkout-fields",
|
3 |
-
"authors": [
|
4 |
-
{
|
5 |
-
"name": "Krzysiek",
|
6 |
-
"email": "krzysiek@wpdesk.pl"
|
7 |
-
}
|
8 |
-
],
|
9 |
-
"require": {
|
10 |
-
"php": ">=5.5"
|
11 |
-
},
|
12 |
-
"require-dev": {
|
13 |
-
"phpunit/phpunit": "<7",
|
14 |
-
"wp-coding-standards/wpcs": "^0.14.1",
|
15 |
-
"squizlabs/php_codesniffer": "^3.0.2",
|
16 |
-
"mockery/mockery": "*",
|
17 |
-
"10up/wp_mock": "*",
|
18 |
-
"wimg/php-compatibility": "^8"
|
19 |
-
},
|
20 |
-
"autoload-dev": {
|
21 |
-
},
|
22 |
-
"scripts": {
|
23 |
-
"test": "echo composer is alive",
|
24 |
-
"phpcs": "phpcs",
|
25 |
-
"phpunit-unit": "phpunit --configuration phpunit-unit.xml --coverage-text --colors=never",
|
26 |
-
"phpunit-unit-fast": "phpunit --configuration phpunit-unit.xml --no-coverage",
|
27 |
-
"phpunit-integration": "phpunit --configuration phpunit-integration.xml --coverage-text --colors=never",
|
28 |
-
"phpunit-integration-fast": "phpunit --configuration phpunit-integration.xml --no-coverage",
|
29 |
-
"docs": "apigen generate"
|
30 |
-
}
|
31 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
flexible-checkout-fields.php
CHANGED
@@ -3,15 +3,15 @@
|
|
3 |
Plugin Name: Flexible Checkout Fields
|
4 |
Plugin URI: https://www.wpdesk.net/products/flexible-checkout-fields-pro-woocommerce/
|
5 |
Description: Manage your WooCommerce checkout fields. Change order, labels, placeholders and add new fields.
|
6 |
-
Version: 1.6.
|
7 |
Author: WP Desk
|
8 |
Author URI: https://www.wpdesk.net/
|
9 |
Text Domain: flexible-checkout-fields
|
10 |
Domain Path: /lang/
|
11 |
Requires at least: 4.5
|
12 |
-
|
13 |
-
WC requires at least:
|
14 |
-
WC tested up to: 3.
|
15 |
|
16 |
Copyright 2017 WP Desk Ltd.
|
17 |
|
@@ -33,7 +33,7 @@
|
|
33 |
|
34 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
35 |
|
36 |
-
$plugin_version = '1.6.
|
37 |
define( 'FLEXIBLE_CHECKOUT_FIELDS_VERSION', $plugin_version );
|
38 |
|
39 |
|
@@ -66,7 +66,7 @@
|
|
66 |
|
67 |
class Flexible_Checkout_Fields_Plugin extends WPDesk_Plugin_1_8 {
|
68 |
|
69 |
-
protected $script_version = '1.6.
|
70 |
|
71 |
protected $fields = array();
|
72 |
|
3 |
Plugin Name: Flexible Checkout Fields
|
4 |
Plugin URI: https://www.wpdesk.net/products/flexible-checkout-fields-pro-woocommerce/
|
5 |
Description: Manage your WooCommerce checkout fields. Change order, labels, placeholders and add new fields.
|
6 |
+
Version: 1.6.4
|
7 |
Author: WP Desk
|
8 |
Author URI: https://www.wpdesk.net/
|
9 |
Text Domain: flexible-checkout-fields
|
10 |
Domain Path: /lang/
|
11 |
Requires at least: 4.5
|
12 |
+
Tested up to: 4.9.6
|
13 |
+
WC requires at least: 3.0.0
|
14 |
+
WC tested up to: 3.4.0
|
15 |
|
16 |
Copyright 2017 WP Desk Ltd.
|
17 |
|
33 |
|
34 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
35 |
|
36 |
+
$plugin_version = '1.6.4';
|
37 |
define( 'FLEXIBLE_CHECKOUT_FIELDS_VERSION', $plugin_version );
|
38 |
|
39 |
|
66 |
|
67 |
class Flexible_Checkout_Fields_Plugin extends WPDesk_Plugin_1_8 {
|
68 |
|
69 |
+
protected $script_version = '1.6.4';
|
70 |
|
71 |
protected $fields = array();
|
72 |
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: wpdesk
|
|
3 |
Donate link: https://www.wpdesk.net/flexible-checkout-fields-woocommerce/
|
4 |
Tags: woocommerce checkout fields, woocommerce custom fields, woocommerce checkout manager, woocommerce checkout editor, woocommerce fields manager, woocommerce fields editor, woocommerce custom checkout fields, woocommerce checkout options, woocommerce checkout pro, woocommerce custom sections, woocommerce file upload
|
5 |
Requires at least: 4.5
|
6 |
-
Tested up to: 4.9.
|
7 |
-
Stable tag: 1.6.
|
8 |
Requires PHP: 5.5
|
9 |
License: GPLv3 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -118,9 +118,9 @@ This plugin is compatible with variable products.
|
|
118 |
|
119 |
= WooCommerce Compatibility =
|
120 |
|
121 |
-
**WooCommerce 3.
|
122 |
|
123 |
-
Flexible Checkout Fields also plays well with older versions of WooCommerce. We tested the plugin with WooCommerce
|
124 |
|
125 |
= Well Documented =
|
126 |
|
@@ -187,6 +187,9 @@ If you are upgrading from the old WooCommerce Checkout Fields version (1.1, wooc
|
|
187 |
|
188 |
== Changelog ==
|
189 |
|
|
|
|
|
|
|
190 |
= 1.6.3 - 2018-04-19 =
|
191 |
* Fixed hooks priority for Display On settings tab
|
192 |
* Fixed required field message - removed HTML tags from field label
|
3 |
Donate link: https://www.wpdesk.net/flexible-checkout-fields-woocommerce/
|
4 |
Tags: woocommerce checkout fields, woocommerce custom fields, woocommerce checkout manager, woocommerce checkout editor, woocommerce fields manager, woocommerce fields editor, woocommerce custom checkout fields, woocommerce checkout options, woocommerce checkout pro, woocommerce custom sections, woocommerce file upload
|
5 |
Requires at least: 4.5
|
6 |
+
Tested up to: 4.9.6
|
7 |
+
Stable tag: 1.6.4
|
8 |
Requires PHP: 5.5
|
9 |
License: GPLv3 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
118 |
|
119 |
= WooCommerce Compatibility =
|
120 |
|
121 |
+
**WooCommerce 3.4 ready!**
|
122 |
|
123 |
+
Flexible Checkout Fields also plays well with older versions of WooCommerce. We tested the plugin with WooCommerce 3.0.0 and up.
|
124 |
|
125 |
= Well Documented =
|
126 |
|
187 |
|
188 |
== Changelog ==
|
189 |
|
190 |
+
= 1.6.4 - 2018-05-23 =
|
191 |
+
* Added support for WooCommerce 3.4
|
192 |
+
|
193 |
= 1.6.3 - 2018-04-19 =
|
194 |
* Fixed hooks priority for Display On settings tab
|
195 |
* Fixed required field message - removed HTML tags from field label
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInit633bc0a9f26ecf75e0c71f3d6f2cb6fb::getLoader();
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -19,15 +19,15 @@ class ComposerAutoloaderInitf82fb6584623f915d46f9c224929c604
|
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
-
spl_autoload_register(array('
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
-
spl_autoload_unregister(array('
|
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\
|
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 ComposerAutoloaderInit633bc0a9f26ecf75e0c71f3d6f2cb6fb
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
+
spl_autoload_register(array('ComposerAutoloaderInit633bc0a9f26ecf75e0c71f3d6f2cb6fb', 'loadClassLoader'), true, true);
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit633bc0a9f26ecf75e0c71f3d6f2cb6fb', '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\ComposerStaticInit633bc0a9f26ecf75e0c71f3d6f2cb6fb::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
|
8 |
{
|
9 |
public static function getInitializer(ClassLoader $loader)
|
10 |
{
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit633bc0a9f26ecf75e0c71f3d6f2cb6fb
|
8 |
{
|
9 |
public static function getInitializer(ClassLoader $loader)
|
10 |
{
|