verbb / vizy

A flexible visual editor for Craft CMS
Other
44 stars 8 forks source link

External links containing id are broken #75

Closed dGilli closed 2 years ago

dGilli commented 2 years ago

Description External Links containing "#" output incorrectly.

Steps to reproduce

  1. Insert external link (ex. "https://www.google.com#bla")
  2. Looks like url output is some sort of object <a href="{bla:url||https://www.google.com}" target="">Link</a>

Additional info

engram-design commented 2 years ago

Looks like this was an issue with our parsing logic for ref tags. Should be fixed for the next release. To get the fix early, change your verbb/vizy requirement in composer.json to:

"require": {
  "verbb/vizy": "dev-craft-3 as 1.0.7",
  "...": "..."
}

Then run composer update.

engram-design commented 2 years ago

Fixed in 1.0.8.