Skip to content

Commit db3d737

Browse files
authored
Merge pull request #347 from wordpress-mobile/release/4.0.0
Bumped to version 4.0.0
2 parents fa3b5cb + 8f6db7a commit db3d737

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,31 @@
66

77
### Breaking Changes
88

9-
* Update the API of `ios_merge_strings_files` and `ios_extract_keys_from_strings_files` to support using prefixes for string keys when merging/splitting the files.
10-
The actions now expect a `Hash` (instead of an `Array`) for the list of files to provide an associated prefix (or `nil` or `''` when none) for each file to merge/split. [#345]
9+
_None_
1110

1211
### New Features
1312

1413
_None_
1514

1615
### Bug Fixes
1716

18-
* Improved logs and console output, to avoid `ios_download_strings_files_from_glotpress` to look like it's deadlocked while it takes some time to download all the exports of all the locales, and to avoid the log messages from `ios_extract_keys_from_strings_files` to be misleading. [#344]
17+
_None_
1918

2019
### Internal Changes
2120

2221
_None_
2322

23+
## 4.0.0
24+
25+
### Breaking Changes
26+
27+
* Update the API of `ios_merge_strings_files` and `ios_extract_keys_from_strings_files` to support using prefixes for string keys when merging/splitting the files.
28+
The actions now expect a `Hash` (instead of an `Array`) for the list of files to provide an associated prefix (or `nil` or `''` when none) for each file to merge/split. [#345]
29+
30+
### Bug Fixes
31+
32+
* Improved logs and console output, to avoid `ios_download_strings_files_from_glotpress` to look like it's deadlocked while it takes some time to download all the exports of all the locales, and to avoid the log messages from `ios_extract_keys_from_strings_files` to be misleading. [#344]
33+
2434
## 3.1.0
2535

2636
### New Features

Gemfile.lock

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
fastlane-plugin-wpmreleasetoolkit (3.1.0)
4+
fastlane-plugin-wpmreleasetoolkit (4.0.0)
55
activesupport (~> 5)
66
bigdecimal (~> 1.4)
77
buildkit (~> 1.4)
@@ -270,7 +270,6 @@ GEM
270270
method_source (0.9.2)
271271
mini_magick (4.11.0)
272272
mini_mime (1.1.2)
273-
mini_portile2 (2.8.0)
274273
minitest (5.14.4)
275274
molinillo (0.8.0)
276275
multi_json (1.15.0)
@@ -280,8 +279,7 @@ GEM
280279
naturally (2.2.1)
281280
netrc (0.11.0)
282281
no_proxy_fix (0.1.2)
283-
nokogiri (1.13.3)
284-
mini_portile2 (~> 2.8.0)
282+
nokogiri (1.13.3-x86_64-darwin)
285283
racc (~> 1.4)
286284
octokit (4.21.0)
287285
faraday (>= 0.9)
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 = '3.1.0'
3+
VERSION = '4.0.0'
44
end
55
end

0 commit comments

Comments
 (0)