Version 3.0.1
July 27, 2020
Fixed
- Remove support for browsers that do not have
fetch
(IE 11)
Version 3.0.0
July 27, 2020
Visor 3 is a full rewrite of the plugin to play nicely with full-page static caching solutions like Blitz. Please ensure you are familiar with the caveats to providing full-page static caching support
Added
- Support for full-page static caching
- Support for Category detection
- Support for Solspace Events detection
Changed
- When Visor hook is used, a network request is made to fetch the controls. Please ensure you are familiar with the caveats introduced in 3.0 to provide full-page static caching support
Version 2.1.1
January 2, 2020
Changed
- Update Node packages to address vulnerabilities provided by GitHub
Version 2.1.0
April 4, 2019
Changed
- Call template hook in
EVENT_REGISTER_SITE_URL_RULES
to prevent potential race condition where Visor did not render - Use
getIsGuest()
to determine if the user is signed in or not - Require Craft
3.1.20
or higher
Version 2.0.5
February 14, 2019
Fixed
- Corrected issue where only admins saw the "Edit entry" option (#7)
Version 2.0.4
February 1, 2019
Fixed
- Remove source maps from build
Version 2.0.3
February 1, 2019
Fixed
- Ensure Visor only fires if a user is logged in
Version 2.0.2
February 1, 2019
Fixed
- Corrected issue where missing $entry would cause the plugin to break
Version 2.0.1
February 1, 2019
Changed
- Altered styles to better match Craft 2.x variant
Version 2.0.0
February 1, 2019
Added
- Craft 3 support
Version 1.0.1
September 16, 2016
Added
- Replace close button with an SVG icon to make customization and positioning easier
Changed
- Added !important to some typography so your site's CSS doesn't cascade down into Visor and cause visual issues. If you want to use your custom font in Visor you still may override styles using the 'craft-visor--override' class
Version 1.0.0
September 15, 2016
Initial release.