Skip to content

Commit

Permalink
Prepare release 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-kephart committed Jan 6, 2025
1 parent a5de945 commit c3292fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

# [2.9.0](https://github.com/owen2345/camaleon-cms/tree/2.9.0) (2025-01-06)
- Fix false positive on malicious upload check
- Add magic comment to silence Ruby 3.4 deprecation warnings
- **Feature:** Support custom aws endpoint
- Thanks [Grayson Chen](https://github.com/graysonchen) for crafting a PR adding this feature

Expand Down Expand Up @@ -50,7 +53,7 @@
- Add Ruby 3.3 and Rails 7.2 to CI
- Replace Tuzitio links with `camaleon.website` and `http` with `https`
- On cama_site_check_existence, if site is unknown, use `allow_other_host: true` for redirection to main site
- Starting from Rails 7.0 a redirection to other host will raise an exception unless the `redirect_to` method is
- Starting from Rails 7.0 a redirection to other host will raise an exception unless the `redirect_to` method is
called with the `allow_other_host: true` option
- Set sprocket-rails version to be at least 3.5.1
- Use MiniMime for mime types, because the MiniMagick 5.0 has no Image#mime_type
Expand Down
2 changes: 1 addition & 1 deletion lib/camaleon_cms/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CamaleonCms
VERSION = '2.8.3'.freeze
VERSION = '2.9.0'.freeze
end

0 comments on commit c3292fe

Please sign in to comment.