From 307fe1f17ad1b2145ac3c6b513e62f509cae62ee Mon Sep 17 00:00:00 2001 From: Akiko Takano Date: Sun, 14 Jun 2020 00:46:28 +0900 Subject: [PATCH] Update version to 0.0.9. --- README.md | 6 ++++++ javascripts/theme.js | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44675be..f1c5763 100644 --- a/README.md +++ b/README.md @@ -292,6 +292,12 @@ http://localhost:3000/ にアクセスしてください。 ## ChangeLog +- 0.0.9 + - Update ruby version to 2.6 and update Redmine version to 4.1-stable. + - Enabled to show theme information with Redmine4.1. + - Add transform effect for gravar image. + - Change flash message style. Change modal header of jQuery UI. + - Change to use woff2 as primary. - 0.0.8 - Update README - Apply some settings for build / deploy to Heroku demo site. diff --git a/javascripts/theme.js b/javascripts/theme.js index 25d75b7..3954688 100644 --- a/javascripts/theme.js +++ b/javascripts/theme.js @@ -1,5 +1,5 @@ const themeInfo = { - version: '0.0.8', + version: '0.0.9', author: 'Akiko Takano', url: 'https://github.com/akiko-pusu/redmine_theme_kodomo_midori', name: 'Kodomo Redmine green version',