From 2941282c92bc03ab9a09c3b8a11d1e697409e544 Mon Sep 17 00:00:00 2001 From: Kevin Purahoo Date: Tue, 25 Feb 2025 10:41:58 -0500 Subject: [PATCH 1/5] Work in progress --- .idea/php.xml | 27 +++++++++++++ .idea/workspace.xml | 93 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 120 insertions(+) create mode 100644 .idea/php.xml create mode 100644 .idea/workspace.xml diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100644 index 0000000..d0af434 --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..f1cac2c --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,93 @@ + + + + + + + + + $PROJECT_DIR$/composer.json + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { + "associatedIndex": 3 +} + + + + + + + + + + + + + + + 1739458486787 + + + + + + \ No newline at end of file From 9dd89f80b88ed47a279e578a803b6f0be09511a5 Mon Sep 17 00:00:00 2001 From: Kevin Purahoo Date: Tue, 25 Feb 2025 13:13:59 -0500 Subject: [PATCH 2/5] Update the states constant for the states to be available per country --- .gitignore | 1 + .idea/workspace.xml | 18 ++++++++++++-- lang/en/australia-states.php | 14 +++++++++++ lang/en/canada-states.php | 19 +++++++++++++++ lang/en/states.php | 21 ---------------- src/AustraliaState.php | 37 ++++++++++++++++++++++++++++ src/CanadaState.php | 47 ++++++++++++++++++++++++++++++++++++ src/State.php | 42 +++----------------------------- 8 files changed, 138 insertions(+), 61 deletions(-) create mode 100644 lang/en/australia-states.php create mode 100644 lang/en/canada-states.php delete mode 100644 lang/en/states.php create mode 100644 src/AustraliaState.php create mode 100644 src/CanadaState.php diff --git a/.gitignore b/.gitignore index 987e2a2..bf12543 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ composer.lock vendor +.idea \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index f1cac2c..9ec02d9 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,15 @@