Releases: carrierwaveuploader/carrierwave
Releases · carrierwaveuploader/carrierwave
3.1.0.beta
Added
- Add support for the
crop
processing method (@clickworkorange #2721) - Add global
skip_ssrf_protection
configuration (@rajyan #2696, #2695)
Changed
Fixed
- Fix version names starting with a non-alphabet character lead to NameError (@r7kamura #2748, #2722)
- Fix Rails 7.2 incompatibility due to incorrect use of ActiveSupport::Deprecation (@mshibuya b25477d, 8761240, #2751)
- Fix assigning a file with the same name not marking the column as changed (@mshibuya 47f1737, #2719)
- Fix content type magic detection for files packaged in .zip (@dzhikvas #2705, #2704)
3.0.7
2.2.6
3.0.6
Fixed
- Fix #derived_versions and #active_sibling_versions returning an Array where Hash is expected (@mshibuya 46e4f20)
- Fix incompatibility with Marcel 1.0.3 (@schinery #2728, #2729)
- Fix assigning a file with the same name not marking the column as changed (@mshibuya 4c65b39, #2719)
- Fix failing to remove files with ActiveRecord 7.1 after_commit order change enabled (@mshibuya 63113e9, #2713)