From aadecfb9c038060302845082cd3ff6b076cec6f7 Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Fri, 27 Aug 2021 14:48:21 +1000 Subject: [PATCH] v1.2.0: Fixes checkboxes in settings pages --- updates/version.yaml | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/updates/version.yaml b/updates/version.yaml index 8d24482..ddee89c 100644 --- a/updates/version.yaml +++ b/updates/version.yaml @@ -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