Skip to content

Commit

Permalink
Version Bump and CHANGELOG update.
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-denizet committed Jan 13, 2012
1 parent ca3e91f commit 012b0ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
@@ -1,3 +1,8 @@
Version 0.1.3 - 2012/02/7
--------------------------

* Bugfix:Redmine 1.3.x Cannot attach multiple files (JS error).

Version 0.1.2 - 2012/01/13 Version 0.1.2 - 2012/01/13
-------------------------- --------------------------


Expand Down
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -2,7 +2,7 @@


This plugin allows attaching several screenshots from clipboard directly to a Redmine issue. This plugin allows attaching several screenshots from clipboard directly to a Redmine issue.
Requires RMagick (http://rmagick.rubyforge.org/) to show screenshot thumbnails when adding/editing an issue. Requires RMagick (http://rmagick.rubyforge.org/) to show screenshot thumbnails when adding/editing an issue.
Compatibility: Redmine 1.1.0 Compatibility: Redmine 1.3.x


Credits: Credits:
Authors: Konstantin Zaitcev (kos@axmor.com), Sergei Vasilyev (vsv@axmor.com), Alexandr Poplavsky (poplavsky@axmor.com), Authors: Konstantin Zaitcev (kos@axmor.com), Sergei Vasilyev (vsv@axmor.com), Alexandr Poplavsky (poplavsky@axmor.com),
Expand Down
2 changes: 1 addition & 1 deletion init.rb
Expand Up @@ -10,7 +10,7 @@
author 'Konstantin Zaitsev, Sergei Vasiliev, Alexandr Poplavsky, Jens Alfke, modified by Martin Denizet' author 'Konstantin Zaitsev, Sergei Vasiliev, Alexandr Poplavsky, Jens Alfke, modified by Martin Denizet'
author_url 'https://github.com/martin-denizet' author_url 'https://github.com/martin-denizet'
description 'Attach screenshots from clipboard directly to a Redmine issue' description 'Attach screenshots from clipboard directly to a Redmine issue'
version '0.1.2-mdfork' version '0.1.3-mdfork'
Dispatcher.to_prepare do Dispatcher.to_prepare do
ApplicationController.send(:include, AttachScreenshotPlugin::ApplicationControllerPatch) ApplicationController.send(:include, AttachScreenshotPlugin::ApplicationControllerPatch)
AccountController.send(:include, AttachScreenshotPlugin::CleanupTmp) AccountController.send(:include, AttachScreenshotPlugin::CleanupTmp)
Expand Down

0 comments on commit 012b0ca

Please sign in to comment.