mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-04-16 10:31:54 +02:00
Prepare release.
This commit is contained in:
parent
9b5f6f3cad
commit
a7794230cf
@ -2,10 +2,15 @@
|
||||
**h5ai** uses [semantic versioning](http://semver.org/).
|
||||
|
||||
|
||||
## develop branch
|
||||
## v0.26.0 - *2014-08-16*
|
||||
|
||||
* removes True Type fonts
|
||||
* outsources themes to [h5ai-themes](https://github.com/lrsjng/h5ai-themes)
|
||||
* adds filesize fallback for large files and 32bit PHP
|
||||
* fixes server detection
|
||||
* adds config file tests to info page
|
||||
* removes JSON shim
|
||||
* adds caching of command checks
|
||||
* updates `jQuery.mousewheel` to 3.1.12
|
||||
* updates `jQuery.qrcode` to 0.8.0
|
||||
* replaces `markdown` with [`marked`](https://github.com/chjj/marked) 0.3.2
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "h5ai",
|
||||
"version": "0.25.2",
|
||||
"develop": true,
|
||||
"version": "0.26.0",
|
||||
"develop": false,
|
||||
"description": "a modern HTTP web server index",
|
||||
"homepage": "http://larsjung.de/h5ai/",
|
||||
"bugs": "https://github.com/lrsjng/h5ai/issues",
|
||||
|
@ -135,6 +135,7 @@ Options
|
||||
},
|
||||
|
||||
/*
|
||||
[DEPRECATED, will be removed]
|
||||
Adds Google Analytics asynchronous tracking code.
|
||||
|
||||
for example:
|
||||
|
Loading…
x
Reference in New Issue
Block a user