-
- Add Admin plugin dependency (Dávid Szabó [email protected])
- Use Slug utility function (Dávid Szabó <[email protected])
-
- the metadata were not overridden if some of them were already set in the site settings
- the content was not used when its length in words was less than the value of the "length" settings
- rename the metadata "keyword" to "keywords" (its valid name !)
-
- code optimizations
- remove some code redundancies
-
- add metadata for Facebook Open Graph (thanks to Victor Rosset for the Social Meta Tags plugin source code I used for this part)
- add metadata for Twitter Cards Meta Tags (thanks to Victor Rosset for the Social Meta Tags plugin source code I used for this part)
-
- heavy code refactoring
-
- simplify the plugin structure by removing subclasses and autoload
-
- per-page configuration is now fully functional
-
- change "keywords" to "keyword" in source files to avoid confusion
- minor changes in blueprints.yaml
- change date format in CHANGELOG.md
-
- remove a forgotten "dump" line