Skip to content

Commit d9f4604

Browse files
committed
Release v3.2.0
1 parent 4644fbb commit d9f4604

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
### 3.2.0 (May 6, 2019)
2+
3+
* Enhance CSP policy
4+
[[f48934b](https://github.com/h5bp/server-configs-apache/commit/f48934b6a1fe0f7de356f57911844bc006bdd9ec)]
5+
* Common headers addition based on MIME-types instead of file extensions
6+
[[a880772...64cb33d](https://github.com/h5bp/server-configs-apache/compare/012cb6d...64cb33d)]
7+
* Always unset `X-Powered-By` header
8+
[[1470258](https://github.com/h5bp/server-configs-apache/commit/14702588b130451f45cb2c1ae18a42fe70e4a922)]
9+
* Support hashed asset names in cache-busting
10+
[[33f8006](https://github.com/h5bp/server-configs-apache/commit/33f800642a65b6f209243d3c2e266b82dbf7982f)]
11+
* Switch `application/vnd.geo+json` to `application/geo+json`
12+
[[35cbd63](https://github.com/h5bp/server-configs-apache/commit/35cbd63662c491b8025e35cc6362dbfba5aeae82)]
13+
* New test system using [server-configs-test](https://github.com/h5bp/server-configs-test)
14+
[[3ae257c](https://github.com/h5bp/server-configs-apache/commit/3ae257ce57e9458c3a335fe65ff61498d1b0eb45)]
15+
* Improve inline comments.
16+
117
### 3.1.0 (February 8, 2019)
218

319
* Remove P3P iframe cookies directives

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ accessible, if needed, even cross-domain.
1212

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

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

dist/.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Apache Server Configs v3.1.0 | MIT License
1+
# Apache Server Configs v3.2.0 | MIT License
22
# https://github.com/h5bp/server-configs-apache
33

44
# (!) Using `.htaccess` files slows down Apache, therefore, if you have

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "server-configs-apache",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"author": "The H5BP Team",
55
"description": "Boilerplate configurations for the Apache HTTP server",
66
"repository": "h5bp/server-configs-apache",

0 commit comments

Comments
 (0)