Plugin Directory

Changeset 2925385


Ignore:
Timestamp:
06/13/2023 02:28:21 PM (3 years ago)
Author:
intolap
Message:

Re evaluated utils code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • country-code-selector/trunk/country-code-selector.php

    r2924195 r2925385  
    99 * Plugin URI:        http://www.intolap.com/products/country-code-selector/
    1010 * Description:       Country Code Selector uses a JavaScript base to allow customers checking out in WooCommerce, Shopp, Contact form 7, Gravity form plugins select the country code using a dropdown field.
    11  * Version:           1.7
     11 * Version:           1.8
    1212 * WC requires at least: 7.0
    1313 * WC tested up to: 7.7
     
    2424    die;
    2525}
    26 
     26 
    2727/**
    2828 * Currently plugin version.
     
    3030 * Rename this for your plugin and update it as you release new versions.
    3131 */
    32 define( 'COUNTRY_CODE_SELECTOR_VERSION', '1.7' );
     32define( 'COUNTRY_CODE_SELECTOR_VERSION', '1.8' );
    3333
    3434/**
Note: See TracChangeset for help on using the changeset viewer.