- Fixed parsing tags other than links #24 (Fix loading of a href element)
- Check for page redirects #22 (Check for redirecting pages if
links.redirects
is enabled, thanks to @karfau)
- Set
rel="noopener noreferrer"
to all external links #21 - Updated French translation strings #19
- Improved
README.md
and YAML files
- Fixed error in getting the remote image size
- Use tabs in admin panel settings for better user experience
- Use toggle buttons for page settings
- Fixed
CURLOPT_AUTOREFERER
constant
- Page specific options now respect the default configurations set in the admin panel
- Added
External Links
options to page options tab
- 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
- Fixed #7 (Possible issue with malformed URLs)
- Fixes
external_links
filter function
- Added blueprints for Grav Admin plugin
- Fixed #5 (Works on first page displayed)
- Fixed #6 (Validation failed: title is not defined in blueprints)
- Added admin configurations (requires Grav 0.9.34+)
- Added multi-language support (requires Grav 0.9.33+)
- Added default title message for external links
- Switched to
onBuildPagesInitialized
event (requires Grav 0.9.29+) - Updated
README.md
- Fixed #4 (Problem with non UTF-8 characters)
- PSR fixes
- Fixed active
mode
condition
- Added option
mode
to parse links passively (where no CSS classes are set) and actively
- 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
- Fixed self-closing tags in HTML5 and ensured to return contents compliant to HTML(5)
- By default
External Links
now uses the classexternal-links
for CSS styling; usingexternal
is still possible e.g. for manually markup external links
- Improved usage example in
README.md
- Fixed #1 (Issue with LightSlider plugin)
- Added usage example in
README.md
- Add icons next to external links via CSS when using class
external
only
- Added support for HHVM (requires Grav 0.9.17+)
- Added modular pages support
- Fixed regular expression in
isExternalUrl($url)
method
- IMPORTANT: Changed names of external link classes with images to
image
,images
andno-image
- Improved readability of code
- Updated plugin to use new
mergeConfig
method of Grav core - Improved and corrected calculations of image size
- Fixed some typo in the documentation
- Fixed and removed additional
<body>
tag from page content
- Fixed minor issues (broken README link, removed debugging functions)
- ChangeLog started...