Skip to content

Commit a5c3d41

Browse files
committed
Prep for v0.8.0
1 parent 5a5e2f4 commit a5c3d41

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.8.0 - 2020-05-31
4+
5+
* For Txp 4.8.0+.
6+
* Alter load order by default to circumvent 404s.
7+
* Remove `EvalElse()`.
8+
* Fixed: Defend against empty 'this' contexts in `<txp:smd_related_tags>`.
9+
* Append slashes in the URL handler.
10+
311
## 0.7.0 - 2020-03-06
412

513
* For Txp 4.7.0+.

README.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To do (possibly):
3131

3232
h2(install). Installation / Uninstallation
3333

34-
p(important). Requires Textpattern 4.7.3+.
34+
p(important). Requires Textpattern 4.8.0+.
3535

3636
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.
3737

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"source": "https://github.com/bloke/smd_tags"
1111
},
1212
"require": {
13-
"textpattern/lock": ">=4.7.0",
13+
"textpattern/lock": ">=4.8.0",
1414
"textpattern/installer": "*"
1515
}
1616
}

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "smd_tags",
33
"description": "Unlimited, semi-structured taxonomy across content types",
4-
"version": "0.7.0",
4+
"version": "0.8.0",
55
"type": 5,
66
"author": "Stef Dawson",
77
"author_uri": "https://stefdawson.com/",
8-
"order": 5,
8+
"order": 4,
99
"flags": 3,
1010
"help": {"file" : ["./README.textile"]}
1111
}

smd_tags.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// 1 = Plugin help is in raw HTML. Not recommended.
1818
# $plugin['allow_html_help'] = 1;
1919

20-
$plugin['version'] = '0.7.1';
20+
$plugin['version'] = '0.8.0';
2121
$plugin['author'] = 'Stef Dawson';
2222
$plugin['author_uri'] = 'https://stefdawson.com/';
2323
$plugin['description'] = 'Unlimited tag taxonomy for articles, images, files and links';
@@ -4777,7 +4777,7 @@ function tru_tags_feed_handler($atom) {
47774777

47784778
h2(install). Installation / Uninstallation
47794779

4780-
p(important). Requires Textpattern 4.7.3+.
4780+
p(important). Requires Textpattern 4.8.0+.
47814781

47824782
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.
47834783

0 commit comments

Comments
 (0)