Changeset 2925385
- Timestamp:
- 06/13/2023 02:28:21 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
country-code-selector/trunk/country-code-selector.php
r2924195 r2925385 9 9 * Plugin URI: http://www.intolap.com/products/country-code-selector/ 10 10 * 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. 711 * Version: 1.8 12 12 * WC requires at least: 7.0 13 13 * WC tested up to: 7.7 … … 24 24 die; 25 25 } 26 26 27 27 /** 28 28 * Currently plugin version. … … 30 30 * Rename this for your plugin and update it as you release new versions. 31 31 */ 32 define( 'COUNTRY_CODE_SELECTOR_VERSION', '1. 7' );32 define( 'COUNTRY_CODE_SELECTOR_VERSION', '1.8' ); 33 33 34 34 /**
Note: See TracChangeset
for help on using the changeset viewer.