Skip to content

Commit a59d011

Browse files
author
root
committed
Bump to version 1.2.2
1 parent 11ab753 commit a59d011

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
## CHANGELOG
22

3+
### 1.2.2 2016-12-31
4+
5+
* Fix [#472](https://github.com/jbox-web/redmine_git_hosting/issues/472) ([Views] 404 on the "My public keys" link in the user panel)
6+
* Fix [#526](https://github.com/jbox-web/redmine_git_hosting/issues/526) ([Core] Plugin breaks if gitolite user == redmine user)
7+
* Fix [#551](https://github.com/jbox-web/redmine_git_hosting/issues/551) ([Core] Make Sidekiq truly optional)
8+
* Fix [#576](https://github.com/jbox-web/redmine_git_hosting/issues/576) ([Models] Can't add Git Config Key)
9+
* Fix [#630](https://github.com/jbox-web/redmine_git_hosting/issues/630) ([Core] Use "gitolite query-rc" to get Gitolite variables)
10+
* Fix [#632](https://github.com/jbox-web/redmine_git_hosting/issues/632) ([Core] Mirroring does not work on git push)
11+
* Merge [#581](https://github.com/jbox-web/redmine_git_hosting/pull/581) (Fix [#472](https://github.com/jbox-web/redmine_git_hosting/issues/472) by amelentjev)
12+
* Merge [#621](https://github.com/jbox-web/redmine_git_hosting/pull/621) ([Routes] Mount grack under http_server_subdir)
13+
* Merge [#624](https://github.com/jbox-web/redmine_git_hosting/pull/624) ([Translations] Add Spanish translation)
14+
* Merge [#634](https://github.com/jbox-web/redmine_git_hosting/pull/634) ([Views] Added missing mandatory param for partial repositories/download_revision)
15+
* Merge [#636](https://github.com/jbox-web/redmine_git_hosting/pull/636) ([Doc] "Remove user ID from Gitolite identifier" requires a restart)
16+
* Fix repo url in Gitolite hooks
17+
* Fix nil data case when loading custom settings from empty file
18+
* Allow to load plugin settings from a file in Redmine root (should ease deployment and upgrades)
19+
* Fix wrong Repository Git objects count
20+
* Add Russian translation
21+
* Rename `redmine_git_hosting:restore_defaults` task to `redmine_git_hosting:update_settings`
22+
* Add Rake task `redmine_git_hosting:dump_settings` to dump plugin settings in console
23+
324
### 1.2.1 - 2016-07-25
425

526
* Fix [#524](https://github.com/jbox-web/redmine_git_hosting/issues/524) ([DB] Index too long)

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.1](http://redmine-git-hosting.io/releases-notes/release-1.2.1.html)**
18+
**[Latest stable version : 1.2.2](http://redmine-git-hosting.io/releases-notes/release-1.2.2.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.1'
11+
version '1.2.2'
1212
url 'http://redmine-git-hosting.io/'
1313
author_url '/settings/plugin/redmine_git_hosting/authors'
1414

0 commit comments

Comments
 (0)