This repository has been archived by the owner on Oct 5, 2018. It is now read-only.
Releases: jrgifford/delayed_paperclip
Releases · jrgifford/delayed_paperclip
Version 3.0
Thanks to @morgoth for making this happen. Due to his awesome consistent work on DP he's now a full fledged owner!
Most of the work for this release was from #184. This has many breaking changes because all non ActiveJob adapters have been removed. DelayedPaperclip will now only support ActiveJob going forward.
Preparing for Version 3
All commits in this release: jrgifford:v2.9.2...jrgifford:v2.10.0
Thanks to @morgoth for making this happen with #178
- Deprecating all adapters other then ActiveJob
- Preparing support for Rails 5
- Minimum Rails version will be 4.2
- Minimum Ruby version will be 2.0
Version 2.9.2
- Thanks @jimryan for spec fixes on split processing
- Readme fixes from @cgunther, @andrelaszio, @leighhalliday
- Moving on from #find thanks to @etagwerker
- A much needed rewrite of UrlGenerator from @maxim
- Removing alias_method_chain, adding active job testing, and adding the setting of queue name by @morgoth
Thanks to all the contributors!
Version 2.9.1
Version 2.9.0
- Added ActiveJob Support. - Thanks @katafrakt
- Updated Readme to use Markdown
- Fully deprecated support for Test Unit
- Aligned appraisal testing with Paperclip
- Fixed a default url bug - Thanks @patrickbajao
Version 2.8.0
Version 2.7.1
- Fix double save interfering with processing column
Version 2.7.0
- Refactored Specs
- Many Bug fixes
- Handling Paperclip 3.5 and above
- Make sure tmp files are being cleared
- Split processing of styles, foreground and background. Allow styles already processed to be accessed
Thanks to @mrnugget, @maintux, @csaura, @neilco, @timbo, @vdaubry, @jebw, @jGRUBBS, @tdgs and of couse @jrgifford
Version 2.6.1
- Wrote Unit tests
- Rewrote Integration tests in rspec
- Paperclip 3.5 compatibility