news/plugins/relatedpages/CHANGELOG.md

1.6 KiB

v1.2.5

08/11/2023

    • Use pages cache ID for more reliable caching
    • Fixed a bug when taxonomy matches > scores provided

v1.2.4

12/06/2022

    • Fix broken "page in collection" test that was causing plugin not to function

v1.2.3

01/22/2021

    • Fixed caching that was broken for ever!!!

v1.2.2

04/15/2019

    • Requires Grav 1.5.0
    • Updated type hints from Page to PageInterface
    • Fixed ordering of the related pages with same score

v1.2.1

01/08/2018

    • Languages updates
  • Fixed deprecated YAML syntax in relatedpages.yaml config file

v1.2.0

08/21/2018

    • Added support for multiple taxonomies #12
    • Languages updates

v1.1.4

07/18/2016

    • Switched to Page::rawMarkdown() rather than Page::content() for increased performance.
    • Changed from array_intersect_assoc to array_intersect for broken tag-tag matching.

v1.1.3

07/14/2016

    • Added french

v1.1.2

05/03/2016

    • Added Romanian and German translations

v1.1.1

01/15/2016

    • Disabled content-to-content matching by default (performance hit)
    • Small refactor

v1.1.0

09/11/2015

    • Added blueprints for admin compatibility

v1.0.3

12/04/2015

    • ChangeLog started...