Skip to content

Commit 6ee0039

Browse files
committed
BUmp version 1.3.1
1 parent 811f751 commit 6ee0039

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-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.3.0');
17+
define('PKG_VERSION','1.3.1');
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.3.0",
6+
"version": "1.3.1",
77
"package":{
88
"actions": [{
99
"id": 1

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

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

3+
Tagger 1.3.1
4+
==============
5+
- Fixed autotag styles in Revolution 2.3
6+
- Fixed tag's styles inside tag field in Revolution 2.3
7+
38
Tagger 1.3.0
49
==============
510
- Fixed bug that removed all assigned tags on second resource's save

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

0 commit comments

Comments
 (0)