Skip to content

Commit 57ffacc

Browse files
authored
Merge pull request #286 from wordpress-mobile/release/1.3.1
Merge Release/1.3.1 into develop
2 parents e2e67dc + da19395 commit 57ffacc

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,21 @@ _None_
1414

1515
### Bug Fixes
1616

17-
* Fix crashes introduced in `1.3.0` – incorrect parameters in calls to `get_release_version`. [#283]
18-
* Fix the way versioning is handled for alphas – i.e. `version.properties` is indexed by flavor name, defaulting to `zalpha` for alphas. [#283]
19-
* Fixed an issue in `check_translation_progress` where a wrong evaluation of the progress is possible when there are Waiting string in GlotPress.
17+
_None_
2018

2119
### Internal Changes
2220

2321
_None_
2422

23+
## 1.3.1
24+
25+
### Bug Fixes
26+
27+
* Fix crashes introduced in `1.3.0` – incorrect parameters in calls to `get_release_version`. [#283]
28+
* Fix the way versioning is handled for alphas – i.e. `version.properties` is indexed by flavor name, defaulting to `zalpha` for alphas. [#283]
29+
* Fixed an issue in `check_translation_progress` where a wrong evaluation of the progress is possible when there are Waiting string in GlotPress.
30+
31+
2532
## 1.3.0
2633

2734
### 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 (1.3.0)
4+
fastlane-plugin-wpmreleasetoolkit (1.3.1)
55
activesupport (~> 5)
66
bigdecimal (~> 1.4)
77
chroma (= 0.2.0)
@@ -228,7 +228,7 @@ GEM
228228
octokit (4.21.0)
229229
faraday (>= 0.9)
230230
sawyer (~> 0.8.0, >= 0.5.3)
231-
oj (3.11.6)
231+
oj (3.12.0)
232232
open4 (1.3.4)
233233
optimist (3.0.1)
234234
options (2.3.2)
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 = '1.3.0'
3+
VERSION = '1.3.1'
44
end
55
end

0 commit comments

Comments
 (0)