Skip to content

Commit 3deaf5b

Browse files
committed
Update changelog and info.xml
1 parent 17f4a19 commit 3deaf5b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55

6+
## [1.5.4] - 2018-03-06
7+
### Added
8+
- Label to address book selection field
9+
10+
### Changed
11+
- Allow scrolling of address book list in setting area
12+
- Escape user and group names in sharing drop down
13+
614
## [1.5.3] - 2017-09-11
715
### Added
816
- Email and phone fields have icons to open linked clients.

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Furthermore users can share address books with other users or groups (read-only/
1313
In addition to managing synchronized contacts the application also offers a feature to import contacts from vCards (.vcf).</description>
1414
<licence>AGPL</licence>
1515
<author>Hendrik Leppelsack, Thomas Müller, Alexander Weidinger, Jan-Christoph Borchardt, Tom Needham</author>
16-
<version>1.5.3</version>
16+
<version>1.5.4</version>
1717
<documentation>
1818
<user>https://doc.owncloud.org/server/10.0/user_manual/pim/index.html</user>
1919
<admin>https://doc.owncloud.org/server/10.0/admin_manual/configuration/server/occ_command.html?highlight=contacts#dav-commands</admin>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "contacts",
3-
"version": "1.5.0",
3+
"version": "1.5.4",
44
"description": "Place this app in **owncloud/apps/**",
55
"author": {
66
"name": "Hendrik Leppelsack",

0 commit comments

Comments
 (0)