Version 5.0.0
May 12, 2024
Changed
- Now requires PHP
8.2.0+
. - Now requires Craft
5.0.0+
. - Increase the size of link storage past 400 characters.
Fixed
- Fix an error when uninstalling the plugin.
- Fix migration for
elementType
.
Version 4.0.3
April 10, 2024
Fixed
- Fix an error when uninstalling the plugin.
Version 4.0.2
March 26, 2024
Fixed
- Fix migration for
elementType
.
Version 4.0.1
March 22, 2024
Changed
- Increase the size of link storage past 400 characters.
Version 4.0.0
July 19, 2022
Changed
- Now requires PHP
8.0.2+
. - Now requires Craft
4.0.0+
.
Version 3.0.1
July 19, 2022
Added
- Add
hashLength
plugin setting to control the length of generated hashes in URLs.
Fixed
- Fix an error when trying to generate a shortcut from a deleted element.
- Fix an error when generating shortcuts.
Version 3.0.0
July 18, 2022
The plugin’s package name has changed to
verbb/shortcut
. Shortcut will need be updated to 3.0 from a terminal, by runningcomposer require verbb/shortcut && composer remove superbig/craft3-shortcut
.
Changed
- Migration to
verbb/shortcut
. - Now requires Craft 3.7+.
Version 2.0.3
September 3, 2019
Fixed
- Removed stray
var_dump
Version 2.0.2
October 18, 2018
Changed
- Added proper migration for upgrading from Craft 2 to Craft 3
- Removed Hashids dependency
Version 2.0.1
June 1, 2018
Fixed
- Fixed create method for urls
Version 2.0.0
November 14, 2017
Added
- Initial release