Skip to content

Commit

Permalink
v1.2.0: Fixes checkboxes in settings pages
Browse files Browse the repository at this point in the history
  • Loading branch information
daftspunk committed Aug 27, 2021
1 parent 86a4f14 commit aadecfb
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions updates/version.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
1.0.1: Initialize plugin.
1.0.2:
v1.0.1: Initialize plugin.
v1.0.2:
- Create database tables.
- create_states_table.php
- create_countries_table.php
1.0.3:
v1.0.3:
- Add seed data for countries and states.
- seed_all_tables.php
1.0.4: Satisfy the new Google API key requirement.
1.0.5:
v1.0.4: Satisfy the new Google API key requirement.
v1.0.5:
- Countries can now be pinned to make them appear at the top of the list.
- add_country_pinned_flag.php
1.0.6: Added support for defining a default country and state.
1.0.7: Added basic geocoding method to the Country model.
1.0.8: Include Mexico states
1.1.0: !!! Update requires Build 447. Fixed AddressFinder formwidget not working correctly in repeaters.
1.1.1: Minor fix to AddressFinder formwidget for the change to the FormField API
1.1.2: Yet another change to the AddressFinder for changes to the FormField API
1.1.3:
v1.0.6: Added support for defining a default country and state.
v1.0.7: Added basic geocoding method to the Country model.
v1.0.8: Include Mexico states
v1.1.0: Update requires Build 447. Fixed AddressFinder formwidget not working correctly in repeaters.
v1.1.1: Minor fix to AddressFinder formwidget for the change to the FormField API
v1.1.2: Yet another change to the AddressFinder for changes to the FormField API
v1.1.3:
- Include Argentina states
- seed_ar_states.php
1.1.4: Added support for UK counties
1.1.5:
v1.1.4: Added support for UK counties
v1.1.5:
- Include Italian states (province)
- seed_it_states.php
1.1.6:
v1.1.6:
- Added ability to disable specific states
- add_enabled_states.php
v1.2.0: Fixes checkboxes in settings pages

0 comments on commit aadecfb

Please sign in to comment.