Changeset 2906374
- Timestamp:
- 04/30/2023 05:02:15 PM (3 years ago)
- Location:
- acf-city-selector/trunk
- Files:
-
- 3 edited
-
ACF_City_Selector.php (modified) (2 diffs)
-
admin/acf-city-selector-v5.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
acf-city-selector/trunk/ACF_City_Selector.php
r2841217 r2906374 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 0.16 Version: 1.11.0 7 7 Tested up to: 6.1.1 8 8 Requires PHP: 7.0 … … 36 36 'db_version' => '1.0', 37 37 'url' => plugin_dir_url( __FILE__ ), 38 'version' => '1.1 0.1',38 'version' => '1.11.0', 39 39 ); 40 40 -
acf-city-selector/trunk/admin/acf-city-selector-v5.php
r2841215 r2906374 131 131 $selected_city = ( isset( $field[ 'value' ][ 'cityName' ] ) ) ? $field[ 'value' ][ 'cityName' ] : false; 132 132 $show_first = true; 133 $store_meta = ( isset( $field[ ' value' ][ 'store_meta' ] ) ) ? $field[ 'value' ][ 'store_meta' ] : false;133 $store_meta = ( isset( $field[ 'store_meta' ] ) ) ? $field[ 'store_meta' ] : false; 134 134 $which_fields = ( isset( $field[ 'which_fields' ] ) ) ? $field[ 'which_fields' ] : 'all'; 135 135 -
acf-city-selector/trunk/readme.txt
r2841217 r2906374 5 5 Requires PHP: 7.0 6 6 Tested up to: 6.1.1 7 Stable tag: 1.1 0.17 Stable tag: 1.11.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.