Changeset 2779616
- Timestamp:
- 09/03/2022 01:51:29 PM (4 years ago)
- Location:
- hide-shipping-methods-in-woocommerce
- Files:
-
- 4 edited
-
tags/1.1.1/hide-shipping-methods.php (modified) (1 diff)
-
tags/1.1.1/readme.txt (modified) (2 diffs)
-
trunk/hide-shipping-methods.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hide-shipping-methods-in-woocommerce/tags/1.1.1/hide-shipping-methods.php
r2779564 r2779616 1 1 <?php 2 /* 2 /** 3 3 * Plugin Name: Hide Shipping Methods in WooCommerce 4 * Description: This plugin automatically hides all other shipping methods when "Free shipping" is available during checkout. It also includes an option to keep "local pickup" available, alongside "frees shipping" 5 * Version: 1.1.1 4 6 * Plugin URI: http://dewtechnolab.com/portfolio/ 5 * Description: This plugin automatically hides all other shipping methods when "Free shipping" is available during checkout. It also includes an option to keep "local pickup" available, alongside "frees shipping"6 7 * Author: Dew Technolab 7 8 * Author URI: http://dewtechnolab.com/ 8 * Version: 1.1.1 9 * Requires at least: 5.8 9 * Requires at least: 4.5 10 * WC requires at least: 4.0 11 * WC tested up to: 6.8.2 10 12 * Text Domain: dew-shipping-methods 13 * Domain Path: /languages 11 14 * License: GPLv3 or later License 12 15 * URI: http://www.gnu.org/licenses/gpl-3.0.html 13 */16 **/ 14 17 15 18 if ( ! defined( 'ABSPATH' ) ) { -
hide-shipping-methods-in-woocommerce/tags/1.1.1/readme.txt
r2779564 r2779616 1 1 === Hide Shipping Methods in WooCommerce === 2 2 3 Contributors: dewtechnolab 3 Contributors: dewtechnolab, dew491212 4 4 Tags: woocommerce, free shipping, local pickup, hide, hide shipping methods, hide shipping rates, force free shipping, hide other shipping methods, when free shipping, disable other shipping, keep local pickup 5 5 Requires at least: 4.5.0 … … 7 7 Version: 1.1.1 8 8 Tested up to: 6.0.2 9 WC requires at least: 3.09 WC requires at least: 4.0 10 10 WC tested up to: 6.8.2 11 Requires PHP: 7. 211 Requires PHP: 7.4 12 12 License: GPLv3 or later License 13 URI: http://www.gnu.org/licenses/gpl-3.0.html13 License URI: http://www.gnu.org/licenses/gpl-3.0.html 14 14 15 15 -
hide-shipping-methods-in-woocommerce/trunk/hide-shipping-methods.php
r2779564 r2779616 1 1 <?php 2 /* 2 /** 3 3 * Plugin Name: Hide Shipping Methods in WooCommerce 4 * Description: This plugin automatically hides all other shipping methods when "Free shipping" is available during checkout. It also includes an option to keep "local pickup" available, alongside "frees shipping" 5 * Version: 1.1.1 4 6 * Plugin URI: http://dewtechnolab.com/portfolio/ 5 * Description: This plugin automatically hides all other shipping methods when "Free shipping" is available during checkout. It also includes an option to keep "local pickup" available, alongside "frees shipping"6 7 * Author: Dew Technolab 7 8 * Author URI: http://dewtechnolab.com/ 8 * Version: 1.1.1 9 * Requires at least: 5.8 9 * Requires at least: 4.5 10 * WC requires at least: 4.0 11 * WC tested up to: 6.8.2 10 12 * Text Domain: dew-shipping-methods 13 * Domain Path: /languages 11 14 * License: GPLv3 or later License 12 15 * URI: http://www.gnu.org/licenses/gpl-3.0.html 13 */16 **/ 14 17 15 18 if ( ! defined( 'ABSPATH' ) ) { -
hide-shipping-methods-in-woocommerce/trunk/readme.txt
r2779564 r2779616 1 1 === Hide Shipping Methods in WooCommerce === 2 2 3 Contributors: dewtechnolab 3 Contributors: dewtechnolab, dew491212 4 4 Tags: woocommerce, free shipping, local pickup, hide, hide shipping methods, hide shipping rates, force free shipping, hide other shipping methods, when free shipping, disable other shipping, keep local pickup 5 5 Requires at least: 4.5.0 … … 7 7 Version: 1.1.1 8 8 Tested up to: 6.0.2 9 WC requires at least: 3.09 WC requires at least: 4.0 10 10 WC tested up to: 6.8.2 11 Requires PHP: 7. 211 Requires PHP: 7.4 12 12 License: GPLv3 or later License 13 URI: http://www.gnu.org/licenses/gpl-3.0.html13 License URI: http://www.gnu.org/licenses/gpl-3.0.html 14 14 15 15
Note: See TracChangeset
for help on using the changeset viewer.