Skip to content

Latest commit

 

History

History
executable file
·
165 lines (100 loc) · 2.42 KB

CHANGELOG.md

File metadata and controls

executable file
·
165 lines (100 loc) · 2.42 KB

v1.1.2

05/13/2019

    • cleanup

v1.1.1

05/13/2019

    • Fix issue #16

v1.1.0

01/29/2019

    • Update compressor to version 1.4

v1.0.9

07/25/2018

    • Do not use frozen content as source

v1.0.8

04/16/2018

    • Better documentation.

v1.0.7

04/16/2018

    • Better documentation.

v1.0.6

03/15/2018

    • Fix bug with simple search plugin. search results are not cache anymore.

v1.0.5

03/12/2018

    • Fix page languages got same cache

v1.0.4

03/12/2018

    • Add page type check

v1.0.3

03/11/2018

    • Add option to cache minified pages. You will need to manually clear the cache if you make any page modifications.

v1.0.2

03/11/2018

    • Fix changelog

v1.0.1

03/09/2018

    • Fix changelog

v1.0.0

02/07/2018

    • Fix composer

v0.0.9

02/06/2018

    • Updated php dependencies
    • Cleanup

v0.0.8

02/02/2018

    • Updated php dependencies
    • Fix Undefined variable: compressor (default mode: 'default')
    • Added language support in Admin

v0.0.7

12/28/2017

    • Updated WyriHaximus/HtmlCompress to 1.3.1 (fix a bug with )
    • Added option in admin to choose compression mode (default compress JS and CSS but doesn't do it aggressively to get the smallest size.Fastest only compresses HTML and ignores the rest. Smallest compress everything aggressively to get the smallest size.)

v0.0.6

12/28/2017

    • Updated WyriHaximus/HtmlCompress to 1.3.0 (now minify JSON-LD)

v0.0.5

11/13/2017

    • Add WyriHaximus/HtmlCompress (now minify html / css / js by default)
    • Removed options in admin to toggle inline CSS minifier
    • Removed options in admin to toggle inline JS minifier

v0.0.4

10/20/2017

    • Fixed changelog

v0.0.3

10/19/2017

    • Fixed JS enable/disable option
    • Fixed missing hyphen to install instructions

v0.0.2

08/18/2017

    • Added options in admin to toggle inline CSS minifier
    • Added options in admin to toggle inline JS minifier
    • Added french language

v0.0.1

07/01/2017

    • ChangeLog started...