1version: 1.1 2date: 2013-03-22 3 4 * minor bugfixes for 5 * added a new optional parameter "authors", which allows linking to websites of 6 co-authors by creating an additional file/wiki page with "URL Author Name" 7 entries 8 9 -- Karl Moritz Hermann <mail@karlmoritz.com> 10 11version: 1.0 12date: 2013-03-12 13 14 * bib2tpl updated to v2 with additional modifications (see changelog in 15 bib2tpl folder). 16 * Included simple (optional) TeX to utf8 sanitiser in syntax.php. 17 * Included Spanish (es) language file. 18 * "handle" function (syntax.php) parser code corrections. "only" option 19 not correctly parsed when using a single condition. E.g. "only:a=b" would 20 yield 'only' => 'a=b' instead of 'only' => ['a' => 'b']. 21 * Language option: set default from "translation" plugin (if installed & 22 enabled) or global language configuration. "lang:xx" option is not needed 23 now in most cases. 24 * Added/updated administrative files: COPYING, etc. 25 26 -- Jorge Juan <jjchico@gmail.com> 27