From 72bde7ff62b27b1c6fddde3f57a474c5c2e0b6f1 Mon Sep 17 00:00:00 2001 From: Erick Hitter <services@ethitter.com> Date: Sun, 3 Apr 2016 14:33:42 -0700 Subject: [PATCH] Readme updates for v0.5 --- eth-simple-shortlinks.php | 7 +++++++ readme.txt | 7 ++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/eth-simple-shortlinks.php b/eth-simple-shortlinks.php index 0688ec5..a67b05c 100644 --- a/eth-simple-shortlinks.php +++ b/eth-simple-shortlinks.php @@ -151,6 +151,10 @@ class ETH_Simple_Shortlinks { } } + /** + * PLUGIN FUNCTIONALITY + */ + /** * Allow filtering of supported statuses and types */ @@ -276,6 +280,9 @@ class ETH_Simple_Shortlinks { } } +/** + * One instance to rule them all + */ ETH_Simple_Shortlinks::get_instance(); /** diff --git a/readme.txt b/readme.txt index 6f08159..5cf895a 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://ethitter.com/donate/ Tags: seo, meta tags Requires at least: 4.4 Tested up to: 4.5 -Stable tag: 0.4 +Stable tag: 0.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -32,5 +32,10 @@ No, shortlinks use the posts' IDs, so aren't available for modification. == Changelog == += 0.5 = +* Admin notices when permalinks won't support the plugin +* Disable plugin functionality when permalink structure is incompatible +* Translation support + = 0.4 = * Initial release \ No newline at end of file -- GitLab