summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--appinfo/info.xml9
-rw-r--r--src/components/ContactDetails.vue2
2 files changed, 5 insertions, 6 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7c54835b..57843378 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -11,12 +11,11 @@
* 👥 **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem!
* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library.
</description>
- <version>2.2.0</version>
+ <version>3.0.0-beta1</version>
<licence>AGPL</licence>
- <author>Alexander Weidinger</author>
- <author>Jan-Christoph Borchardt</author>
- <author>Hendrik Leppelsack</author>
<author>John Molakvoæ</author>
+ <author>Jessica Greene</author>
+ <author>Arati R</author>
<documentation>
<user>https://docs.nextcloud.com/server/11/user_manual/pim/contacts.html</user>
<admin>https://docs.nextcloud.com/server/11/admin_manual/configuration_server/occ_command.html?highlight=occ%20commands#dav-label</admin>
@@ -30,7 +29,7 @@
<repository type="git">https://github.com/nextcloud/contacts.git</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Contacts/contacts.png</screenshot>
<dependencies>
- <nextcloud min-version="13" max-version="15" />
+ <nextcloud min-version="14" max-version="15" />
</dependencies>
<contactsmenu>
<provider>OCA\Contacts\ContactsMenu\Providers\DetailsProvider</provider>
diff --git a/src/components/ContactDetails.vue b/src/components/ContactDetails.vue
index 17c00b0a..6bc24567 100644
--- a/src/components/ContactDetails.vue
+++ b/src/components/ContactDetails.vue
@@ -407,7 +407,7 @@ export default {
moveContactToAddressbook(addressbookId) {
let addressbook = this.addressbooks.find(search => search.id === addressbookId)
this.loadingUpdate = true
- // TODO Make sure we do not overwrite contacts
+ // TODO Properly implement the MOVE request
if (addressbook) {
this.$store.dispatch('moveContactToAddressbook', {
// we need to use the store contact, not the local contact