Skip to content

Commit

Permalink
Release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb committed Apr 16, 2018
1 parent f6a18da commit 1619424
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
### 3.0.0 (April 16, 2018)

* ⚠️ **Breaking**: End of support for Apache httpd version 2.3 and below
[[7d296c3](https://github.com/h5bp/server-configs-apache/commit/7d296c35c7337ca183bd31326e10e15d54ca187b)]
* 🎉 New build system! Configurable build and customizable generation. See the [README](https://github.com/h5bp/server-configs-apache#custom-htaccess-builds)
[[5896349](https://github.com/h5bp/server-configs-apache/commit/589634974291a4a9ee1fd2a99c23794036e9aace)]
* Add Referrer-Policy header template
[[591083e](https://github.com/h5bp/server-configs-apache/commit/591083eedc654837c051ca1aff4282444dc06471)]
* Switch back `.js`-files and `.mjs`-files media-type to `text/javascript`
[[690f4ad](https://github.com/h5bp/server-configs-apache/commit/690f4ad6add3a3c2185641474e05378000a19d84)]
* Add pre-compressed content handling template
[[52639ab](https://github.com/h5bp/server-configs-apache/commit/52639ab1fa97d666f3b262e04f70ab3ce020d0d0)]
* Add WebAssembly module (`.wasm`) MIME type
[[a2e7d7b](https://github.com/h5bp/server-configs-apache/commit/a2e7d7b38cf96b804a7323362ee72950e51810f5)]
* Improve inline comments.

### 2.15.0 (October 8, 2017)

* Serve `.md` and `.markdown` files as `text/markdown`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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/2.15.0.zip)
* Download the [zip archive](https://github.com/h5bp/server-configs-apache/archive/3.0.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 v2.15.0 | MIT License
# Apache Server Configs v3.0.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-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
"mocha": "mocha --reporter spec --timeout 5000 test/test_suite.js",
"test": "npm run lint && npm run build:test && npm run build:user && npm run mocha"
},
"version": "2.15.0"
"version": "3.0.0"
}

0 comments on commit 1619424

Please sign in to comment.