Commit 81669c11 by Jon Yurek

v4.1.0

parent 861ab211
New in 4.1.0:
* Improvement: Add :content_type_mappings to correct for missing spoof types
* Improvement: Credit Egor Homakov with discovering the content_type spoof bug
* Improvement: Memoize calls to identify in the thumbnail processor
* Improvement: Make MIME type optional for Data URIs.
* Improvement: Add default format for styles
New in 4.0.0: New in 4.0.0:
* Security: Attachments are checked to make sure they're not pulling a fast one. * Security: Attachments are checked to make sure they're not pulling a fast one.
......
module Paperclip module Paperclip
VERSION = "4.0.0" unless defined? Paperclip::VERSION VERSION = "4.1.0" unless defined? Paperclip::VERSION
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment