Skip to content

Commit

Permalink
Merge branch 'release/0.9.40'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Aug 31, 2015
2 parents cb074af + 807032b commit e7270f1
Show file tree
Hide file tree
Showing 23 changed files with 1,134 additions and 46 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Composer
composer.lock
.composer
vendor/

Expand Down
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RewriteRule .* index.php [L]

## Begin - Security
# Block all direct access for these folders
RewriteRule ^(cache|bin|logs|backup)/(.*) error [L]
RewriteRule ^(.git|cache|bin|logs|backup)/(.*) error [L]
# Block access to specific file types for these folders
RewriteRule ^(system|user|vendor)/(.*)\.(txt|md|html|yaml|php|twig|sh|bat)$ error [L]
## End - Security
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# v0.9.40
## 08/31/2015

1. [](#new)
* Added some new Twig filers: `defined`, `rtrim`, `ltrim`
* Admin support for customizable page file name + template override
1. [](#improved)
* Better message for incompatible/unsupported Twig template
* Improved User blueprints with better help
* Switched to composer **install** rather than **update** by default
* Admin autofocus on page title
* `.htaccess` hardening (`.htaccess` & `htaccess.txt`)
* Cache safety checks for missing folders
1. [](#bugfix)
* Fixed issue with unescaped `o` character in date formats

# v0.9.39
## 08/25/2015

Expand Down
Loading

0 comments on commit e7270f1

Please sign in to comment.