diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e4341b..45a74a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.6.1 +## 07/12/2018 + +3. [](#bugfix) + * Fixed parsing tags other than links [#24](https://github.com/Sommerregen/grav-plugin-external-links/pull/24) (Fix loading of a href element) + # v1.6.0 ## 02/22/2018 diff --git a/blueprints.yaml b/blueprints.yaml index 7d96cd3..6e2ea78 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,5 +1,5 @@ name: 'External Links' -version: '1.6.0' +version: '1.6.1' description: 'This plugin adds small icons to external and mailto links, informing users the link will take them to a new site or open their email client.' icon: 'external-link' author: diff --git a/external_links.php b/external_links.php index 99f10b8..9ca7ca4 100644 --- a/external_links.php +++ b/external_links.php @@ -1,6 +1,6 @@ * @author Benjamin Regler - * @copyright 2017, Benjamin Regler + * @copyright 2017+, Benjamin Regler * @license MIT * @license GPLv3 */