worldwide 1.25.0 → 1.25.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 796b9758063bbfa6df969214026e6ad9ac90cd74436917ea5072b4fbfd33cdfb
4
- data.tar.gz: 3d6753276fe0a57591fa0eed0bea027bb0938b6b7a73d77fd0db3b0ce13b7a30
3
+ metadata.gz: eefb7729a573099fa97b2bf8d8bd3939a25302b01aba8a4aaa0ec138b6968a17
4
+ data.tar.gz: 057a511bf5f08b8dc441019b2f4c9836e836b0d750308db94a114caca478c3b6
5
5
  SHA512:
6
- metadata.gz: a6ce2a66f3596afeb5deadf76d70fedf9b3b8642d04b13106cd26b39f321c528241bc441b744869c410fcab5b471c456875ee1c1752c4695b1668caf730a2fd6
7
- data.tar.gz: 1664429dbf57c3e60c1ead23a5fa03f53360e057ba4061485af2610a26139748a51435c50cc75a92aba2d9d2ee7ed16cd69c12f2336cb8a5b97f82daf85dc564
6
+ metadata.gz: d1d8eb54431d05350f76aa924e598000c4fbfb1e64155666f928a7bc85da698ef638cda449ad678d2e95e1e255d22089b9577dca0d8f7c0fb2a1a1bed5a2522e
7
+ data.tar.gz: c28009904a6d6850356c381d8dced603d1b6a5caf7988e0ae2acda87b9a03e4f91c6e54b84012c0d9ffa188a0c88d29822cc9a927c5094ee54d946ed18912aa5
data/CHANGELOG.md CHANGED
@@ -30,7 +30,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
30
30
 
31
31
  ---
32
32
 
33
- ## [1.25.0] - 2026-05-22
33
+ ## [1.25.1] - 2026-05-26
34
+ - Update postal code expectations in Portugal to require seven digit postal code (XXXX-XXX) [#493](https://github.com/Shopify/worldwide/pull/493)
35
+
36
+ ## [1.25.0] - 2026-05-22
34
37
  - Add district and subdistrict address fields, labels, and validation messages.
35
38
 
36
39
  ## [1.24.2] - 2026-04-27
data/Gemfile.lock CHANGED
@@ -13,7 +13,7 @@ GIT
13
13
  PATH
14
14
  remote: .
15
15
  specs:
16
- worldwide (1.25.0)
16
+ worldwide (1.25.1)
17
17
  activesupport (>= 7.0)
18
18
  i18n
19
19
  phonelib (~> 0.8)
data/data/regions/PT.yml CHANGED
@@ -8,7 +8,7 @@ tax_name: VAT
8
8
  tax_inclusive: true
9
9
  group: European Countries
10
10
  group_name: Europe
11
- zip_regex: "^(PT?-?)?\\d{4}(-?\\d{3})?$"
11
+ zip_regex: "^(PT?-?)?\\d{4}-?\\d{3}$"
12
12
  zip_example: 2725-079
13
13
  phone_number_prefix: 351
14
14
  building_number_required: true
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Worldwide
4
- VERSION = "1.25.0"
4
+ VERSION = "1.25.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: worldwide
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.25.0
4
+ version: 1.25.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify