Skip to content

Commit d72fa54

Browse files
authored
Merge pull request #379 from cul-it/update/2.13.0
remove cloudfront; remove featured_pages_block override
2 parents bedb6c3 + fdef54c commit d72fa54

File tree

4 files changed

+7
-39
lines changed

4 files changed

+7
-39
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 2.17.10 (2020-11-05)
2+
3+
* CloudFront requires more testing -- removed
4+
* remove override of featured_pages_block - problem fixed in spotlight
5+
16
### 2.17.9 (2020-09-18)
27

38
* setup CloudFront pre-loading of assets

app/models/sir_trevor_rails/blocks/featured_pages_block.rb

-37
This file was deleted.

config/environments/production.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb
2929

3030
# Enable serving of images, stylesheets, and JavaScripts from an asset server.
31-
config.action_controller.asset_host = ENV['CLOUDFRONT_ENDPOINT']
31+
# config.action_controller.asset_host = ENV['CLOUDFRONT_ENDPOINT']
3232

3333
# Specifies the header that your server uses for sending files.
3434
# config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache

lib/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Version
2-
VERSION = "v2.17.9".freeze
2+
VERSION = "v2.17.10".freeze
33
end

0 commit comments

Comments
 (0)