Skip to content

Commit

Permalink
Merge pull request #1093 from texpert/master
Browse files Browse the repository at this point in the history
Prepare release 2.8.2
  • Loading branch information
texpert committed Aug 25, 2024
2 parents 52c56fb + 29dcfdf commit b450c33
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

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

0 comments on commit b450c33

Please sign in to comment.