Changeset 3074624
- Timestamp:
- 04/21/2024 03:57:05 PM (2 years ago)
- Location:
- acf-city-selector/trunk
- Files:
-
- 3 edited
-
ACF_City_Selector.php (modified) (2 diffs)
-
inc/acfcs-actions.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
acf-city-selector/trunk/ACF_City_Selector.php
r3048288 r3074624 4 4 Plugin URI: https://acf-city-selector.com 5 5 Description: An extension for ACF which allows you to select a city based on country and province/state. 6 Version: 1.1 2.07 Tested up to: 6. 4.36 Version: 1.13.0 7 Tested up to: 6.5.2 8 8 Requires PHP: 7.0 9 9 Author: Beee … … 36 36 'db_version' => '1.0', 37 37 'url' => plugin_dir_url( __FILE__ ), 38 'version' => '1.1 2.0',38 'version' => '1.13.0', 39 39 ); 40 40 -
acf-city-selector/trunk/inc/acfcs-actions.php
r3048288 r3074624 28 28 } 29 29 } 30 add_action( 'acfcs_delete_transients', ' i will tryacfcs_delete_transients' );30 add_action( 'acfcs_delete_transients', 'acfcs_delete_transients' ); 31 31 add_action( 'acfcs_after_success_import', 'acfcs_delete_transients' ); 32 32 add_action( 'acfcs_after_success_import_raw', 'acfcs_delete_transients' ); -
acf-city-selector/trunk/readme.txt
r3048288 r3074624 4 4 Requires at least: 3.6.0 5 5 Requires PHP: 7.0 6 Tested up to: 6. 4.37 Stable tag: 1.1 2.06 Tested up to: 6.5.2 7 Stable tag: 1.13.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 42 42 == Changelog == 43 43 44 = 1.13.0 = 45 * Fix typo in function call 46 44 47 = 1.12.0 = 45 48 * Fix clear transients 46 49 47 50 = 1.11.0 = 48 * ?51 * fix incorrect index for store as single meta 49 52 50 53 = 1.10.1 =
Note: See TracChangeset
for help on using the changeset viewer.