Skip to content

Latest commit

 

History

History
154 lines (107 loc) · 3.45 KB

CHANGELOG.md

File metadata and controls

154 lines (107 loc) · 3.45 KB

v1.5.7

12-01-2023

    • attributes like class can be passed via query parameter now (thanks @aricooperdavis!)

v1.5.6

02-09-2022

    • long top level domains like .solutions also work now

v1.5.5

23-07-2022

    • type and language attributes removed from script output

v1.5.4

21-07-2022

    • parameters in mailto links can now contain urls

v1.5.3

24-06-2022

    • parameters in mailto links are now possible (e.g. ?subject=something&body=anotherthing)

v1.5.2

10-07-2021

    • new option in settings to add encryption on output (without caching), to avoid conflict with other output-altering plugins such as Automagic Images

v1.5.1

25-05-2021

    • changed code to add encryption before caching, not on output
    • removed mention of an old bug that has since been fixed from README

v1.5

16-03-2021

    • fixed output of mailto links with title tags
    • added default settings for target (thanks @JohnWalkerx!)

v1.4.2

13-02-2021

    • added option in plugin settings to set target="_blank" on mailto links

v1.4.1

24-11-2020

    • changed curly braces to square ones for accessing array items since that notation is deprecated as of PHP 7.4

v1.4

13-07-2020

    • email addresses wrapped in mailto: tags now get properly encrypted in the linked text as well

v1.3

26-12-2019

    • you can now wrap images in a mailto link and these will also get encrypted; please refer to the README for caveats
    • the bug where every other noscript text was getting vanished when javascript was disabled seems to have gone away now

v1.2.6

28-11-2019

    • the plugin can now be disabled for individual pages
    • README.md updated to reflect this change

v1.2.5

17-09-2019

    • existing mailto links are now converted properly too (fixes a compatibility issue with the flex-directory plugin)
    • README.md updated to reflect this change

v1.2.4

02-08-2019

    • fixed link to README in blueprints.yaml

v1.2.3

18-07-2019

v1.2.2

02-07-2019

    • bumped the version number in blueprints.yaml

v1.2.1

01-07-2019

    • modified regex again to only exclude domains that consist of only a digit followed by an x

v1.2.0

01-07-2019

    • changed regex to exclude domains that start with a digit, to avoid replacing responsive images like image@2x.jpg

v1.1.3

14-05-2019

    • fixed Github links in blueprints.yaml

v1.1.2

10-05-2019

    • email addresses containing hyphens or underscores work now

v1.1.1

30-04-2019

    • changed icon from plug to at
    • minor edits and more todo in readme

v1.1.0

08-04-2019

    • configurable noscript text with language support
    • installation via GPM
    • minor edits in readme and blueprints
    • changed license from GNU GPL3 to MIT

v1.0.0

06-04-2019

    • Initial release