Skip to content

Commit

Permalink
Added change log and bumped version after port fix. (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-gibson authored Nov 15, 2017
1 parent 47deac8 commit 8802471
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,12 @@ All Notable changes to `Open in Git host` will be documented in this file
- Separated shortcuts for opening in the browser and copying to the clipboard #47
- Rename plugin to GitLink #46
- Make default branch customisable #45
- Add custom URL factory #44
- Add custom URL factory #44

## 2.1.1 - 2017-11-09

- Fixed force HTTPS option.

## 2.1.2 - 2017-11-15

- Fixed issue preventing port numbers with more than 4 digits being removed #52.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ intellij {
}

group 'org.jetbrains'
version '2.1.1'
version '2.1.2'
4 changes: 2 additions & 2 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin url="https://github.com/ben-gibson/GitLink">
<id>uk.co.ben-gibson.remote.repository.mapper</id>
<name>GitLink</name>
<version>2.1.1</version>
<version>2.1.2</version>
<vendor url="https://github.com/ben-gibson/GitLink">Ben Gibson</vendor>
<description><![CDATA[
Provides shortcuts to open a file or commit in Stash, GitHub, BitBucket or GitLab using the default browser or copy the link to the clipboard.
Expand All @@ -23,7 +23,7 @@
]]></description>
<change-notes><![CDATA[
<ul>
<li>Fixed force HTTPS option.</li>
<li>Fixed issue preventing port numbers with more than 4 digits being removed <a href="https://github.com/ben-gibson/GitLink/issues/52">#52</a>.</li>
</ul>
]]>
</change-notes>
Expand Down

0 comments on commit 8802471

Please sign in to comment.