Skip to content

Commit

Permalink
Merge branch 'release/0.1.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-denizet committed Jan 13, 2012
2 parents 4d3a242 + 24388f7 commit 2283632
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -0,0 +1,4 @@
Version 0.1.2 - 2012/01/13
--------------------------

* Bugfix:A date starting with a 0 is converted as integer to form the temporary name makes a 500 error.
3 changes: 2 additions & 1 deletion init.rb
Expand Up @@ -8,8 +8,9 @@
Redmine::Plugin.register :redmine_attach_screenshot do Redmine::Plugin.register :redmine_attach_screenshot do
name 'Redmine Attach Screenshot plugin' name 'Redmine Attach Screenshot plugin'
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'
description 'Attach screenshots from clipboard directly to a Redmine issue' description 'Attach screenshots from clipboard directly to a Redmine issue'
version '0.1.1-mdfork' version '0.1.2-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 2283632

Please sign in to comment.