Skip to content

Commit

Permalink
Release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb committed Feb 8, 2019
1 parent 029d244 commit df9dd19
Show file tree
Hide file tree
Showing 5 changed files with 203 additions and 195 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### 3.1.0 (February 8, 2019)

* Remove P3P iframe cookies directives
[[ccce7b8](https://github.com/h5bp/server-configs-apache/commit/ccce7b85ab9f2c81c7aa66f94c31e2accfc7b22d)]
* Add `TraceEnable Off` directive
[[0a2f70e](https://github.com/h5bp/server-configs-apache/commit/0a2f70e5270f96d08ab94bb5f7a9091bcdc03909)]
* Support hashed asset names in cache-busting
[[33f8006](https://github.com/h5bp/server-configs-apache/commit/33f800642a65b6f209243d3c2e266b82dbf7982f)]
* Allow SSL certificate set up over HTTP
[[54b6176..993127d](https://github.com/h5bp/server-configs-apache/compare/9481d53..993127d)]
* Rename cache expiration rules file to `cache_expiration.conf` to make it more generic
[[11690c6](https://github.com/h5bp/server-configs-apache/commit/11690c60880682973854e17117bd5c3f17cd175a)]
* Improve inline comments.

### 3.0.0 (April 16, 2018)

* ⚠️ **Breaking**: End of support for Apache httpd version 2.3 and below
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.0.0.zip)
* Download the [zip archive](https://github.com/h5bp/server-configs-apache/archive/3.1.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.0.0 | MIT License
# Apache Server Configs v3.1.0 | MIT License
# https://github.com/h5bp/server-configs-apache

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

0 comments on commit df9dd19

Please sign in to comment.