Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Commit

Permalink
Update version to 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
akiko-pusu committed Dec 30, 2019
1 parent 940f77a commit 8e42fa7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,14 @@ Please use ver **0.1.x** or ``v0.1.x-support-Redmine3`` branch in case using Red

## Changelog

### 0.2.2
### 0.3.0

* Add feature: Give the ability to specific users to manage the site-wide banner. (GitHub: #86 / #113)
* Administrator can assign a group to manage global banner via UI.
* Code refactoring for maintainability.
* Change not to use SettingsController's patch to the update global banner.

### 0.2.2

This is bugfix release against 0.2.1.
Updating to 0.2.2 is highly recommended!
Expand Down
2 changes: 1 addition & 1 deletion assets/javascripts/banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ function displayTopAndBottomBanner() {
} else {
$('div.banner_area.global_banner').clone().insertAfter($('#top-menu'));
}
}
}
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def banner_admin?
author 'Akiko Takano'
author_url 'http://twitter.com/akiko_pusu'
description 'Plugin to show site-wide message, such as maintenacne informations or notifications.'
version '0.2.2'
version '0.3.0'
requires_redmine version_or_higher: '4.0'
url 'https://github.com/akiko-pusu/redmine_banner'

Expand Down

0 comments on commit 8e42fa7

Please sign in to comment.