From 8e4bc584d7a1729e4cc25dc3f8230ca8921d4f37 Mon Sep 17 00:00:00 2001 From: Alexander Meindl Date: Tue, 31 Dec 2019 13:45:16 +0100 Subject: [PATCH] Update documentationg --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8c0d83..5732a99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Changelog - Redmine 4 is required. Use git tag 1.0.5, if you use an older version. - Redmine 4.1 support - +- Fix problems with changed fields, description and notes 1.0.5 ----- diff --git a/README.md b/README.md index ad35605..1ba4ca0 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Install ``redmine_messenger`` plugin for `Redmine` cd $REDMINE_ROOT git clone https://github.com/AlphaNodes/redmine_messenger.git plugins/redmine_messenger - bundle install --without development test + bundle update bundle exec rake redmine:plugins:migrate RAILS_ENV=production Make sure that the directory is named `redmine_messenger` (you cannot use another name for it)!