fastlane-plugin-wpmreleasetoolkit 13.6.0 → 13.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a4d4fd106780c72cee62da5974a4e33f6f53e88ae923b6658146a1d4fa2b1fe8
4
- data.tar.gz: 31f7ddc146dcd4b4741ec64cd00e2202ab7716ae08538f8a5f276daa04f16c83
3
+ metadata.gz: cfa7da1b28cb607b96575d3c58926054c44658e385e671f3ee2c144bc607fefd
4
+ data.tar.gz: 9c51db019b9df26eedb55fb9dce8d76a897181403eba833bbabf8e58011fb974
5
5
  SHA512:
6
- metadata.gz: a96b95c437bd735098ccb785b2c532fc389548240e4ca7d3095189b5d5da612c76fb46c56c8d9d6be5800a307c449de94da8006912be5549272b55be53e1d23d
7
- data.tar.gz: 1df2fcf33858bdcc65537b0903fb8af820ce1a77024bbffa228251276cc84ea9174d78e0f00b3b56c3a79fb2258bfed7f5b0e6a3f8d6864c67f1aecd39e17d1a
6
+ metadata.gz: 1b553c3d80e83584bd156e25334fa5336dec65d131bc774c4d151f8c30229c5e44d13c36caaf5fd2e56e0c13cc5b4dac06e0326f3a084f2b72f3163406b11655
7
+ data.tar.gz: 0d13c060d139836fed33c7b5d18be927fc71dda9e9f98cc65c5ff210ff4acbe31ba7da8fd9b4425d269795d9d0cd5e478123b989dd9d84cd1b41b29bcf36c815
@@ -35,8 +35,10 @@ module Fastlane
35
35
  'Mac - Intel',
36
36
  'Mac - Any',
37
37
  'Windows - x86',
38
+ 'Windows - x64',
38
39
  'Windows - ARM64',
39
40
  'Microsoft Store - x86',
41
+ 'Microsoft Store - x64',
40
42
  'Microsoft Store - ARM64',
41
43
  ].freeze
42
44
  # See https://github.a8c.com/Automattic/wpcom/blob/trunk/wp-content/lib/a8c/cdn/src/enums/enum-install-type.php
@@ -67,6 +69,8 @@ module Fastlane
67
69
  version: params[:version],
68
70
  build_number: params[:build_number], # Optional: may be nil
69
71
  minimum_system_version: params[:minimum_system_version], # Optional: may be nil
72
+ critical_update: params[:critical_update], # Optional: may be nil
73
+ phased_rollout_interval: params[:phased_rollout_interval], # Optional: may be nil
70
74
  post_status: params[:post_status], # Optional: may be nil
71
75
  release_notes: params[:release_notes], # Optional: may be nil
72
76
  sha: params[:sha], # Optional: may be nil
@@ -290,6 +294,18 @@ module Fastlane
290
294
  optional: true,
291
295
  type: String
292
296
  ),
297
+ FastlaneCore::ConfigItem.new(
298
+ key: :critical_update,
299
+ description: 'Whether the build is a critical update',
300
+ optional: true,
301
+ type: Boolean
302
+ ),
303
+ FastlaneCore::ConfigItem.new(
304
+ key: :phased_rollout_interval,
305
+ description: 'The interval for the phased rollout (in seconds)',
306
+ optional: true,
307
+ type: Integer
308
+ ),
293
309
  FastlaneCore::ConfigItem.new(
294
310
  key: :release_notes,
295
311
  description: 'The release notes to show with the build on the blog frontend',
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Fastlane
4
4
  module Wpmreleasetoolkit
5
- VERSION = '13.6.0'
5
+ VERSION = '13.8.0'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-wpmreleasetoolkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 13.6.0
4
+ version: 13.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Automattic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-10-31 00:00:00.000000000 Z
11
+ date: 2025-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport