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)!