Skip to content

Releases: Sebobo/Shel.Blog

5.4.1

Choose a tag to compare

@Sebobo Sebobo released this 26 Jan 10:50
e153329

BUGFIX: Error in empty latest articles

5.4.0

Choose a tag to compare

@Sebobo Sebobo released this 25 Jan 10:16
3cd5bde

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

Choose a tag to compare

@Sebobo Sebobo released this 25 Jan 10:16

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

Choose a tag to compare

@Sebobo Sebobo released this 17 Nov 12:50
7f708e3
  • BUGFIX: Generate pretty pagination uri without package argument
  • FEATURE: Allow limiting entries in xml atom feed

5.1.1

Choose a tag to compare

@Sebobo Sebobo released this 26 Mar 16:43
7ca99ae

Neos 5.x compatibility!

5.0.0-beta2

5.0.0-beta2 Pre-release
Pre-release

Choose a tag to compare

@Sebobo Sebobo released this 01 Mar 08:48
e73cfdb
  • Changed: Add explanation how to setup page rendering
  • Changed: Simplify overriding the page prototype for rendering

5.0.0-beta

5.0.0-beta Pre-release
Pre-release

Choose a tag to compare

@Sebobo Sebobo released this 28 Feb 17:20
1588ed9

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