Shrinkr v1.0.3 Release Notes
Full Changelog: v1.0.2...v1.0.3
Enhancements
-
Allow to set middleware to the Shrinkr route. By default the middleware used is
['throttle:60,1']
. You can any middleware you think is suitable such as['auth','verified','throttle:60,1']
. -
Allow to set custom domain for the Shrnkr by setting the
domain
key inconfig/shrinkr.php
. -
Update code base to comply with PHPStan Level 9 (still few pending for fixes - contribution much appreciated).
Upgrade Notes
- Update your
shrinkr.php
configuration file to customize rate limiting and enable protected URLs if needed.