Skip to content

Latest commit

 

History

History
77 lines (53 loc) · 1.89 KB

CHANGELOG.md

File metadata and controls

77 lines (53 loc) · 1.89 KB

v2.1.2

02-02-2021

  • Fix page image URL Issue #16
  • Fix double encoded HTML entities Issue #12

v2.1.1

02-02-2021

  • Fixed issue with initial save on new pages

v2.1.0

15-12-2020

    • Added support for flex pages in Grav 1.7

v2.0.2

03-11-2020

    • Fixed bug where custom metadata could not be removed

v2.0.1

07-07-2020

    • Added check to include metadata saved prior to v2.0.0
    • Updated date published/modified functionality to ensure output of valid timestamp

v2.0.0

23-06-2020

    • Changed the way metadata is stored in frontmatter to capitalise on Grav page caching. Important: When upgrading from a previous version existing Aura metadata output will be disabled. You will not be required to re-enter any information, but you will need to actively re-save each page via the page editor to re-enable metadata output.
    • Metadata input moved from Options tab to Aura tab in page editor for central editing location and to enable overriding of individual meta tags
    • Added support for individual author per page via Aura Authors plugin
    • Changed storage location of Organization logo so it will be retained after plugin updates
    • Fixed issue with URL extension appearing within page image URL

v1.0.3

29-02-2020

    • Adjusted scope of autoloader so it will not interfere with other 'Aura' prefixed plugins

v1.0.2

09-02-2020

    • Now appends to existing metadata rather than replacing

v1.0.1

06-09-2019

    • Get language defined in page frontmatter with fallbacks to active language then default language
    • Adjusted JSON output to suit Grav versions > 1.5

v1.0.0

21-08-2019

    • ChangeLog started...