-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.2.0: Fixes checkboxes in settings pages
- Loading branch information
Showing
1 changed file
with
16 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |