Changeset 3236374
- Timestamp:
- 02/07/2025 06:18:07 AM (14 months ago)
- Location:
- wc-provincia-canton-distrito
- Files:
-
- 20 added
- 3 edited
-
tags/1.5.2 (added)
-
tags/1.5.2/assets (added)
-
tags/1.5.2/assets/js (added)
-
tags/1.5.2/assets/js/prov-cant-dist.js (added)
-
tags/1.5.2/assets/js/prov-cant-dist.json (added)
-
tags/1.5.2/assets/js/prov-cant-dist.min.js (added)
-
tags/1.5.2/includes (added)
-
tags/1.5.2/includes/admin (added)
-
tags/1.5.2/includes/admin/wcpcd-settings.php (added)
-
tags/1.5.2/includes/wcpcd-admin.php (added)
-
tags/1.5.2/includes/wcpcd-class.php (added)
-
tags/1.5.2/index.php (added)
-
tags/1.5.2/languages (added)
-
tags/1.5.2/languages/wc-prov-cant-dist-es_CR.mo (added)
-
tags/1.5.2/languages/wc-prov-cant-dist-es_CR.po (added)
-
tags/1.5.2/languages/wc-prov-cant-dist-es_ES.mo (added)
-
tags/1.5.2/languages/wc-prov-cant-dist-es_ES.po (added)
-
tags/1.5.2/languages/wc-prov-cant-dist.pot (added)
-
tags/1.5.2/readme.txt (added)
-
tags/1.5.2/wc-prov-cant-dist.php (added)
-
trunk/includes/wcpcd-class.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wc-prov-cant-dist.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wc-provincia-canton-distrito/trunk/includes/wcpcd-class.php
r3231706 r3236374 3 3 * WPCD Class 4 4 * 5 * @version 1.5. 15 * @version 1.5.2 6 6 * @since 1.0.x 7 7 */ … … 371 371 } 372 372 373 return WC_PROV_CANT_DIST::get_instance(); 373 add_action( 'woocommerce_init', function() { 374 WC_PROV_CANT_DIST::get_instance(); 375 } ); -
wc-provincia-canton-distrito/trunk/readme.txt
r3231706 r3236374 5 5 Requires at least: 4.7 6 6 Tested up to: 6.7.1 7 Stable tag: 1.5. 17 Stable tag: 1.5.2 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 62 62 63 63 == Changelog == 64 = 1.5.2 = 65 * Fix: WC initialization using hook woocommerce_init 66 64 67 = 1.5.1 = 65 68 * Update: Language loaded from init action in wcpcd_language_init -
wc-provincia-canton-distrito/trunk/wc-prov-cant-dist.php
r3231706 r3236374 4 4 * Plugin URI: https://keylormendoza.com/woocommerce/wc-provincia-canton-distrito/ 5 5 * 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.5. 16 * Version: 1.5.2 7 7 * Requires at least: 4.7 8 8 * Tested up to: 6.7.1 9 9 * WC requires at least: 3.0 10 * WC tested up to: 9.6. 010 * WC tested up to: 9.6.1 11 11 * Author: Keylor Mendoza A. 12 12 * Author URI: https://www.keylormendoza.com 13 13 * License: GPLv2 14 14 * Text Domain: wc-prov-cant-dist 15 * Requires Plugins: woocommerce 15 16 */ 16 17 … … 18 19 19 20 if ( !defined( 'WPCD_PLUGIN_VERSION' ) ) { 20 define( 'WPCD_PLUGIN_VERSION', '1.5. 1' );21 define( 'WPCD_PLUGIN_VERSION', '1.5.2' ); 21 22 } 22 23
Note: See TracChangeset
for help on using the changeset viewer.