diff --git a/CHANGELOG.md b/CHANGELOG.md index 39c3736958d..ab0754299b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ ## CHANGELOG +### 1.2.3 - 2017-07-17 + +* Merge [#640](https://github.com/jbox-web/redmine_git_hosting/pull/640) ([Views] Fix typo while rendering partial repositories/download_revision) +* Merge [#646](https://github.com/jbox-web/redmine_git_hosting/pull/646) (Fix compatibility with Redmine 3.3) +* Merge [#663](https://github.com/jbox-web/redmine_git_hosting/pull/663) ([Core] Fix installation of Gitolite3 hooks) +* Improve custom Gitolite hook loading (see `custom_hooks.rb.example` at the root of the project) +* Fix plugin icon with Redmine 3.4.x +* Fix author url in sub-uri mode +* Check if hook's permissions has changed +* Catch Errno::ENOENT exceptions when installing custom hooks +* Add logs for well installed Gitolite hooks + ### 1.2.2 - 2016-12-31 * Fix [#472](https://github.com/jbox-web/redmine_git_hosting/issues/472) ([Views] 404 on the "My public keys" link in the user panel) diff --git a/README.md b/README.md index 7470f089582..07261c1fef7 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This plugin allows straightforward management of Gitolite within Redmine. 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/). -**[Latest stable version : 1.2.2](http://redmine-git-hosting.io/releases-notes/release-1.2.2.html)** +**[Latest stable version : 1.2.3](http://redmine-git-hosting.io/releases-notes/release-1.2.3.html)** ## Installation diff --git a/init.rb b/init.rb index c1a593b9627..a99a0a417d4 100644 --- a/init.rb +++ b/init.rb @@ -8,7 +8,7 @@ name 'Redmine Git Hosting Plugin' author 'A lot of people! A big thank to them for their contribution!' description 'Enables Redmine to control hosting of Git repositories through Gitolite' - version '1.2.2' + version '1.2.3' url 'http://redmine-git-hosting.io/' author_url 'settings/plugin/redmine_git_hosting/authors'