Skip to content

Releases: kvibber/unwrap-shortlinks

Version 0.3.4: Tiny Perm

08 Jul 00:28
Compare
Choose a tag to compare

Two main changes: TinyURL support is back, since it doesn't require JavaScript anymore. And the plugin will now follow WordPress URLs all the way to the permalink instead of stopping at the ?p=123 form.

Version 0.3.3: Tiny No More

23 Jul 05:06
Compare
Choose a tag to compare

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

29 Oct 17:09
Compare
Choose a tag to compare

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

02 Sep 03:48
c674aa3
Compare
Choose a tag to compare

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

24 Jun 05:21
Compare
Choose a tag to compare

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

13 Jun 07:57
Compare
Choose a tag to compare

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

11 Jun 05:16
Compare
Choose a tag to compare

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.