Skip to content

Commit

Permalink
Merge pull request #406 from cul-it/release/2.19.0
Browse files Browse the repository at this point in the history
release 2.19.0
  • Loading branch information
elrayle authored Feb 1, 2021
2 parents 7186747 + e5999a0 commit 3d4ddcd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.19.0 (2021-02-01)

* revert removal of video widget - caused problems with previously uploaded videos

### 2.18.0 (2021-01-28)

* remove support for video widget
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/spotlight_initializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

# ==> Sir Trevor Widget Configuration
Spotlight::Engine.config.sir_trevor_widgets = %w[
Heading Text List Quote Iframe Oembed Rule UploadedItems Browse LinkToSearch
Heading Text List Quote Iframe Video Oembed Rule UploadedItems Browse LinkToSearch
FeaturedPages SolrDocuments SolrDocumentsCarousel SolrDocumentsEmbed
SolrDocumentsFeatures SolrDocumentsGrid SearchResults
]
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Version
VERSION = "v2.18.0".freeze
VERSION = "v2.19.0".freeze
end

0 comments on commit 3d4ddcd

Please sign in to comment.