Skip to content

Commit a4d04a4

Browse files
authored
Merge pull request #368 from wordpress-mobile/release/4.2.0
Release 4.2.0 into trunk
2 parents bead08d + d1e176a commit a4d04a4

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,28 @@ _None_
1010

1111
### New Features
1212

13-
* The `ios_lint_localizations` action now also checks for duplicated keys in the `.strings` files.
14-
The behavior is optional via the `check_duplicate_keys` parameter and enabled by default. [#360]
15-
1613
_None_
1714

1815
### Bug Fixes
1916

20-
* Update GlotPress `export-translations` requests to avoid rate limiting. [#361] [#362]
21-
* Fix bugs with the shell command in `promo_screenshots_helper`. [#366]
17+
_None_
2218

2319
### Internal Changes
2420

2521
_None_
2622

23+
## 4.2.0
24+
25+
### New Features
26+
27+
* The `ios_lint_localizations` action now also checks for duplicated keys in the `.strings` files.
28+
The behavior is optional via the `check_duplicate_keys` parameter and enabled by default. [#360]
29+
30+
### Bug Fixes
31+
32+
* Update GlotPress `export-translations` requests to avoid rate limiting. [#361] [#362]
33+
* Fix bugs with the shell command in `promo_screenshots_helper`. [#366]
34+
2735
## 4.1.0
2836

2937
### New Features

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
fastlane-plugin-wpmreleasetoolkit (4.1.0)
4+
fastlane-plugin-wpmreleasetoolkit (4.2.0)
55
activesupport (~> 5)
66
bigdecimal (~> 1.4)
77
buildkit (~> 1.5)
@@ -427,4 +427,4 @@ DEPENDENCIES
427427
yard
428428

429429
BUNDLED WITH
430-
2.2.33
430+
2.3.11
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Fastlane
22
module Wpmreleasetoolkit
3-
VERSION = '4.1.0'
3+
VERSION = '4.2.0'
44
end
55
end

0 commit comments

Comments
 (0)