Skip to content

Commit

Permalink
🍁 Version Update - Release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sommerregen committed Nov 17, 2015
1 parent 059bd08 commit 33edabe
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# v1.4.0
## 11/17/2015

1. [](#new)
* Added `External Links` options to page options tab
2. [](#improved)
* Improved `isExternalUrl` function to allow custom schemes and whether to evaluate links beginning with `.www` or not
* Added more blueprint options
* Improved code
* Updated docs
3. [](#bugfix)
* Fixed[#7](https://github.com/Sommerregen/grav-plugin-external-links/issues/7) (Possible issue with malformed URLs)
* Fixes `external_links` filter function

# v1.3.1
## 09/09/2015

Expand Down
2 changes: 1 addition & 1 deletion blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: External Links
version: 1.3.1
version: 1.4.0
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:
Expand Down
4 changes: 2 additions & 2 deletions external_links.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* External Links v1.3.1
* External Links v1.4.0
*
* 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.
Expand All @@ -9,7 +9,7 @@
* http://benjamin-regler.de/license/
*
* @package External Links
* @version 1.3.1
* @version 1.4.0
* @link <https://github.com/sommerregen/grav-plugin-external-links>
* @author Benjamin Regler <[email protected]>
* @copyright 2015, Benjamin Regler
Expand Down

0 comments on commit 33edabe

Please sign in to comment.