Commit 266692e1 by ycohn Committed by Tute Costa

Release version 5.0.0.beta1

Update NEWS.

[fixes #2134]
[ci skip]
parent d97a6c6f
master: 5.0.0.beta1
* Drop support to end-of-life'd ruby 2.0.
* Drop support for end-of-life'd Rails 3.2 and 4.1
* Drop support for AWS v1
* Remove tests for JRuby and Rubinius from Travis CI (they were failing)
* Improvement: Add `fog_options` configuration to send options to fog when * Improvement: Add `fog_options` configuration to send options to fog when
storing files. storing files.
* Drops support to end-of-life'd ruby 2.0. * Extracted repository for locales only: https://github.com/thoughtbot/paperclip-i18n
* Improvement: Paperclip now supports aws-sdk v2 * Bugfix: Original file could be unlinked during `post_process_style`, producing failures
@betesh, @davetchen, * Bugfix for image magick scaling images up
* Memory consumption improvements
* `url` on a unpersisted record returns `default_url` rather than `nil`
* Improvement: aws-sdk v2 support
https://github.com/thoughtbot/paperclip/pull/1903 https://github.com/thoughtbot/paperclip/pull/1903
If your Gemfile contains aws-sdk (>= 2.0.0) and aws-sdk-v1, paperclip will use If your Gemfile contains aws-sdk (>= 2.0.0) and aws-sdk-v1, paperclip will use
......
module Paperclip module Paperclip
VERSION = "4.3.1" unless defined? Paperclip::VERSION VERSION = "5.0.0.beta1" 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