Skip to content

Commit c3292fe

Browse files
committed
Prepare release 2.9.0
1 parent a5de945 commit c3292fe

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
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

@@ -50,7 +53,7 @@
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

lib/camaleon_cms/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module CamaleonCms
2-
VERSION = '2.8.3'.freeze
2+
VERSION = '2.9.0'.freeze
33
end

0 commit comments

Comments
 (0)