worldwide 1.17.2 → 1.17.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -1
- data/Gemfile.lock +1 -1
- data/data/regions/RO.yml +0 -1
- data/lib/worldwide/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dde5aa1c8404b5985f455e1a3f79b8fc5c97bbb2c8cd13ac8ff583281f8d06eb
|
4
|
+
data.tar.gz: 780c802356e767455f09f18b8882268778921bcff927288d04c645d69587ff54
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d5d297bfa374a1d64da8216a379d42a5c8dcea9d7fb6429c7804bf7d7cf504cb97792e6573bf1cdd7c47b039c7c4f4246808e6994e8fd211e6a51636dec3cc6
|
7
|
+
data.tar.gz: 7790380d7bbbd5c95c9133b4521a8976825fd9f95de8f541bf07b1dde1b8e25d41177a43ebe6a4830b0cf2903cc99f2c1dc3958617c9d4bd25b9243c9afbb980
|
data/CHANGELOG.md
CHANGED
@@ -27,9 +27,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
27
27
|
|
28
28
|
## [Unreleased]
|
29
29
|
|
30
|
-
|
31
30
|
---
|
32
31
|
|
32
|
+
## [1.17.3] - 2025-06-23
|
33
|
+
- Require postal codes in Romania [#368](https://github.com/Shopify/worldwide/pull/368)
|
34
|
+
|
33
35
|
## [1.17.2] - 2025-06-18
|
34
36
|
- Add name formatter translations for missing languages [#367](https://github.com/Shopify/worldwide/pull/367)
|
35
37
|
- Update South Africa to be considered Tax Inclusive [#352](https://github.com/Shopify/worldwide/pull/352)
|
data/Gemfile.lock
CHANGED
data/data/regions/RO.yml
CHANGED
@@ -14,7 +14,6 @@ zip_regex: "^(RO-?)?\\d{6}$"
|
|
14
14
|
zip_example: '060274'
|
15
15
|
phone_number_prefix: 40
|
16
16
|
building_number_required: true
|
17
|
-
zip_requirement: recommended
|
18
17
|
week_start_day: monday
|
19
18
|
format:
|
20
19
|
edit: "{country}_{firstName}{lastName}_{company}_{address1}_{address2}_{zip}{city}{province}_{phone}"
|
data/lib/worldwide/version.rb
CHANGED