Skip to content

Commit

Permalink
Merge branch 'release/1.1.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Sommerregen committed Feb 10, 2015
2 parents bc99128 + e39ffd7 commit f204070
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
# v1.1.2
## 02/10/2015

1. [](#new)
* By default `External Links` now uses the class `external-links` for CSS styling; using `external` is still possible e.g. for manually markup external links
2. [](#improved)
* Improved usage example in README.md
3. [](#bugfix)
* Fixed issue with LightSlider plugin

# v1.1.1
## 02/06/2015

1. [](#new)
* Added usage example in README.md
* Add favicons next to external links via CSS when using class `external` only
* Add icons next to external links via CSS when using class `external` only
2. [](#improved)
* Added support for HHVM **(requires Grav >= 0.9.17)**
* Added support for HHVM **(requires Grav 0.9.17+)**
* Added modular pages support
3. [](#bugfix)
* Fixed regular expression in `isExternalUrl($url)` method
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.1.1
version: 1.1.2
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,14 +1,14 @@
<?php
/**
* External Links v1.1.1
* External Links v1.1.2
*
* 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.
*
* Licensed under MIT, see LICENSE.
*
* @package External Links
* @version 1.1.1
* @version 1.1.2
* @link <https://github.com/sommerregen/grav-plugin-archive-plus>
* @author Benjamin Regler <[email protected]>
* @copyright 2015, Benjamin Regler
Expand Down

0 comments on commit f204070

Please sign in to comment.