From a5c3d41a9c68a30679c9885cfbc8b7036c7fb17f Mon Sep 17 00:00:00 2001 From: Stef Dawson Date: Sun, 31 May 2020 10:52:02 +0100 Subject: [PATCH] Prep for v0.8.0 --- CHANGELOG.md | 8 ++++++++ README.textile | 2 +- composer.json | 2 +- manifest.json | 4 ++-- smd_tags.php | 4 ++-- 5 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bde47d..7e029e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.8.0 - 2020-05-31 + +* For Txp 4.8.0+. +* Alter load order by default to circumvent 404s. +* Remove `EvalElse()`. +* Fixed: Defend against empty 'this' contexts in ``. +* Append slashes in the URL handler. + ## 0.7.0 - 2020-03-06 * For Txp 4.7.0+. diff --git a/README.textile b/README.textile index 834424c..745fbdf 100644 --- a/README.textile +++ b/README.textile @@ -31,7 +31,7 @@ To do (possibly): h2(install). Installation / Uninstallation -p(important). Requires Textpattern 4.7.3+. +p(important). Requires Textpattern 4.8.0+. p(important). If upgrading from plugin v0.20 or earlier: delete smd_tags_client and smd_tags_admin plugins first, then install and activate this plugin. Your prefs and tags will be retained. diff --git a/composer.json b/composer.json index 2f5b8ba..4214ecf 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "source": "https://github.com/bloke/smd_tags" }, "require": { - "textpattern/lock": ">=4.7.0", + "textpattern/lock": ">=4.8.0", "textpattern/installer": "*" } } diff --git a/manifest.json b/manifest.json index b386a95..b2dc996 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "name": "smd_tags", "description": "Unlimited, semi-structured taxonomy across content types", - "version": "0.7.0", + "version": "0.8.0", "type": 5, "author": "Stef Dawson", "author_uri": "https://stefdawson.com/", - "order": 5, + "order": 4, "flags": 3, "help": {"file" : ["./README.textile"]} } diff --git a/smd_tags.php b/smd_tags.php index 3551fa2..5355c3e 100644 --- a/smd_tags.php +++ b/smd_tags.php @@ -17,7 +17,7 @@ // 1 = Plugin help is in raw HTML. Not recommended. # $plugin['allow_html_help'] = 1; -$plugin['version'] = '0.7.1'; +$plugin['version'] = '0.8.0'; $plugin['author'] = 'Stef Dawson'; $plugin['author_uri'] = 'https://stefdawson.com/'; $plugin['description'] = 'Unlimited tag taxonomy for articles, images, files and links'; @@ -4777,7 +4777,7 @@ function tru_tags_feed_handler($atom) { h2(install). Installation / Uninstallation -p(important). Requires Textpattern 4.7.3+. +p(important). Requires Textpattern 4.8.0+. p(important). If upgrading from plugin v0.20 or earlier: delete smd_tags_client and smd_tags_admin plugins first, then install and activate this plugin. Your prefs and tags will be retained.