Skip to content

Commit 203415c

Browse files
author
Jon Yurek
committed
v3.5.1
1 parent f59a589 commit 203415c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

NEWS

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
New in 3.5.1:
2+
3+
* Bug Fix: Returned the class-level `attachment_definitions` method for compatability.
4+
* Improvement: Ensured compatability with Rails 4
5+
* Improvement: Added Rails 4 to the Appraisals
6+
* Bug Fix: #1296, where validations were generating errors
7+
* Improvement: Specify MIT license in the gemspec
8+
19
New in 3.5.0:
210

311
* Feature: Handle Base64-encoded data URIs as uploads

lib/paperclip/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Paperclip
2-
VERSION = "3.5.0" unless defined? Paperclip::VERSION
2+
VERSION = "3.5.1" unless defined? Paperclip::VERSION
33
end

0 commit comments

Comments
 (0)