This repository was archived by the owner on Jul 13, 2023. It is now read-only.
File tree 2 files changed +12
-5
lines changed
2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
- master:
1
+ 5.0.0.beta1
2
2
3
+ * Drop support to end-of-life'd ruby 2.0.
4
+ * Drop support for end-of-life'd Rails 3.2 and 4.1
5
+ * Drop support for AWS v1
6
+ * Remove tests for JRuby and Rubinius from Travis CI (they were failing)
3
7
* Improvement: Add `fog_options` configuration to send options to fog when
4
8
storing files.
5
- * Drops support to end-of-life'd ruby 2.0.
6
- * Improvement: Paperclip now supports aws-sdk v2
7
- @betesh, @davetchen,
9
+ * Extracted repository for locales only: https://github.com/thoughtbot/paperclip-i18n
10
+ * Bugfix: Original file could be unlinked during `post_process_style`, producing failures
11
+ * Bugfix for image magick scaling images up
12
+ * Memory consumption improvements
13
+ * `url` on a unpersisted record returns `default_url` rather than `nil`
14
+ * Improvement: aws-sdk v2 support
8
15
https://github.com/thoughtbot/paperclip/pull/1903
9
16
10
17
If your Gemfile contains aws-sdk (>= 2.0.0) and aws-sdk-v1, paperclip will use
Original file line number Diff line number Diff line change 1
1
module Paperclip
2
- VERSION = "4.3.1 " unless defined? Paperclip ::VERSION
2
+ VERSION = "5.0.0.beta1 " unless defined? Paperclip ::VERSION
3
3
end
You can’t perform that action at this time.
0 commit comments