Plugin Directory

Changeset 2779616


Ignore:
Timestamp:
09/03/2022 01:51:29 PM (4 years ago)
Author:
dewtechnolab
Message:

readme.txt change

Location:
hide-shipping-methods-in-woocommerce
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • hide-shipping-methods-in-woocommerce/tags/1.1.1/hide-shipping-methods.php

    r2779564 r2779616  
    11<?php
    2 /*
     2/**
    33 * 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
    46 * 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"
    67 * Author: Dew Technolab
    78 * 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
    1012 * Text Domain: dew-shipping-methods
     13 * Domain Path: /languages
    1114 * License: GPLv3 or later License
    1215 * URI: http://www.gnu.org/licenses/gpl-3.0.html
    13  */
     16**/
    1417
    1518if ( ! defined( 'ABSPATH' ) ) {
  • hide-shipping-methods-in-woocommerce/tags/1.1.1/readme.txt

    r2779564 r2779616  
    11=== Hide Shipping Methods in WooCommerce ===
    22
    3 Contributors: dewtechnolab
     3Contributors: dewtechnolab, dew491212
    44Tags: 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
    55Requires at least: 4.5.0
     
    77Version: 1.1.1
    88Tested up to: 6.0.2
    9 WC requires at least: 3.0
     9WC requires at least: 4.0
    1010WC tested up to: 6.8.2
    11 Requires PHP: 7.2
     11Requires PHP: 7.4
    1212License: GPLv3 or later License
    13 URI: http://www.gnu.org/licenses/gpl-3.0.html
     13License URI: http://www.gnu.org/licenses/gpl-3.0.html
    1414
    1515
  • hide-shipping-methods-in-woocommerce/trunk/hide-shipping-methods.php

    r2779564 r2779616  
    11<?php
    2 /*
     2/**
    33 * 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
    46 * 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"
    67 * Author: Dew Technolab
    78 * 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
    1012 * Text Domain: dew-shipping-methods
     13 * Domain Path: /languages
    1114 * License: GPLv3 or later License
    1215 * URI: http://www.gnu.org/licenses/gpl-3.0.html
    13  */
     16**/
    1417
    1518if ( ! defined( 'ABSPATH' ) ) {
  • hide-shipping-methods-in-woocommerce/trunk/readme.txt

    r2779564 r2779616  
    11=== Hide Shipping Methods in WooCommerce ===
    22
    3 Contributors: dewtechnolab
     3Contributors: dewtechnolab, dew491212
    44Tags: 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
    55Requires at least: 4.5.0
     
    77Version: 1.1.1
    88Tested up to: 6.0.2
    9 WC requires at least: 3.0
     9WC requires at least: 4.0
    1010WC tested up to: 6.8.2
    11 Requires PHP: 7.2
     11Requires PHP: 7.4
    1212License: GPLv3 or later License
    13 URI: http://www.gnu.org/licenses/gpl-3.0.html
     13License URI: http://www.gnu.org/licenses/gpl-3.0.html
    1414
    1515
Note: See TracChangeset for help on using the changeset viewer.