Skip to content

Commit 2f5987e

Browse files
committed
Bumped to version 14.7.0
1 parent 05b48b5 commit 2f5987e

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@ _None_
1010

1111
### New Features
1212

13+
_None_
14+
15+
### Bug Fixes
16+
17+
_None_
18+
19+
### Internal Changes
20+
21+
_None_
22+
23+
## 14.7.0
24+
25+
### New Features
26+
1327
- Added new `update_apps_cdn_build_metadata` action to update metadata (e.g. visibility) of one or more existing builds on the Apps CDN without re-uploading the files, via the dedicated `/wpcom/v2/sites/{site_id}/a8c-cdn/builds/{post_id}` endpoint. Accepts an array of `post_ids`. This enables a two-phase release flow: upload builds as Internal first, then flip to External at publish time. [#701]
1428

1529
### Bug Fixes

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
fastlane-plugin-wpmreleasetoolkit (14.6.0)
4+
fastlane-plugin-wpmreleasetoolkit (14.7.0)
55
buildkit (~> 1.5)
66
chroma (= 0.2.0)
77
diffy (~> 3.3)

lib/fastlane/plugin/wpmreleasetoolkit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
module Fastlane
44
module Wpmreleasetoolkit
55
NAME = 'fastlane-plugin-wpmreleasetoolkit'
6-
VERSION = '14.6.0'
6+
VERSION = '14.7.0'
77
end
88
end

0 commit comments

Comments
 (0)