Skip to content

Releases: Sommerregen/grav-plugin-external-links

Grav Plugin External Links v1.4.0

17 Nov 19:05
Compare
Choose a tag to compare

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

09 Sep 16:53
Compare
Choose a tag to compare

Improved:

  • Added blueprints for Grav Admin plugin

Bugfix:

  • Fixed #5 (Works on first page displayed)
  • Fixed #6 (Validation failed: title is not defined in blueprints)

Grav Plugin External Links v1.3.0

08 Aug 13:36
Compare
Choose a tag to compare

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

08 Aug 13:36
Compare
Choose a tag to compare

Improved:

  • PSR fixes

Grav Plugin External Links v1.2.1

08 Aug 13:35
Compare
Choose a tag to compare

Bugfix:

  • Fixed active mode condition

Grav Plugin External Links v1.2.0

08 Aug 13:35
Compare
Choose a tag to compare

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

08 Aug 13:35
Compare
Choose a tag to compare

Bugfix:

  • Fixed self-closing tags in HTML5 and ensured to return contents compliant to HTML(5)

Grav Plugin External Links v1.1.2

08 Aug 13:34
Compare
Choose a tag to compare

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

Improved:

  • Improved usage example in README.md

Bugfix:

  • Fixed #1 (Issue with LightSlider plugin)

Grav Plugin External Links v1.1.1

08 Aug 13:33
Compare
Choose a tag to compare

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

08 Aug 13:32
Compare
Choose a tag to compare

New:

  • IMPORTANT: Changed names of external link classes with images to image, images and no-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