Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
paperclip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_common
paperclip
Commits
f6d9c42e
Commit
f6d9c42e
authored
Aug 19, 2016
by
Tute Costa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release v5.1.0
Update NEWS file. [ci skip]
parent
24fd0603
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
NEWS
+2
-0
lib/paperclip/version.rb
+1
-1
No files found.
NEWS
View file @
f6d9c42e
master:
* Add default `content_type_detector` to `UploadedFileAdapter` (#2270)
* Default S3 protocol to empty string (#2038)
* Don't write original file if it wasn't reprocessed (#1993)
* Disallow trailing newlines in regular expressions (#2266)
* Support for readbyte in Paperclip attachments (#2034)
...
...
lib/paperclip/version.rb
View file @
f6d9c42e
module
Paperclip
unless
defined?
(
Paperclip
::
VERSION
)
VERSION
=
"5.
0
.0"
.
freeze
VERSION
=
"5.
1
.0"
.
freeze
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment