Skip to content

Commit c1e0cc5

Browse files
author
Nicolas Rodriguez
committed
Bump to version 1.2.3
1 parent 4626d4b commit c1e0cc5

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
## CHANGELOG
22

3+
### 1.2.3 - 2017-07-17
4+
5+
* Merge [#640](https://github.com/jbox-web/redmine_git_hosting/pull/640) ([Views] Fix typo while rendering partial repositories/download_revision)
6+
* Merge [#646](https://github.com/jbox-web/redmine_git_hosting/pull/646) (Fix compatibility with Redmine 3.3)
7+
* Merge [#663](https://github.com/jbox-web/redmine_git_hosting/pull/663) ([Core] Fix installation of Gitolite3 hooks)
8+
* Improve custom Gitolite hook loading (see `custom_hooks.rb.example` at the root of the project)
9+
* Fix plugin icon with Redmine 3.4.x
10+
* Fix author url in sub-uri mode
11+
* Check if hook's permissions has changed
12+
* Catch Errno::ENOENT exceptions when installing custom hooks
13+
* Add logs for well installed Gitolite hooks
14+
315
### 1.2.2 - 2016-12-31
416

517
* Fix [#472](https://github.com/jbox-web/redmine_git_hosting/issues/472) ([Views] 404 on the "My public keys" link in the user panel)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This plugin allows straightforward management of Gitolite within Redmine.
1515

1616
You can follow announcements [here](http://redmine-git-hosting.io/blog/) or take a look at the [roadmap](http://redmine-git-hosting.io/about/roadmap/).
1717

18-
**[Latest stable version : 1.2.2](http://redmine-git-hosting.io/releases-notes/release-1.2.2.html)**
18+
**[Latest stable version : 1.2.3](http://redmine-git-hosting.io/releases-notes/release-1.2.3.html)**
1919

2020
## Installation
2121

init.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
name 'Redmine Git Hosting Plugin'
99
author 'A lot of people! A big thank to them for their contribution!'
1010
description 'Enables Redmine to control hosting of Git repositories through Gitolite'
11-
version '1.2.2'
11+
version '1.2.3'
1212
url 'http://redmine-git-hosting.io/'
1313
author_url 'settings/plugin/redmine_git_hosting/authors'
1414

0 commit comments

Comments
 (0)