Skip to content

Commit 9cc14c3

Browse files
authored
Merge pull request #375 from Shopify/remove-required-postal-codes-from-romania
Remove postal code requirement romania & prepare release 1.17.4
2 parents 666412b + d4cb290 commit 9cc14c3

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2929

3030
---
3131

32+
## [1.17.4] - 2025-07-02
33+
- Remove postal codes requirement for Romania [#375](https://github.com/Shopify/worldwide/pull/375)
34+
3235
## [1.17.3] - 2025-06-23
3336
- Require postal codes in Romania [#368](https://github.com/Shopify/worldwide/pull/368)
3437

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GIT
1313
PATH
1414
remote: .
1515
specs:
16-
worldwide (1.17.3)
16+
worldwide (1.17.4)
1717
activesupport (>= 7.0)
1818
i18n
1919
phonelib (~> 0.8)

data/regions/RO.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ zip_regex: "^(RO-?)?\\d{6}$"
1414
zip_example: '060274'
1515
phone_number_prefix: 40
1616
building_number_required: true
17+
zip_requirement: recommended
1718
week_start_day: monday
1819
format:
1920
edit: "{country}_{firstName}{lastName}_{company}_{address1}_{address2}_{zip}{city}{province}_{phone}"

lib/worldwide/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Worldwide
4-
VERSION = "1.17.3"
4+
VERSION = "1.17.4"
55
end

0 commit comments

Comments
 (0)