Skip to content

Latest commit

 

History

History
130 lines (93 loc) · 2.26 KB

CHANGELOG.md

File metadata and controls

130 lines (93 loc) · 2.26 KB

v0.1.17

12/9/2020

    • Use an absolute path for admin routes

v0.1.16

12/8/2020

    • Use CoreServiceUtil to generate URLs

v0.1.15

12/7/2020

    • Fix regexp format

v0.1.14

12/7/2020

    • Remove hardcoded admin paths
    • Update changelog sections
    • check that 'base_url_relative' is set

v0.1.13

12/6/2020

    • Fix whitespace formatting
    • Set minimum height for editor
    • Grav 1.7 Compatibility
    • Fix invalid regex
    • Check that base_url_relative is set
    • Check for empty route
    • Catch RuntimeExceptions for empty HTML
    • Lookup root slug name
    • Check for post data not set
    • Strip leading slash
    • Use correct package for Utils::startsWith
    • Workaround for query getting removed
    • Use CoreServiceUtil:save
    • Disable broken tasks for Grav 1.7

v0.1.12

09/28/2019

    • Fix changelog date formatting

v0.1.11

09/22/2019

    • Remove hardcoded admin paths from report URLs

v0.1.10

10/10/2018

    • Add beta version in dependency util

v0.1.9

06/22/2018

    • Update CSS styling for section editor - Fixes issues with update messages.

v0.1.8

06/22/2018

    • Update CSS styling for section editor - Fixes issues with update messages.

v0.1.7

06/12/2018

    • Make Save+Back asynchronous

v0.1.6

06/12/2018

    • Add syntax highlight support for section editor

v0.1.5

06/12/2018

    • Add a Save+Back command to the section editor
    • Refactor section editor actions

v0.1.4

04/11/2018

    • Catch exceptions in version check

v0.1.3

03/29/2018

    • Use correct parameter order for startsWith()

v0.1.2

03/29/2018

    • Fix reference to utility function startsWith()

v0.1.1

03/26/2018

    • Add options to enable move_page and rename_page
    • Move missing getPages() twig extension function into plugin

v0.1.0

03/25/2018

    • Initial commit