Plugin Directory

Changeset 2811498


Ignore:
Timestamp:
11/03/2022 09:48:03 PM (3 years ago)
Author:
keylorcr
Message:

Check for compatibility

Location:
wc-provincia-canton-distrito/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wc-provincia-canton-distrito/trunk/readme.txt

    r2747835 r2811498  
    44Tags: eCommerce, e-commerce, woocommerce, costa rica, costa rica states, provincias, canton, distrito, central america
    55Requires at least: 4.7
    6 Tested up to: 6.0
     6Tested up to: 6.1
    77Stable tag: 1.4.1
    88License: GPLv2
     
    6262
    6363== Changelog ==
     64= 1.4.2 =
     65* Update: Check for compatibility
     66
    6467= 1.4.1 =
    6568* New: Setting for selecting an empty City-District after Province is selected
  • wc-provincia-canton-distrito/trunk/wc-prov-cant-dist.php

    r2747835 r2811498  
    44 * Plugin URI: https://keylormendoza.com/woocommerce/wc-provincia-canton-distrito/
    55 * Description: This plugin allows you to populate your custom states, cities, and postcodes for WooCommerce. It started working only for Costa Rica but now it is compatible with multi countries.
    6  * Version: 1.4.1
     6 * Version: 1.4.2
    77 * Requires at least: 4.7
    8  * Tested up to: 6.0
     8 * Tested up to: 6.1
    99 * WC requires at least: 3.0
    10  * WC tested up to: 6.6.1
     10 * WC tested up to: 7.0.1
    1111 * Author: Keylor Mendoza A.
    1212 * Author URI: https://www.keylormendoza.com
     
    1818
    1919if ( !defined( 'WPCD_PLUGIN_VERSION' ) ) {
    20     define( 'WPCD_PLUGIN_VERSION', '1.4.1' );
     20    define( 'WPCD_PLUGIN_VERSION', '1.4.2' );
    2121}
    2222
Note: See TracChangeset for help on using the changeset viewer.