diff --git a/CHANGELOG.md b/CHANGELOG.md index 64ab4d6..68831f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.4.1 +## 11/18/2015 + +2. [](#improved) + * Page specific options now respect the default configurations set in the admin panel + # v1.4.0 ## 11/17/2015 diff --git a/blueprints.yaml b/blueprints.yaml index 27910b7..dda69f5 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,5 +1,5 @@ name: External Links -version: 1.4.0 +version: 1.4.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 cbc951b..2ad845c 100644 --- a/external_links.php +++ b/external_links.php @@ -1,6 +1,6 @@ * @author Benjamin Regler * @copyright 2015, Benjamin Regler