Skip to content

Latest commit

 

History

History
73 lines (54 loc) · 1.7 KB

CHANGELOG.md

File metadata and controls

73 lines (54 loc) · 1.7 KB

v1.3.3

03/22/22

    • Custom HTTP Status code #28
    • Updated language codes to support Italian
    • if auto-escape twig template #36

v1.3.2

12/10/2018

    • if allow_login is false don't allow a logged in user to skip maintenance page

v1.3.1

02/17/2017

    • Added spanish translation
    • Hide the forgot button #17

v1.3.0

01/24/2017

    • Added event getMaintenancePage to allow theme or plugin to override maintenance page
    • Added event onMaintenancePage which replaces onPageInitialized event
    • Fixed plugin not working with Twig setting Autoescape variables set to Yes
    • Fixed Login access setting having no effect
    • Prevent other plugins from overriding maintenance page by blocking onPage(s)Initialized events

v1.2.1

09/06/2016

    • Added Romanian translation
    • Fix Login form not appearing #11

v1.2.0

07/14/2016

    • Allow translation of the maintenance login form

v1.1.0

05/03/2016

    • Added zh-hk, zh-cn, and de translations

v1.0.2

01/06/2016

    • Fixed the default placeholder for the maintenance page route in Admin
    • Added fr translation

v1.0.1

09/01/2015

    • Added login plugin dependency

v1.0.0

09/01/2015

    • ChangeLog started...