Releases: Sebobo/Shel.Blog
5.4.1
5.4.0
5.3.0
5.2.0
5.1.1
5.0.0-beta2
- Changed: Add explanation how to setup page rendering
- Changed: Simplify overriding the page prototype for rendering
5.0.0-beta
Beta version of complete rewrite.
This release is very breaking, as almost everything was touched and refactored. Therefore if you have any template overrides or prototypes, you have to check the source on how to adapt your code.
Also you need to add the mixin Shel.Blog:Constraint.Article
to your custom content types that should be added to articles. By default only most of the Neos.NodeTypes content elements are allowed.
Be sure to check each of them for their compatibility with AMP made if you use it.
Changes:
-
Added: Category node types which are also feeds
-
Added: Allow categorization of articles
-
Added: Fallbacks for Open Graph tags
-
Changed: Make feed configurable via node properties instead of Settings.yaml
-
Changed: Make blog components better styleable
-
Changed: Split settings files
-
Changed: Use AFX for templates
-
Changed: Neos 4.2+ compatibility
-
Changed: Use structured data primitives from Neos.Seo 2.1
-
Changed: Refactor AMP css inclusions
-
Changed: Only allow certain content types in articles (add constraint mixin to your own nodetypes to allow them)