File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
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
58- ** Feature:** Support custom aws endpoint
69 - Thanks [ Grayson Chen] ( https://github.com/graysonchen ) for crafting a PR adding this feature
710
5053- Add Ruby 3.3 and Rails 7.2 to CI
5154- Replace Tuzitio links with ` camaleon.website ` and ` http ` with ` https `
5255- 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
5457 called with the ` allow_other_host: true ` option
5558- Set sprocket-rails version to be at least 3.5.1
5659- 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 11module CamaleonCms
2- VERSION = '2.8.3 ' . freeze
2+ VERSION = '2.9.0 ' . freeze
33end
You can’t perform that action at this time.
0 commit comments