File tree Expand file tree Collapse file tree 4 files changed +39
-6
lines changed Expand file tree Collapse file tree 4 files changed +39
-6
lines changed Original file line number Diff line number Diff line change 1- ## Changelog (Current version: 1.1.13 )
1+ ## Changelog (Current version: 1.1.14 )
22
33-----------------
44
5+ ## 1.1.14 (2018 Mar 28)
6+
7+ ### Release Notes
8+
9+ * Code signing tab - showing relevant file upload sections correctly
10+
11+ ### Install or upgrade
12+
13+ To install this version, run the following commands (in a bash shell):
14+
15+ ```
16+ bitrise plugin install --source https://github.com/bitrise-io/bitrise-workflow-editor.git --version 1.1.14
17+ ```
18+
19+ To update the already installed plugin to the latest version:
20+
21+ ```
22+ bitrise plugin update workflow-editor
23+ ```
24+
25+ That's all, you're ready to go!
26+
27+ To run the workflow editor plugin call:
28+
29+ ```
30+ bitrise :workflow-editor
31+ ```
32+
33+ ### Release Commits - 1.1.13 -> 1.1.14
34+
35+ * [ 479b994] erosdome - Blacklist irrelevant project types for displaying sections instead of whitelisting relevant ones (#274 ) (2018 Mar 28)
36+
37+
538## 1.1.13 (2018 Mar 22)
639
740### Release Notes
@@ -1905,4 +1938,4 @@ bitrise :workflow-editor
19051938
19061939-----------------
19071940
1908- Updated: 2018 Mar 22
1941+ Updated: 2018 Mar 28
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name: workflow-editor
22description : |-
33 Bitrise Workflow Editor.
44executable :
5- osx : https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.1.13 /workflow-editor-Darwin-x86_64
6- linux : https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.1.13 /workflow-editor-Linux-x86_64
5+ osx : https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.1.14 /workflow-editor-Darwin-x86_64
6+ linux : https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.1.14 /workflow-editor-Linux-x86_64
77requirements :
88- tool : bitrise
99 min_version : 1.12.0
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
33
44app :
55 envs :
6- - RELEASE_VERSION : 1.1.13
6+ - RELEASE_VERSION : 1.1.14
77 - BIN_NAME : workflow-editor
88
99 - PORT : " 1234"
Original file line number Diff line number Diff line change 11package version
22
33// VERSION ...
4- const VERSION = "1.1.13 "
4+ const VERSION = "1.1.14 "
You can’t perform that action at this time.
0 commit comments