Skip to content

Commit f1a8494

Browse files
committed
Bump version 1.6.0
1 parent 0f4de18 commit f1a8494

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

Diff for: _build/build.transport.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/* define package */
1515
define('PKG_NAME','Tagger');
1616
define('PKG_NAME_LOWER',strtolower(PKG_NAME));
17-
define('PKG_VERSION','1.5.1');
17+
define('PKG_VERSION','1.6.0');
1818
define('PKG_RELEASE','pl');
1919

2020
/* define sources */

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.5.1",
6+
"version": "1.6.0",
77
"package":{
88
"actions": [{
99
"id": 1

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

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Changelog for Tagger.
22

3+
Tagger 1.6.0
4+
==============
35
- Added friendlyURL option to TaggerGetTags
46
- Added matchAll option to TaggerGetResourcesWhere
57

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.3.1
4+
Version: 1.6.0
55
Author: John Peca <[email protected]>
66
---------------------------------------

0 commit comments

Comments
 (0)