Skip to content

Latest commit

 

History

History
116 lines (72 loc) · 3.03 KB

CHANGELOG.md

File metadata and controls

116 lines (72 loc) · 3.03 KB

2.0.0 (2021-01-15)

  • core: add caching for blog collection. key: blog-collection- + blog_id
  • core: add actions for automatic blog collection cleanup onEntries* events.
  • core: add random posts template.
  • core: general performance improvements and code cleanup.
  • settings: add new setting blog_id to define blog route.

Bug Fixes

  • _project: fix demo fieldsets and entries.
  • core: fix broken links in layouts.

1.9.1 (2021-01-04)

Bug Fixes

  • blog: fix issue with request get Query Params

1.9.0 (2021-01-03)

Features

  • core update code base for new Flextype 0.9.15

1.8.0 (2020-12-30)

Features

  • core update code base for new Flextype 0.9.14
  • core use new TWIG Plugin 1.7.0

1.7.0 (2020-12-20)

Features

  • core update code base for new Flextype 0.9.13

1.6.0 (2020-12-07)

Features

  • core update code base for new Flextype 0.9.12

1.5.0 (2020-08-26)

Features

  • core update code base for new Flextype 0.9.11

1.4.0 (2020-08-19)

Features

  • core update code base for new Flextype 0.9.10

1.3.0 (2020-08-07)

Features

  • core updates for new API and performance boost in 3 times!

1.2.0 (2020-08-05)

Features

  • core update code base for new Flextype 0.9.9

1.1.1 (2020-07-02)

Bug Fixes

  • blog: fix post date formating

1.1.0 (2020-05-28)

Features

  • blog-post add date and tags for each blog post page
  • blog-post add About Me and Recent Posts blocks
  • blog-post) add related post functionality
  • blog-post) add tags cloud functionality

1.0.2 (2020-05-27)

Bug Fixes

  • blog: fix fetch entries for current tag

1.0.1 (2020-05-27)

Bug Fixes

  • blog: fix tags rendering in the blog template

    wrong post.tag and correct is post.tags
    

1.0.0 (2020-05-27)

  • Initial Release