Skip to content

Commit

Permalink
Update to v2.11.0 (#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bramjetten committed Jul 13, 2022
1 parent 05564cf commit 170e86b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Spina CMS Changelog

## 2.11

### 2.11.0 (July 13th, 2022)
*Security update*
* Added support for symbols in serialized YAML column (RAILS CVE-2022-32224)

* Added customizable tailwind plugins
* Added touch:true to page_resource relation on page.rb
* Added button to delete translation
* Added fallback to I18n.default_locale when not using Spina.config.locales
* Updated gem dependencies

## 2.10

### 2.10.0 (April 6th, 2022)
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
spina (2.10.0)
spina (2.11.0)
ancestry
attr_json
babosa
Expand Down Expand Up @@ -255,7 +255,7 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sprockets (4.0.3)
sprockets (4.1.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.4.2)
Expand Down Expand Up @@ -309,4 +309,4 @@ DEPENDENCIES
webdrivers

BUNDLED WITH
2.3.11
2.3.10
2 changes: 1 addition & 1 deletion lib/spina/version.rb
@@ -1,3 +1,3 @@
module Spina
VERSION = "2.10.0"
VERSION = "2.11.0"
end

0 comments on commit 170e86b

Please sign in to comment.