Version Description
code review
=
Download this release
Release Info
Developer | Emark |
Plugin | WooCommerce Checkout Manager |
Version | 3.2 |
Comparing to | |
See all releases |
Code changes from version 3.1 to 3.2
- readme.txt +8 -3
- woocommerce-checkout-manager.php +1 -3
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: Emark
|
|
3 |
Donate link: http://www.trottyzone.com/donation/
|
4 |
Tags: woocommerce, wc, wc checkout settings, remove checkout fields, woothemes, woo commerce, links, shipping, order, fields, plugin, checkout page, manager, checkout field, checkout manager,plugin for plugin, paypal, payment,require, required remove, woocommerce checkout manager, checkout field, checkout, checkout woocommerce
|
5 |
Requires at least: 3.0
|
6 |
-
Tested up to: 3.
|
7 |
-
Stable tag: 3.
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Manages WooCommerce Checkout
|
@@ -162,6 +162,8 @@ Javascript fix and rename fields inserted
|
|
162 |
= 3.1 =
|
163 |
bug fix
|
164 |
|
|
|
|
|
165 |
|
166 |
== Changelog ==
|
167 |
|
@@ -220,4 +222,7 @@ Bug fixes
|
|
220 |
Javascript fix and rename fields inserted
|
221 |
|
222 |
= 3.1 =
|
223 |
-
bug fix
|
|
|
|
|
|
3 |
Donate link: http://www.trottyzone.com/donation/
|
4 |
Tags: woocommerce, wc, wc checkout settings, remove checkout fields, woothemes, woo commerce, links, shipping, order, fields, plugin, checkout page, manager, checkout field, checkout manager,plugin for plugin, paypal, payment,require, required remove, woocommerce checkout manager, checkout field, checkout, checkout woocommerce
|
5 |
Requires at least: 3.0
|
6 |
+
Tested up to: 3.6
|
7 |
+
Stable tag: 3.2
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Manages WooCommerce Checkout
|
162 |
= 3.1 =
|
163 |
bug fix
|
164 |
|
165 |
+
= 3.2 =
|
166 |
+
code review
|
167 |
|
168 |
== Changelog ==
|
169 |
|
222 |
Javascript fix and rename fields inserted
|
223 |
|
224 |
= 3.1 =
|
225 |
+
bug fix
|
226 |
+
|
227 |
+
= 3.2 =
|
228 |
+
code review
|
woocommerce-checkout-manager.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin Name: WooCommerce Checkout Manager
|
5 |
Plugin URI: http://www.trottyzone.com/product/woocommerce-checkout-manager-pro
|
6 |
Description: Manages WooCommerce Checkout fields
|
7 |
-
Version: 3.
|
8 |
Author: Ephrain Marchan
|
9 |
Author URI: http://www.trottyzone.com
|
10 |
License: GPLv2 or later
|
@@ -64,8 +64,6 @@ if ( is_admin() ){ // admin actions
|
|
64 |
// Display the 'Settings' link in the plugin row on the installed plugins list page
|
65 |
add_filter( 'plugin_action_links_'.plugin_basename(__FILE__), 'wccs_admin_plugin_actions', -10);
|
66 |
|
67 |
-
load_plugin_textdomain('tutsplus', false, dirname(plugin_basename(__FILE__)) . '/lang/');
|
68 |
-
|
69 |
add_action( 'admin_init', 'wccs_register_setting' );
|
70 |
|
71 |
|
4 |
Plugin Name: WooCommerce Checkout Manager
|
5 |
Plugin URI: http://www.trottyzone.com/product/woocommerce-checkout-manager-pro
|
6 |
Description: Manages WooCommerce Checkout fields
|
7 |
+
Version: 3.2
|
8 |
Author: Ephrain Marchan
|
9 |
Author URI: http://www.trottyzone.com
|
10 |
License: GPLv2 or later
|
64 |
// Display the 'Settings' link in the plugin row on the installed plugins list page
|
65 |
add_filter( 'plugin_action_links_'.plugin_basename(__FILE__), 'wccs_admin_plugin_actions', -10);
|
66 |
|
|
|
|
|
67 |
add_action( 'admin_init', 'wccs_register_setting' );
|
68 |
|
69 |
|