mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-29 22:45:14 -04:00
Prepare release.
This commit is contained in:
parent
9b5f6f3cad
commit
a7794230cf
3 changed files with 9 additions and 3 deletions
|
@ -2,10 +2,15 @@
|
||||||
**h5ai** uses [semantic versioning](http://semver.org/).
|
**h5ai** uses [semantic versioning](http://semver.org/).
|
||||||
|
|
||||||
|
|
||||||
## develop branch
|
## v0.26.0 - *2014-08-16*
|
||||||
|
|
||||||
* removes True Type fonts
|
* removes True Type fonts
|
||||||
* outsources themes to [h5ai-themes](https://github.com/lrsjng/h5ai-themes)
|
* 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.mousewheel` to 3.1.12
|
||||||
* updates `jQuery.qrcode` to 0.8.0
|
* updates `jQuery.qrcode` to 0.8.0
|
||||||
* replaces `markdown` with [`marked`](https://github.com/chjj/marked) 0.3.2
|
* replaces `markdown` with [`marked`](https://github.com/chjj/marked) 0.3.2
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "h5ai",
|
"name": "h5ai",
|
||||||
"version": "0.25.2",
|
"version": "0.26.0",
|
||||||
"develop": true,
|
"develop": false,
|
||||||
"description": "a modern HTTP web server index",
|
"description": "a modern HTTP web server index",
|
||||||
"homepage": "http://larsjung.de/h5ai/",
|
"homepage": "http://larsjung.de/h5ai/",
|
||||||
"bugs": "https://github.com/lrsjng/h5ai/issues",
|
"bugs": "https://github.com/lrsjng/h5ai/issues",
|
||||||
|
|
|
@ -135,6 +135,7 @@ Options
|
||||||
},
|
},
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
[DEPRECATED, will be removed]
|
||||||
Adds Google Analytics asynchronous tracking code.
|
Adds Google Analytics asynchronous tracking code.
|
||||||
|
|
||||||
for example:
|
for example:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue