Releases: Beee4life/acf-city-selector
Releases · Beee4life/acf-city-selector
0.25.0 - forgotten version
Forgot to up versions.
0.24.0 - optimizing
Few minor updates:
- I've tried to optimize the loading of values in the dropdowns (states/cities), by making use of transients, instead of getting the info from the database on each change.
- I added
$wpdb->prepare
to most queries. - The upload CSV option is styled a bit nicer.
- Changed incorrect function call for deleting of transients.
Site will be updated with more info soon as well.
0.23.0 - no big updates
Just some refactoring + clean up.
Fix incorrect var name
Changed an incorrect var name which prevented storing of fields.
Added constants for easy use.
0.22.1 - Hotfix undefined index
- Fixed an undefined index on the admin search page, when no criteria are used to search - thanks to @assoscoupa for reporting it
- Added isset checks for new values
0.22 - updated German translation
Merge pull request #51 from Beee4life/translations_jmc_de Updated german translation
0.21 - various changes
- fixed error in verification on preview page + added page back
- added natural sorting for cities
- added option to select which fields to use (all/country only/country + state/country + city)
- added an info page with info for debug/support
- added German translation
0.20 - Hotfix for state length check
Changelog
- removed a check on length state code which falsed on countries like France, Spain and Australia
- temporarily removed preview page since it incorrectly deleted files
0.19 - hotfix for countries transient
- fixed the newly added state transient because it was overriding the countries transient
- added an option to delete all transients, if needed
0.18 - update readme version
Forgot to update version + release date in readme