diff --git a/readme.md b/readme.md index dfbc15a..ade8609 100644 --- a/readme.md +++ b/readme.md @@ -1,16 +1,10 @@ # Unwrap Shortlinks -Stable tag: 0.3.1 +Stable tag: 0.3.2 Tags: urls, links, classicpress -Requires at least: 3.0 -Tested up to: 6.0 -Requires PHP: 7.0 +Tested up to: 6.1 Contributors: Kelson -License: GPLv2 or later -License URI: http://www.gnu.org/licenses/gpl-2.0.html -For ClassicPress -Requires: 1.0 -Tested: 1.4.1 +License: GPLv2 or later Follows shortened links (t.co, bit.ly, etc) and expands them so that your blog post will point directly to the destination. @@ -65,6 +59,9 @@ It should work going back to the classic editor and forward to the block editor. ## Changelog +### [0.3.2] - 2022-10-29 +* Tested up through 6.1, clean up headers, no functional changes. + ### [0.3.1] - 2022-09-01 * Update headers for new ClassicPress plugin directory. No changes affecting WordPress diff --git a/unwrap-shortlinks.php b/unwrap-shortlinks.php index a967933..f542606 100644 --- a/unwrap-shortlinks.php +++ b/unwrap-shortlinks.php @@ -3,9 +3,10 @@ Plugin Name: Unwrap Shortlinks Plugin URI: https://codeberg.org/kvibber/unwrap-shortlinks Description: Follow shortened links (t.co, bit.ly, etc) and expand them so that your blog post will point directly to the destination. - Requires PHP: 7.0 + Version: 0.3.2 + Requires at least: 3.0 Requires CP: 1.0 - Version: 0.3.1 + Requires PHP: 7.0 Author: Kelson Vibber Author URI: https://kvibber.com License: GPLv2 or later