Skip to content

Commit 520700c

Browse files
v1.1.3
1 parent ef68c80 commit 520700c

File tree

4 files changed

+44
-6
lines changed

4 files changed

+44
-6
lines changed

CHANGELOG.md

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,45 @@
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

bitrise-plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: workflow-editor
22
description: |-
33
Bitrise Workflow Editor.
44
executable:
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
77
requirements:
88
- tool: bitrise
99
min_version: 1.9.0

bitrise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
33

44
app:
55
envs:
6-
- RELEASE_VERSION: 1.1.2
6+
- RELEASE_VERSION: 1.1.3
77
- BIN_NAME: workflow-editor
88

99
- PORT: "1234"

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

33
// VERSION ...
4-
const VERSION = "1.1.2"
4+
const VERSION = "1.1.3"

0 commit comments

Comments
 (0)