From 170e86b75fdd6476645cab87b648396ef7c9ca69 Mon Sep 17 00:00:00 2001 From: Bram Jetten Date: Wed, 13 Jul 2022 10:36:35 +0200 Subject: [PATCH] Update to v2.11.0 (#1069) --- CHANGELOG.md | 12 ++++++++++++ Gemfile.lock | 6 +++--- lib/spina/version.rb | 2 +- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42a564b5d..64b48a079 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/Gemfile.lock b/Gemfile.lock index 67d503d51..571fe231a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - spina (2.10.0) + spina (2.11.0) ancestry attr_json babosa @@ -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) @@ -309,4 +309,4 @@ DEPENDENCIES webdrivers BUNDLED WITH - 2.3.11 + 2.3.10 diff --git a/lib/spina/version.rb b/lib/spina/version.rb index 2882052a1..ed5cc02d3 100644 --- a/lib/spina/version.rb +++ b/lib/spina/version.rb @@ -1,3 +1,3 @@ module Spina - VERSION = "2.10.0" + VERSION = "2.11.0" end