Skip to content

Commit

Permalink
Preparing for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Hibbitts committed Jul 10, 2017
1 parent 23e4587 commit e480f9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# v1.0.2
## XX/XX/2017
## 07/11/2017

1. [](#new)
* Added support for RSS feed
* Added Author field within Page Options
1. [](#improved)
* Changed cache default setting to false

Expand Down
17 changes: 3 additions & 14 deletions config/system.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
absolute_urls: false
timezone: ''
default_locale: null
param_sep: ':'
wrapped_site: false
reverse_proxy_setup: false
force_ssl: false
custom_base_url: ''
username_regex: '^[a-z0-9_-]{3,16}$'
pwd_regex: '(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{8,}'
languages:
supported: { }
include_default_lang: true
translations: true
translations_fallback: true
Expand All @@ -27,7 +23,6 @@ pages:
list:
count: 20
dateformat:
default: null
short: 'jS M Y'
long: 'F jS \a\t g:ia'
publish_dates: true
Expand Down Expand Up @@ -55,13 +50,12 @@ pages:
- json
- rss
- atom
append_url_extension: ''
expires: 604800
last_modified: false
etag: false
vary_accept_encoding: false
redirect_default_route: false
redirect_default_code: 301
redirect_default_code: '301'
redirect_trailing_slash: true
ignore_files:
- .DS_Store
Expand All @@ -86,8 +80,6 @@ cache:
lifetime: 604800
gzip: false
allow_webserver_gzip: false
redis:
socket: false
twig:
cache: true
debug: false
Expand All @@ -111,7 +103,7 @@ assets:
collections:
jquery: 'system://assets/jquery/jquery-2.x.min.js'
errors:
display: 0
display: '0'
log: true
debugger:
enabled: false
Expand All @@ -127,19 +119,16 @@ images:
media:
enable_media_timestamp: false
upload_limit: 0
unsupported_inline_types: { }
allowed_fallback_types: { }
auto_metadata_exif: false
session:
enabled: true
timeout: 1800
name: grav-site
secure: false
httponly: true
split: true
path: null
gpm:
releases: stable
proxy_url: null
method: auto
verify_peer: true
official_gpm_only: true

0 comments on commit e480f9a

Please sign in to comment.