Updated changelog

This commit is contained in:
Andy Miller
2017-04-04 13:31:32 -06:00
parent 8dc2ced94c
commit bfb6b6d68a

View File

@@ -1,9 +1,15 @@
# v1.2.1
## xx/xx/2017
1. [](#improved)
* Added `isajaxrequest()` Twig function [#1400](https://github.com/getgrav/grav/issues/1400)
* Added ability to inline CSS and JS code via Asset manager [#1377](https://github.com/getgrav/grav/pull/1377)
* Add query string in lighttpd default config [#1393](https://github.com/getgrav/grav/issues/1393)
* Add `--all-yes` and `--destination` options for `bin/gpm direct-install` [#1397](https://github.com/getgrav/grav/pull/1397)
1. [](#bugfix)
* Fix for direct-install of plugins with `languages.yaml` [#1396](https://github.com/getgrav/grav/issues/1396)
* When determining language from HTTP_ACCEPT_LANGUAGE, also try base language only [#1402](https://github.com/getgrav/grav/issues/1402)
* Fixed a bad method signature causing warning when running tests on `GPMTest` object
* When determining language from `HTTP_ACCEPT_LANGUAGE`, also try base language only
# v1.2.0
## 03/31/2017