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.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
akiko-pusu committed Aug 21, 2019
1 parent 2af5b42 commit eb945a6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,19 @@ Please use ver **0.1.x** or ``v0.1.x-support-Redmine3`` branch in case using Red

## Changelog

### 0.2.1

* Fix: Prevent conflict with CKEditor. (GitHub: #111)
* Code refactoring.
* Add feature to update Global Banner via API. (Alpha / Related: #86 #113)
* Not only Redmine admin but also user who assigned group named **GlobalBanner_Admin** can also update Global banner via API.
* Even prptotype version.
* Please see [swagger.yml](script/swagger.yml) to try update global banner via API.
* Update CI Setting
* Add step to build and push image to AWS ECR.
* Add steps to build and deploy to Heroku Container registry as release container service.
* Add how to try banner via Docker in README.

### 0.2.0

* Support Redmine 4.x.
Expand Down
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def banner_version_message(original_message = nil)
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.0'
version '0.2.1'
requires_redmine version_or_higher: '4.0'
url 'https://github.com/akiko-pusu/redmine_banner'

Expand Down

0 comments on commit eb945a6

Please sign in to comment.