Skip to content

Commit b450c33

Browse files
authored
Merge pull request #1093 from texpert/master
Prepare release 2.8.2
2 parents 52c56fb + 29dcfdf commit b450c33

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
## Unreleased
44

5-
- Fix `TermTaxonomy` attributes sanitizing to not remove translation tags
5+
## [2.8.2](https://github.com/owen2345/camaleon-cms/tree/2.8.2) (2024-08-25)
6+
7+
- Bump AdminLTE to 2.3.11
8+
- Has several CSS fixes and doesn't yet require jQuery 3.x
9+
- Fix `TermTaxonomy` attributes sanitizing to not remove translation tags in [\#1091] (https://github.com/owen2345/camaleon-cms/pull/1091)
10+
- Add bootstrap.min.css.map
11+
- Works OK in the development environment if the `config.assets.debug = true` is set.
612

713
## [2.8.1](https://github.com/owen2345/camaleon-cms/tree/2.8.1) (2024-08-21)
814

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.1'.freeze
2+
VERSION = '2.8.2'.freeze
33
end

0 commit comments

Comments
 (0)