Skip to content

Releases: Sebobo/Shel.Blog

5.4.1

26 Jan 10:50
e153329
Compare
Choose a tag to compare

BUGFIX: Error in empty latest articles

5.4.0

25 Jan 10:16
3cd5bde
Compare
Choose a tag to compare

FEATURE: Allow filtering posts in latest news by category
FEATURE: Allow pinning articles to list element
FEATURE: Set sorting direction to descending for new elements

5.3.0

25 Jan 10:16
Compare
Choose a tag to compare

BUGFIX: Prevent cache flush in other workspaces when editing a feed

TASK: Strip non essential tags from atom feed content
TASK: Mark compatible with Neos 7

5.2.0

17 Nov 12:50
7f708e3
Compare
Choose a tag to compare
  • BUGFIX: Generate pretty pagination uri without package argument
  • FEATURE: Allow limiting entries in xml atom feed

5.1.1

26 Mar 16:43
7ca99ae
Compare
Choose a tag to compare

Neos 5.x compatibility!

5.0.0-beta2

01 Mar 08:48
e73cfdb
Compare
Choose a tag to compare
5.0.0-beta2 Pre-release
Pre-release
  • Changed: Add explanation how to setup page rendering
  • Changed: Simplify overriding the page prototype for rendering

5.0.0-beta

28 Feb 17:20
1588ed9
Compare
Choose a tag to compare
5.0.0-beta Pre-release
Pre-release

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)

Changes since 4.0.2