Skip to content

Commit

Permalink
Prep for v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bloke committed May 31, 2020
1 parent 5a5e2f4 commit a5c3d41
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 `<txp:smd_related_tags>`.
* Append slashes in the URL handler.

## 0.7.0 - 2020-03-06

* For Txp 4.7.0+.
Expand Down
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"source": "https://github.com/bloke/smd_tags"
},
"require": {
"textpattern/lock": ">=4.7.0",
"textpattern/lock": ">=4.8.0",
"textpattern/installer": "*"
}
}
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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"]}
}
4 changes: 2 additions & 2 deletions smd_tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit a5c3d41

Please sign in to comment.