Skip to content

Commit c7ab92b

Browse files
committed
5.0.0
1 parent 7221cd1 commit c7ab92b

File tree

2 files changed

+31
-12
lines changed

2 files changed

+31
-12
lines changed

CHANGELOG.md

+30-11
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,41 @@
11
# Changelog
22

3-
## 4.0.3
3+
## 5.0.0 - 2020-12-24 🎄
44

5-
- Redmine 4.1 support
5+
### Added
6+
7+
- Basic Auth support for post_receive_urls
8+
- post_receive_url :post empty support
9+
- Logging to journal, if configured for Redmine (see https://github.com/theforeman/journald-logger)
610
- Dashboard support for Repository URLs
11+
12+
### Changed
13+
14+
- Switch CI from Travis to Github Actions
15+
16+
### BREAKING CHANGE
17+
18+
- Redmine 4.1+ is required
719
- Dropped archived repository view
8-
- switch CI from Travis to Github Actions
9-
- add Basic Auth support for post_receive_urls
10-
- add post_receive_url :post empty support
11-
- add logging to journal, if configured for Redmine (see https://github.com/theforeman/journald-logger)
12-
- drop redmine_bootstrap_kit required plugin
13-
- requires additionals plugin for latest fontawesome, slim and deface support -> and better maintenance
14-
- switch from haml to slim templates (because this is already used in additionals plugin)
15-
- libraries high_charts and bootstrap are moved to this plugin (TODO: high_charts should be migrationed to charts.js, which comes with Redmine 4. Bootstrap should be drop to vanila redmine, to get better theme support)
1620

17-
## 4.0.0
21+
## 4.0.2 - 2020-06-29
22+
23+
- Support both python 2 and 3
24+
- Fix repository settings form template to work with redmine 4.x
25+
- Fix #715 by correcting misuse of ActiveRecord API for GitCache objects
26+
27+
## 4.0.1 - 2020-02-14
28+
29+
- Resolve Redmine 4.1 incompatiblity
30+
- Fix unneccesary checking of duplicate repositories
31+
32+
## 4.0.0 - 2019-12-03
1833

1934
* compatible with Redmine 4 (drop Redmine 3.x support)
35+
* drop redmine_bootstrap_kit required plugin
36+
* requires additionals plugin for latest fontawesome, slim and deface support -> and better maintenance
37+
* switch from haml to slim templates (because this is already used in additionals plugin)
38+
* libraries high_charts and bootstrap are moved to this plugin (TODO: high_charts should be migrationed to charts.js, which comes with Redmine 4. Bootstrap should be drop to vanila redmine, to get better theme support)
2039

2140
## 1.2.3 - 2017-07-17
2241

lib/redmine_git_hosting/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module RedmineGitHosting
2-
VERSION = '4.0.3-master'.freeze
2+
VERSION = '5.0.0'.freeze
33
end

0 commit comments

Comments
 (0)