Skip to content

Commit 666db32

Browse files
author
Tim Filler
committed
bump version -> v0.2.5
1 parent 57e6604 commit 666db32

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
### UI Tools
22

3+
#### 29.09.2017 - v0.2.5 Add help files
4+
5+
- add general, datetimepicker, minicolors, selectize help files
6+
37
#### 28.09.2017 - v0.2.4 Add jquery-minicolors support for System Customizer Color Field
48

59
- standard is on, set to color format `hex` for backwards compatibility - fixes #2

help.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010

1111
?>
12-
<h3>UI Tools AddOn <small>v0.2.4</small></h3>
12+
<h3>UI Tools AddOn <small>v0.2.5</small></h3>
1313

1414
<img src="https://github.com/FriendsOfREDAXO/ui_tools/blob/assets/assets/img/friends-of-redaxo-addon.png?raw=true" style="float:right;" width="305" height="206" />
1515
<p>

package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Alle hier gesetzten Werte können über $addon->getProperty($key) abgefragt werden
22

33
package: ui_tools
4-
version: '0.2.4'
4+
version: '0.2.5'
55
author: 'Friends Of REDAXO'
66
supportpage: https://github.com/FriendsOfREDAXO/ui_tools/issues
77
info: 'Idee und Realisierung der ersten Version: Tim Filler / timfiller.de'

0 commit comments

Comments
 (0)