Plugins Directory » Quick Replies
Author: | eXolnet Inc | |
---|---|---|
Website: | https://github.com/eXolnet/redmine_quick_replies | |
Code repository: | https://github.com/eXolnet/redmine_quick_replies | |
Registered on: | 2019-08-30 (about 5 years ago) | |
Current version: | 1.3.0 | |
Compatible with: | Redmine 4.1.x, 4.0.x, 3.4.x | |
User ratings: |
Save time by creating quick replies that could be reused in any WYSIWYG editors.
Installation notes
- Download the .ZIP archive, extract files and copy the plugin directory to
#{REDMINE_ROOT}/plugins/redmine_quick_replies
. - Make a backup of your database, then run the following command to update it:
bundle exec rake redmine:plugins:migrate NAME=redmine_quick_replies RAILS_ENV=production
- Restart Redmine.
Changelog
1.3.0 (2020-11-16)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x.
Added
- Allow public replies to be created
- Add french translations
1.2.0 (2020-10-15)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x.
- Add support for Redmine 4.1
1.1.0 (2019-08-29)
Compatible with Redmine 4.0.x, 3.4.x.
Added
- Add support for Redmine 4
- Explain how to use the plugin in the README
Changed
- Order quick replies in alphabetical order
- Truncate quick replies with too long name
Fixed
- Hide quick replies button if none are available
1.0.0 (2019-03-30)
Compatible with Redmine 3.4.x.
Initial release!