Skip to content

Commit df9dd19

Browse files
committed
Release v3.1.0
1 parent 029d244 commit df9dd19

File tree

5 files changed

+203
-195
lines changed

5 files changed

+203
-195
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### 3.1.0 (February 8, 2019)
2+
3+
* Remove P3P iframe cookies directives
4+
[[ccce7b8](https://github.com/h5bp/server-configs-apache/commit/ccce7b85ab9f2c81c7aa66f94c31e2accfc7b22d)]
5+
* Add `TraceEnable Off` directive
6+
[[0a2f70e](https://github.com/h5bp/server-configs-apache/commit/0a2f70e5270f96d08ab94bb5f7a9091bcdc03909)]
7+
* Support hashed asset names in cache-busting
8+
[[33f8006](https://github.com/h5bp/server-configs-apache/commit/33f800642a65b6f209243d3c2e266b82dbf7982f)]
9+
* Allow SSL certificate set up over HTTP
10+
[[54b6176..993127d](https://github.com/h5bp/server-configs-apache/compare/9481d53..993127d)]
11+
* Rename cache expiration rules file to `cache_expiration.conf` to make it more generic
12+
[[11690c6](https://github.com/h5bp/server-configs-apache/commit/11690c60880682973854e17117bd5c3f17cd175a)]
13+
* Improve inline comments.
14+
115
### 3.0.0 (April 16, 2018)
216

317
* ⚠️ **Breaking**: End of support for Apache httpd version 2.3 and below

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.0.0.zip)
15+
* Download the [zip archive](https://github.com/h5bp/server-configs-apache/archive/3.1.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.0.0 | MIT License
1+
# Apache Server Configs v3.1.0 | MIT License
22
# https://github.com/h5bp/server-configs-apache
33

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

0 commit comments

Comments
 (0)