From 29dcfdfab7aa57d377cc09e6cd2ef25b89912e15 Mon Sep 17 00:00:00 2001 From: texpert Date: Sun, 25 Aug 2024 18:00:18 +0300 Subject: [PATCH] Prepare release 2.8.2 --- CHANGELOG.md | 8 +++++++- lib/camaleon_cms/version.rb | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 383153b3..be0ec788 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,13 @@ ## Unreleased -- Fix `TermTaxonomy` attributes sanitizing to not remove translation tags +## [2.8.2](https://github.com/owen2345/camaleon-cms/tree/2.8.2) (2024-08-25) + +- Bump AdminLTE to 2.3.11 + - Has several CSS fixes and doesn't yet require jQuery 3.x +- Fix `TermTaxonomy` attributes sanitizing to not remove translation tags in [\#1091] (https://github.com/owen2345/camaleon-cms/pull/1091) +- Add bootstrap.min.css.map + - Works OK in the development environment if the `config.assets.debug = true` is set. ## [2.8.1](https://github.com/owen2345/camaleon-cms/tree/2.8.1) (2024-08-21) diff --git a/lib/camaleon_cms/version.rb b/lib/camaleon_cms/version.rb index 6904ba6c..f7733a5c 100644 --- a/lib/camaleon_cms/version.rb +++ b/lib/camaleon_cms/version.rb @@ -1,3 +1,3 @@ module CamaleonCms - VERSION = '2.8.1'.freeze + VERSION = '2.8.2'.freeze end