fastlane-plugin-wp_sparkling_appcast 0.3.0 → 0.4.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: f2ea0991c5b1753e0e556684a1b5a5dc556a072b7312d56aed5260b925a29b88
4
- data.tar.gz: a5dcfa56b1a282e149854a031da102d1323e2682ff768a29d45c6414179b96ee
3
+ metadata.gz: edad73a1e91c154bbc52900d35352fb7b7206578d1bc2b27381377671da32383
4
+ data.tar.gz: 83d556ac84521e03eae0ae72f4fba410e506b6fddec563bd3a48109bcc3b5e31
5
5
  SHA512:
6
- metadata.gz: 3ece727a2d06c7373c22528b2e631e3040eba8a1886bf2f5b98a807ff32b198ed0a241fd8bf36ac60018793383db17356459eb13d54c88e3f89efccf664408b6
7
- data.tar.gz: f0c346e6133e39462c01844e0822863142f398e02ad38d9fa8bf3542cded3a2f740308487c7366831f8f271f0d682c5c22cc08bd2fdc31915db0f2f39b00ad95
6
+ metadata.gz: 9fc47186fb00cb91ae5a6cbc72be9ced739e732b6ffb464449d8521b21e413b68b50e17651a171d320049806b3f70b5dc5be60735007f933bf2bb16f52f1bdcb
7
+ data.tar.gz: 2e27659a213c9b991a6f13961446f757a7e6d787cb5ae4734cd9b7018950c91e85f45da319ab4005aec4a3a458b2dea7afbffb18a55fa794c332f8a8ecea51a0
data/README.md CHANGED
@@ -38,7 +38,7 @@ lane :release do
38
38
  wp_application_pw: ENV["WP_APP_PASSWORD"],
39
39
  changelog: "## Changes\n- Fixed some bugs\n- Added new features",
40
40
  zip_file: "build/YourApp.zip",
41
- track: 123
41
+ channel: 123
42
42
  )
43
43
  end
44
44
  ```
@@ -55,7 +55,7 @@ end
55
55
  | min_system_version | Minimum system version required | String | No | App bundle's minimum system version |
56
56
  | changelog | Changelog for this version | String | No | "" |
57
57
  | zip_file | Path to the zip file to upload | String | Yes | - |
58
- | track | Track ID for this build | Integer | Yes | - |
58
+ | channel | channel ID for this build | Integer | Yes | - |
59
59
 
60
60
  ## Issues and Feedback
61
61
 
@@ -59,7 +59,7 @@ module Fastlane
59
59
  wp_application_pw: ENV["WP_APP_PASSWORD"],
60
60
  changelog: "## Changes\n- Fixed some bugs\n- Added new features",
61
61
  zip_file: "path/to/YourApp.zip",
62
- track: 1
62
+ channel: 1
63
63
  )'
64
64
  ]
65
65
  end
@@ -135,9 +135,9 @@ module Fastlane
135
135
  end
136
136
  ),
137
137
  FastlaneCore::ConfigItem.new(
138
- key: :track,
139
- env_name: "WP_SPARKLING_APPCAST_TRACK",
140
- description: "Track ID for this build",
138
+ key: :channel,
139
+ env_name: "WP_SPARKLING_APPCAST_CHANNEL",
140
+ description: "Channel ID for this build",
141
141
  type: Integer,
142
142
  optional: false
143
143
  )
@@ -58,7 +58,7 @@ module Fastlane
58
58
  sappcast_app_build_attachment_id: attachment_id,
59
59
  sappcast_app_build_changelog: params[:changelog]
60
60
  },
61
- sappcast_track: params[:track],
61
+ sappcast_channel: params[:channel],
62
62
  status: 'draft'
63
63
  }
64
64
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module WpSparklingAppcast
3
- VERSION = "0.3.0"
3
+ VERSION = "0.4.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-wp_sparkling_appcast
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Usiel Riedl
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-10 00:00:00.000000000 Z
11
+ date: 2025-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubyzip