Skip to content

Releases: Beee4life/acf-city-selector

0.25.0 - forgotten version

16 Oct 21:01
Compare
Choose a tag to compare

Forgot to up versions.

0.24.0 - optimizing

16 Oct 20:56
0ad1f81
Compare
Choose a tag to compare

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

13 Sep 15:28
78613d1
Compare
Choose a tag to compare

Just some refactoring + clean up.

Fix incorrect var name

19 Aug 22:05
5524810
Compare
Choose a tag to compare

Changed an incorrect var name which prevented storing of fields.

Added constants for easy use.

0.22.1 - Hotfix undefined index

13 Jun 19:57
b06e1c7
Compare
Choose a tag to compare
  • 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

23 May 17:46
228d165
Compare
Choose a tag to compare
Merge pull request #51 from Beee4life/translations_jmc_de

Updated german translation

0.21 - various changes

21 May 17:02
f2e6eab
Compare
Choose a tag to compare
  • 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

14 May 10:26
164e041
Compare
Choose a tag to compare

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

13 May 22:43
8ca5dd2
Compare
Choose a tag to compare
  • 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

13 May 20:05
ccae70d
Compare
Choose a tag to compare

Forgot to update version + release date in readme