worldwide 1.26.0 → 1.26.1
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 -0
- data/Gemfile.lock +1 -1
- data/data/regions/IE.yml +3 -0
- 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: df3a0f544b2ee851b6dfe1b7cb382556593c109fb34efff232e2bc905a30d8c5
|
|
4
|
+
data.tar.gz: 323e3d4e8c7dc448cd1227e109639f15e45b112e9cb81fec09c247ca07bfaa7f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c99a6928153abc36b1a1cc4bf2a9cdc303a447aefafaa45a2f1e3bb38ca9c69f249f593502d5143b0021bec6c453a2d20dc0911f1c2465c040dceffb1a791578
|
|
7
|
+
data.tar.gz: 6540815a37d22083bc2bca344f99e65b2e3206f74de147697ca6501bef2b77e8b742c829fa5a72151f51a8f130d63271b728cbc4ef4637642891192d026c4afd
|
data/CHANGELOG.md
CHANGED
|
@@ -29,6 +29,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
29
29
|
|
|
30
30
|
---
|
|
31
31
|
|
|
32
|
+
## [1.26.1] - 2026-07-29
|
|
33
|
+
- Add IE Eircode routing key `H16` (Cootehill) to `zips_crossing_provinces` so it is valid for both Cavan and Monaghan. [#562](https://github.com/Shopify/worldwide/pull/562)
|
|
34
|
+
|
|
32
35
|
## [1.26.0] - 2026-07-22
|
|
33
36
|
- Add `Worldwide::BusinessNames.abbreviated` for script-aware abbreviation of a single business name string. [#538](https://github.com/Shopify/worldwide/pull/538) [#553](https://github.com/Shopify/worldwide/pull/553)
|
|
34
37
|
- Add `Worldwide::Names.abbreviated` to abbreviate personal names by script. [#539](https://github.com/Shopify/worldwide/pull/539)
|
data/Gemfile.lock
CHANGED
data/data/regions/IE.yml
CHANGED
data/lib/worldwide/version.rb
CHANGED