Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Dec 24, 2020
1 parent 7221cd1 commit c7ab92b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 12 deletions.
41 changes: 30 additions & 11 deletions CHANGELOG.md
@@ -1,22 +1,41 @@
# Changelog

## 4.0.3
## 5.0.0 - 2020-12-24 🎄

- Redmine 4.1 support
### Added

- Basic Auth support for post_receive_urls
- post_receive_url :post empty support
- Logging to journal, if configured for Redmine (see https://github.com/theforeman/journald-logger)
- Dashboard support for Repository URLs

### Changed

- Switch CI from Travis to Github Actions

### BREAKING CHANGE

- Redmine 4.1+ is required
- Dropped archived repository view
- switch CI from Travis to Github Actions
- add Basic Auth support for post_receive_urls
- add post_receive_url :post empty support
- add logging to journal, if configured for Redmine (see https://github.com/theforeman/journald-logger)
- drop redmine_bootstrap_kit required plugin
- requires additionals plugin for latest fontawesome, slim and deface support -> and better maintenance
- switch from haml to slim templates (because this is already used in additionals plugin)
- 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)

## 4.0.0
## 4.0.2 - 2020-06-29

- Support both python 2 and 3
- Fix repository settings form template to work with redmine 4.x
- Fix #715 by correcting misuse of ActiveRecord API for GitCache objects

## 4.0.1 - 2020-02-14

- Resolve Redmine 4.1 incompatiblity
- Fix unneccesary checking of duplicate repositories

## 4.0.0 - 2019-12-03

* compatible with Redmine 4 (drop Redmine 3.x support)
* drop redmine_bootstrap_kit required plugin
* requires additionals plugin for latest fontawesome, slim and deface support -> and better maintenance
* switch from haml to slim templates (because this is already used in additionals plugin)
* 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)

## 1.2.3 - 2017-07-17

Expand Down
2 changes: 1 addition & 1 deletion lib/redmine_git_hosting/version.rb
@@ -1,3 +1,3 @@
module RedmineGitHosting
VERSION = '4.0.3-master'.freeze
VERSION = '5.0.0'.freeze
end

0 comments on commit c7ab92b

Please sign in to comment.