worldwide 1.14.3 → 1.15.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e220cee4acaa129899c8abdf7218fc1252ed5ce244bc499247011f4db199393f
4
- data.tar.gz: f53357c2fab84f1f69c3b740762a7eb0124ae5013905b303a09cd7b7fa89f999
3
+ metadata.gz: d10d81c9b857f86106cd5bd152abbe999ca045435d904a932eb8f3df69a52293
4
+ data.tar.gz: 7a2fa0a560b361db7ab472c6cc5676c9dd68518dc6fe49fe3b1c98f3dea1b98f
5
5
  SHA512:
6
- metadata.gz: 0b0dea519eca84b4c364e43b323dc48eb8ed550a59515e2312af2d23748f01b4e363ba2cb7ec1eaa4b93cda63bee40621ed905a296dbb327b73800c676c6fb62
7
- data.tar.gz: 65c2145da20ae1b6c76a32c009209d24449d2a94ec9cdf1b2c58e1ca0535a9e18d8d5ac8692251004688d9548b6a1e662fc2a58ff53e7ce5a04c6879b596a3fb
6
+ metadata.gz: e672163556eacb4fcdbbdef8859242fdd26f8575ed6c4d9c0c24fe16938b06d6c8e125fb2c8876f36829efe08ec3f09bbe78e8a3aab0d3ea763708f26c3422e7
7
+ data.tar.gz: 7dda9172548c84533eb716b1c84fb26bf6383d5b31afc69da71efe7128b34a7ac72cfbc2b9231e9ebc415e57e91bf975067f28ae2a48d5186ffd883c8f29c4ad
data/CHANGELOG.md CHANGED
@@ -26,10 +26,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
26
26
  - Security in case of vulnerabilities.
27
27
 
28
28
  ## [Unreleased]
29
- - nil
29
+
30
+ Nil.
30
31
 
31
32
  ---
32
33
 
34
+ ## [1.15.0] - 2024-12-16
35
+ - Add zip requirement and tax inclusive methods to country regions [#320](https://github.com/Shopify/worldwide/pull/320)
36
+ - Set Ireland (IE) zip as a required address field [#321](https://github.com/Shopify/worldwide/pull/321)
37
+
38
+ ## [1.14.4] - 2024-12-12
39
+ - Speed up configure_i18n by precomputing paths and indexing descendants [#316](https://github.com/Shopify/worldwide/pull/316)
40
+ - Update BV phone number prefix to 47 (Norway) [#318](https://github.com/Shopify/worldwide/pull/318)
41
+ - Update Finland's (FI) tax rate [#319](https://github.com/Shopify/worldwide/pull/319)
42
+
33
43
  ## [1.14.3] - 2024-12-02
34
44
  - Add street_number.missing_building_number messages [#313](https://github.com/Shopify/worldwide/pull/313)
35
45
 
data/Gemfile.lock CHANGED
@@ -13,7 +13,7 @@ GIT
13
13
  PATH
14
14
  remote: .
15
15
  specs:
16
- worldwide (1.14.3)
16
+ worldwide (1.15.0)
17
17
  activesupport (>= 7.0)
18
18
  i18n
19
19
  phonelib (~> 0.8)