Skip to content

Commit

Permalink
Update Spina to v2.9.0 (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bramjetten authored Mar 15, 2022
1 parent 84d46b0 commit e7971c7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Spina CMS Changelog

## 2.9

### 2.9.0 (March 15th, 2022)
* Added translatable slugs for resources
* Added large preview and download buttons to media library
* Added missing German translations
* Added active/current list item CSS to MenuPresenter
* Fixed bug with infinite scrolling
* Fixed bug with previewing translated pages
* Fixed silent install generator
* Fixed bug in render_404
* Fixed CSS bugs
* Updated documentation
* Updated gem dependencies

## 2.8

### 2.8.1 (January 29nd, 2022)
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
spina (2.8.1)
spina (2.9.0)
ancestry
attr_json
babosa
Expand Down Expand Up @@ -154,7 +154,7 @@ GEM
addressable (~> 2.7)
letter_opener (1.8.0)
launchy (>= 2.2, < 3)
loofah (2.14.0)
loofah (2.15.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand Down Expand Up @@ -256,7 +256,7 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sprockets (4.0.2)
sprockets (4.0.3)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.4.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/spina/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Spina
VERSION = "2.8.1"
VERSION = "2.9.0"
end

0 comments on commit e7971c7

Please sign in to comment.