Releases: kvibber/unwrap-shortlinks
Version 0.3.4: Tiny Perm
Version 0.3.3: Tiny No More
Confirmed the plugin works with WordPress 6.3.
Just one change:
Since we can't follow TinyURL links anymore (they started screening requests with Cloudflare, and you need a full browser to get the redirected URL), it's been removed from the list. This way we can still unwrap a trail that leads to a TinyURL link, even though we can't unwrap the TinyURL itself anymore.
Version 0.3.2: Time for Testing
No functional changes, just making sure everything still works with WordPress 6.1 and ClassicPress 1.4.4, and cleaning up headers.
Version 0.3.1: For the Classics
Updates headers for the new ClassicPress plugin directory (currently in testing).
No changes in functionality, no changes that impact WordPress compatibility.
Version 0.3.0 is the Recursive Version
This release finally adds the ability to follow a chain of link shorteners up to 5 levels (to avoid infinite loops). So if you have a t.co link that redirects to a bit.ly link that redirects to a tinyurl link that redirects to the actual destination, it will follow them all at once instead of one update at a time.
Version 0.2.4 - Block Fix
Fixes a bug where URLs in plain text at the end of a block were not being recognized. It's possible the same thing could have happened at the end of a paragraph in the Classic Editor in WYSIWYG mode, so I'm pushing the update to both WordPress and ClassicPress directories.
Version 0.2.3 - Bugfixes
Fix bugs with tinyurl and short URLs inside HTML links. (Plaintext links were working fine!)
Discovered it's no longer working with the block editor. I'll fix that next, but wanted to get this release out there, in part to submit it to the ClassicPress plugin directory, since ClassicPress doesn't use the block editor.