Skip to content

Latest commit

 

History

History
96 lines (67 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

96 lines (67 loc) · 1.59 KB

v2.0.2

21/12/2024

    • Fix read only exception when accessing plugin custom pages

v2.0.1

03/12/2024

    • Fix revisions directory not created

v2.0.0

08/11/2023

    • Scheduled cleanup job
    • Fixed multibyte strings in text diffs (Fix #26)
    • Fixed deleting old revisions
    • Fixed image diff exception
    • Bail out if revisions directory is not writable (Fix #28)
    • Code cleanup / fixes

v1.4.0

04/05/2020

    • Fixed error when non-default URL parameter separator used (Fix #22)
    • Fixed "unsaved changes" modal coming up on configuration page every time (Fix #23)
    • Rename autoload method to support v1.7

v1.3.3

06/13/2018

    • Fixed error when generating a revision for a virtual page (Fix #17)

v1.3.2

12/08/2017

    • Fixed error when accesing a generated page (Fix #13)

v1.3.1

12/02/2017

    • Fixed null page error

v1.3.0

12/02/2017

    • Add ignore files feature

v1.2.1

12/02/2017

    • Fixed wrong configuration keys were used (none at all)

v1.2.0

08/30/2017

    • Delete all revisions via button
    • Fixed redirect after task handling

v1.1.1

08/09/2017

    • PHP5 compatibility
    • Permissions

v1.1.0

08/01/2017

    • Debug mode is toggleable

v1.0.1

05/16/2017

    • Changed default directory

v1.0.0

05/13/2017

    • ChangeLog started...