Skip to content

Commit

Permalink
v2.4.0 (#820)
Browse files Browse the repository at this point in the history
* v2.4.0
  • Loading branch information
Bramjetten authored Sep 9, 2021
1 parent 3f85145 commit e416f98
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Spina CMS Changelog

## 2.2
## 2.4

### 2.4.0 (September 9th, 2021)
* Added option to exclude view templates from resources
* Added HTML email templates
* Added configurable mailer defaults
* Updated Hotwire dependencies
* Fixed exception for missing image attachments
* Refactored importmap config to importmap.rb

## 2.3

### 2.3.5 (August 22nd, 2021)
* Changed to esm-compatible build of Trix to fix bug in Firefox
Expand Down Expand Up @@ -28,6 +38,8 @@
* Fixed focus CSS-bug in Chrome
* Removed old importmap helpers

# 2.2

### 2.2.0 (July 26th, 2021)
* Added download link to attachments in media library
* Added optional decorator loading to configuration
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.3.5)
spina (2.4.0)
ancestry
attr_json
babosa
Expand Down Expand Up @@ -105,7 +105,7 @@ GEM
erubi (1.10.0)
factory_bot (6.2.0)
activesupport (>= 5.0.0)
ffi (1.15.3)
ffi (1.15.4)
globalid (0.5.2)
activesupport (>= 5.0)
i18n (1.8.10)
Expand Down Expand Up @@ -206,7 +206,7 @@ GEM
request_store (1.5.0)
rack (>= 1.4)
ruby-progressbar (1.11.0)
ruby-vips (2.1.2)
ruby-vips (2.1.3)
ffi (~> 1.12)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
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.3.5"
VERSION = "2.4.0"
end

0 comments on commit e416f98

Please sign in to comment.