Skip to content

Commit

Permalink
Merge pull request #291 from wordpress-mobile/release/1.4.0
Browse files Browse the repository at this point in the history
Release 1.4.0 into trunk
  • Loading branch information
AliSoftware authored Aug 4, 2021
2 parents c77ef28 + 8dfd18b commit 964e732
Show file tree
Hide file tree
Showing 12 changed files with 183 additions and 92 deletions.
3 changes: 3 additions & 0 deletions .bundle/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
BUNDLE_SPECIFIC_PLATFORM: "false"
BUNDLE_WITH: "test"
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ commands:
brew update && xargs brew install --verbose < .circleci/.brewfile
- run:
name: Install Ruby dependencies, if neeeded
command: bundle check --path vendor/bundle || bundle install --with screenshots
command: bundle check --path vendor/bundle || bundle install
- save_cache:
name: Cache Homebrew + Ruby Dependencies
key: *cache_key
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Gems
run: |
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
BUNDLE_WITHOUT=test bundle install --jobs 4 --retry 3
- name: Run Danger
run: bundle exec danger
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
.idea

# Ruby / Bundler
.bundle/
vendor/bundle

# Fastlane
Expand Down
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,22 @@ _None_

_None_

## 1.4.0

### New Features

* Add option to skip updating `Deliverfile` when creating a new hotfix version (`ios_bump_version_hotfix`) [#287]

### Bug Fixes

* Fixes a bug that was breaking the `promo_screenshots` helper [#276]
* Fix crashes in actions dealing with hotfixes. [#288]

### Internal Changes

* Opt-out from installing platform-specific gems with Bundler [#293]
* Update gems in the repository to fix `addressable` security vulnerability [#294]

## 1.3.1

### Bug Fixes
Expand All @@ -28,7 +44,6 @@ _None_
* Fix the way versioning is handled for alphas – i.e. `version.properties` is indexed by flavor name, defaulting to `zalpha` for alphas. [#283]
* Fixed an issue in `check_translation_progress` where a wrong evaluation of the progress is possible when there are Waiting string in GlotPress.


## 1.3.0

### New Features
Expand Down
Loading

0 comments on commit 964e732

Please sign in to comment.