- Update English translations.
- Fix an error when uninstalling the plugin.
- Fix migration for
elementType.
- Increase the size of link storage past 400 characters.
- Now requires PHP
8.0.2+. - Now requires Craft
4.0.0+.
- Add
hashLengthplugin setting to control the length of generated hashes in URLs.
- Fix an error when trying to generate a shortcut from a deleted element.
- Fix an error when generating shortcuts.
{note} 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.
- Migration to
verbb/shortcut. - Now requires Craft 3.7+.
- Removed stray
var_dump
- Added proper migration for upgrading from Craft 2 to Craft 3
- Removed Hashids dependency
- Fixed create method for urls
- Initial release