Skip to content

Commit 24c5c26

Browse files
committed
Build script updated
1 parent 078bdb4 commit 24c5c26

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

_build/build.transport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/* define package */
1515
define('PKG_NAME','Collections');
1616
define('PKG_NAME_LOWER',strtolower(PKG_NAME));
17-
define('PKG_VERSION','1.1.1');
17+
define('PKG_VERSION','1.2.0');
1818
define('PKG_RELEASE','pl');
1919

2020
/* define sources */

_build/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
,"lowCaseName": "collections"
44
,"description": "Hides resources under this container in tree. Adding grid int o the update resource panel."
55
,"author": "Jan Peca"
6-
,"version": "1.1.1"
6+
,"version": "1.2.0"
77
,"package":{
88
"elements": {
99
"plugins": [{

core/components/collections/docs/changelog.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Changelog for Collections.
22

3-
3+
Collections 1.2.0
4+
===================
45
- Added ability to search via created by full name
56
- Added ability to search via created by username
67
- Fixed switching child between two Collections

core/components/collections/docs/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
=====================
22
Collections
3-
1.1.1 pl
3+
1.2.0 pl
44

55
Jan Peca
66
pecajan@gmail.com

0 commit comments

Comments
 (0)