File tree Expand file tree Collapse file tree 4 files changed +44
-6
lines changed Expand file tree Collapse file tree 4 files changed +44
-6
lines changed Original file line number Diff line number Diff line change 1- ## Changelog (Current version: 1.1.2 )
1+ ## Changelog (Current version: 1.1.3 )
22
33-----------------
44
5+ ## 1.1.3 (2018 Jan 03)
6+
7+ ### Release Notes
8+
9+ * Code signing tab bugfixes
10+ * Certificate expiration badge added
11+ * Issue #232 fixed
12+
13+ ### Install or upgrade
14+
15+ To install this version, run the following commands (in a bash shell):
16+
17+ ```
18+ bitrise plugin install --source https://github.com/bitrise-io/bitrise-workflow-editor.git --version 1.1.3
19+ ```
20+
21+ To update the already installed plugin to the latest version:
22+
23+ ```
24+ bitrise plugin update workflow-editor
25+ ```
26+
27+ That's all, you're ready to go!
28+
29+ To run the workflow editor plugin call:
30+
31+ ```
32+ bitrise :workflow-editor
33+ ```
34+
35+ ### Release Commits - 1.1.2 -> 1.1.3
36+
37+ * [ ef68c80] Norbert Kovach - discard button fix on triggers page (#233 ) (2018 Jan 03)
38+ * [ 6b23c47] Norbert Kovach - code sign tab - expiry status of identities (ProvProfile popup) (#231 ) (2018 Jan 03)
39+ * [ a16b766] Norbert Kovach - set selectedMenu to null if provProfile popup is closed (#229 ) (2018 Jan 03)
40+ * [ 06f7e15] Norbert Kovach - display certificate details button - icon fix (#230 ) (2018 Jan 03)
41+
42+
543## 1.1.2 (2017 Dec 13)
644
745### Release Notes
@@ -1488,4 +1526,4 @@ bitrise :workflow-editor
14881526
14891527-----------------
14901528
1491- Updated: 2017 Dec 13
1529+ Updated: 2018 Jan 03
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.2 /workflow-editor-Darwin-x86_64
6- linux : https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.1.2 /workflow-editor-Linux-x86_64
5+ osx : https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.1.3 /workflow-editor-Darwin-x86_64
6+ linux : https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.1.3 /workflow-editor-Linux-x86_64
77requirements :
88- tool : bitrise
99 min_version : 1.9.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.2
6+ - RELEASE_VERSION : 1.1.3
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.2 "
4+ const VERSION = "1.1.3 "
You can’t perform that action at this time.
0 commit comments