Releases: Sommerregen/grav-plugin-external-links
Releases · Sommerregen/grav-plugin-external-links
Grav Plugin External Links v1.4.0
New:
- Added
External Links
options to page options tab
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
Bugfix:
- Fixed#7 (Possible issue with malformed URLs)
- Fixes
external_links
filter function
Grav Plugin External Links v1.3.1
Grav Plugin External Links v1.3.0
New:
- Added admin configurations (requires Grav 0.9.34+)
- Added multi-language support (requires Grav 0.9.33+)
- Added default title message for external links
Improved:
- Switched to
onBuildPagesInitialized
event (requires Grav 0.9.29+) - Updated
README.md
Bugfix:
- Fixed #4 (Problem with non UTF-8 characters)
Grav Plugin External Links v1.2.2
Improved:
- PSR fixes
Grav Plugin External Links v1.2.1
Bugfix:
- Fixed active
mode
condition
Grav Plugin External Links v1.2.0
New:
- Added option
mode
to parse links passively (where no CSS classes are set) and actively
Improved:
- Allow multiple classes to exclude in option
exclude.classes
- Improved process engine to ensure not to alter HTML tags or HTML entities in content
- Refactored code
Grav Plugin External Links v1.1.3
Bugfix:
- Fixed self-closing tags in HTML5 and ensured to return contents compliant to HTML(5)
Grav Plugin External Links v1.1.2
New:
- By default
External Links
now uses the classexternal-links
for CSS styling; usingexternal
is still possible e.g. for manually markup external links
Improved:
- Improved usage example in
README.md
Bugfix:
- Fixed #1 (Issue with LightSlider plugin)
Grav Plugin External Links v1.1.1
New:
- Added usage example in README.md
- Add icons next to external links via CSS when using class
external
only
Improved:
- Added support for HHVM (requires Grav 0.9.17+)
- Added modular pages support
Bugfix:
- Fixed regular expression in
isExternalUrl($url)
method
Grav Plugin External Links v1.1.0
New:
- IMPORTANT: Changed names of external link classes with images to
image
,images
andno-image
Improved:
- Improved readability of code
- Updated plugin to use new
mergeConfig
method of Grav core - Improved and corrected calculations of image size
Bugfix:
- Fixed some typo in the documentation
- Fixed and removed additional
<body>
tag from page content