Skip to content

Commit 2a2015d

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

File tree

6 files changed

+7
-3
lines changed

6 files changed

+7
-3
lines changed

Diff for: _build/config.json

+1-1
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
{

Diff for: _packages/tagger-1.11.0-pl.transport.zip

-128 KB
Binary file not shown.

Diff for: _packages/tagger-1.12.0-pl.transport.zip

125 KB
Binary file not shown.

Diff for: core/components/tagger/docs/changelog.txt

+4
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

Diff for: core/components/tagger/docs/readme.txt

+1-1
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 <[email protected]>
66
---------------------------------------

Diff for: core/components/tagger/elements/snippets/taggergetresourceswhere.snippet.php

+1-1
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)