File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ # [ 2.9.0] ( https://github.com/owen2345/camaleon-cms/tree/2.9.0 ) (2025-01-06)
6
+ - Fix false positive on malicious upload check
7
+ - Add magic comment to silence Ruby 3.4 deprecation warnings
5
8
- ** Feature:** Support custom aws endpoint
6
9
- Thanks [ Grayson Chen] ( https://github.com/graysonchen ) for crafting a PR adding this feature
7
10
50
53
- Add Ruby 3.3 and Rails 7.2 to CI
51
54
- Replace Tuzitio links with ` camaleon.website ` and ` http ` with ` https `
52
55
- On cama_site_check_existence, if site is unknown, use ` allow_other_host: true ` for redirection to main site
53
- - Starting from Rails 7.0 a redirection to other host will raise an exception unless the ` redirect_to ` method is
56
+ - Starting from Rails 7.0 a redirection to other host will raise an exception unless the ` redirect_to ` method is
54
57
called with the ` allow_other_host: true ` option
55
58
- Set sprocket-rails version to be at least 3.5.1
56
59
- Use MiniMime for mime types, because the MiniMagick 5.0 has no Image#mime_type
Original file line number Diff line number Diff line change 1
1
module CamaleonCms
2
- VERSION = '2.8.3 ' . freeze
2
+ VERSION = '2.9.0 ' . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments