grav-theme-libretic/CHANGELOG.md

92 lines
1.8 KiB
Markdown
Raw Normal View History

2016-07-18 08:04:45 +02:00
# v1.x.x
## xx/xx/2016
1. [](#new)
* Add an option to have a sticky menu. Also added blueprint configuration to turn in on from the admin. Disabled by default. Uses https://github.com/bigspotteddog/ScrollToFixed
2016-07-18 08:04:45 +02:00
1. [](#improved)
* Invert order of previous and next button in the blog posts navigation
1. [](#bugfix)
* Fix forms not working as expected. Drop the form twig overrides as they break the forms, and don't really customise the output
2016-07-18 08:04:45 +02:00
2016-07-14 17:56:35 +02:00
# v1.5.0
## 07/14/2016
1. [](#improved)
* Remove unneeded streams from Theme YAML
* Delete unused composer.json
* Add the `theme_config` twig var
1. [](#bugfix)
* Fix missing fontawesome-webfont.woff2 file
* Fix slider buttons on tablet
* Fix setting the page language in the html tag
2016-07-18 08:04:45 +02:00
2016-01-07 00:19:26 +01:00
# v1.4.0
## 01/06/2016
1. [](#improved)
* Fontawesome updated to 4.5.0
1. [](#bugfix)
* Searchbox in search results fix
2015-12-19 00:10:35 +01:00
# v1.3.1
## 12/18/2015
2. [](#bugfix)
* Added nonce support to form template
# v1.3.0
## 11/18/2015
1. [](#new)
* SimpleForm replaced with Forms plugin
2. [](#bugfix)
* Admin plugin bugfixes
2015-10-09 11:43:27 +02:00
# v1.2.0
## 09/18/2015
1. [](#bugfix)
* Updated outdated blueprints
* Bugfix for pagination plugin
2015-09-18 11:40:08 +02:00
# v1.1.1
## 09/18/2015
1. [](#improved)
* compatibility with newest Grav version.
1. [](#bugfix)
* SimpleForm compatibility bugfixes.
2015-08-25 19:23:25 +02:00
# v1.1.0
## 08/25/2015
1. [](#improved)
* Added blueprints for Grav Admin plugin
1. [](#bugfix)
2016-07-18 08:04:45 +02:00
* Taxonomy count fix
2015-08-25 19:23:25 +02:00
2015-05-09 21:00:04 +02:00
# v1.0.4
## 05/09/2015
1. [](#improved)
* Fix for bottom menu links
2015-03-01 23:47:43 +01:00
# v1.0.3
## 03/01/2015
1. [](#improved)
* Switched to Grav's built-in `jQuery` assets
2015-02-20 00:26:03 +01:00
# v1.0.2
## 02/19/2015
2. [](#improved)
2016-07-18 08:04:45 +02:00
* Added SimpleSearch capability
2015-02-20 00:26:03 +01:00
* Implemented new `param_sep` variable from Grav 0.9.18
2015-02-10 18:53:09 +01:00
# v1.0.1
## 02/10/2015
2015-01-15 19:15:54 +01:00
1. [](#new)
* ChangeLog started...