From c3292fef7a84543a65584cab654a39b25bc7f523 Mon Sep 17 00:00:00 2001 From: Brian Kephart Date: Mon, 6 Jan 2025 13:55:50 -0600 Subject: [PATCH] Prepare release 2.9.0 --- CHANGELOG.md | 5 ++++- lib/camaleon_cms/version.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 225aad7c..d4fe994d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/lib/camaleon_cms/version.rb b/lib/camaleon_cms/version.rb index 0bad40e6..6a3e9f50 100644 --- a/lib/camaleon_cms/version.rb +++ b/lib/camaleon_cms/version.rb @@ -1,3 +1,3 @@ module CamaleonCms - VERSION = '2.8.3'.freeze + VERSION = '2.9.0'.freeze end