Skip to content

Commit 2a2015d

Browse files
committed
Tagger 1.12.0
1 parent 59abebd commit 2a2015d

6 files changed

Lines changed: 7 additions & 3 deletions

File tree

_build/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"lowCaseName": "tagger",
44
"description": "Tag management component",
55
"author": "John Peca",
6-
"version": "1.11.0",
6+
"version": "1.12.0",
77
"package": {
88
"actions": [
99
{
-128 KB
Binary file not shown.
125 KB
Binary file not shown.

core/components/tagger/docs/changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Changelog for Tagger.
22

3+
Tagger 1.12.0
4+
==============
5+
- Add 404 handler for invalid tags.
6+
37
Tagger 1.11.0
48
==============
59
- Move the Gateway handler from OnHandleRequest to OnPageNotFound
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---------------------------------------
22
Tagger
33
---------------------------------------
4-
Version: 1.11.0
4+
Version: 1.12.0
55
Author: John Peca <john@modx.com>
66
---------------------------------------

core/components/tagger/elements/snippets/taggergetresourceswhere.snippet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,4 @@
142142
$where[] = "EXISTS (SELECT 1 as found FROM {$modx->getTableName('TaggerTagResource')} r WHERE r.tag IN (" . implode(',', $tagIDs) . ") AND r.resource = modResource." . $field . " GROUP BY found HAVING count(found) = " . $tagsCount . ")";
143143
}
144144

145-
return $modx->toJSON($where);
145+
return $modx->toJSON($where);

0 commit comments

Comments
 (0)