Skip to content

Commit

Permalink
Release v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb committed May 8, 2019
1 parent 4644fbb commit d9f4604
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
### 3.2.0 (May 6, 2019)

* Enhance CSP policy
[[f48934b](https://github.com/h5bp/server-configs-apache/commit/f48934b6a1fe0f7de356f57911844bc006bdd9ec)]
* Common headers addition based on MIME-types instead of file extensions
[[a880772...64cb33d](https://github.com/h5bp/server-configs-apache/compare/012cb6d...64cb33d)]
* Always unset `X-Powered-By` header
[[1470258](https://github.com/h5bp/server-configs-apache/commit/14702588b130451f45cb2c1ae18a42fe70e4a922)]
* Support hashed asset names in cache-busting
[[33f8006](https://github.com/h5bp/server-configs-apache/commit/33f800642a65b6f209243d3c2e266b82dbf7982f)]
* Switch `application/vnd.geo+json` to `application/geo+json`
[[35cbd63](https://github.com/h5bp/server-configs-apache/commit/35cbd63662c491b8025e35cc6362dbfba5aeae82)]
* New test system using [server-configs-test](https://github.com/h5bp/server-configs-test)
[[3ae257c](https://github.com/h5bp/server-configs-apache/commit/3ae257ce57e9458c3a335fe65ff61498d1b0eb45)]
* Improve inline comments.

### 3.1.0 (February 8, 2019)

* Remove P3P iframe cookies directives
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ accessible, if needed, even cross-domain.

There are a few options for getting the Apache server configs:

* Download the [zip archive](https://github.com/h5bp/server-configs-apache/archive/3.1.0.zip)
* Download the [zip archive](https://github.com/h5bp/server-configs-apache/archive/3.2.0.zip)
* Install them via [npm](https://www.npmjs.com/):
`npm install --save-dev apache-server-configs`

Expand Down
2 changes: 1 addition & 1 deletion dist/.htaccess
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Apache Server Configs v3.1.0 | MIT License
# Apache Server Configs v3.2.0 | MIT License
# https://github.com/h5bp/server-configs-apache

# (!) Using `.htaccess` files slows down Apache, therefore, if you have
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server-configs-apache",
"version": "3.1.0",
"version": "3.2.0",
"author": "The H5BP Team",
"description": "Boilerplate configurations for the Apache HTTP server",
"repository": "h5bp/server-configs-apache",
Expand Down

0 comments on commit d9f4604

Please sign in to comment.