diff --git a/README.md b/README.md index 9c1a385..43ebdb4 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Monica is an open-source web application to organize the interactions with your loved ones. I call it a PRM, or Personal Relationship Management. Think of it as a [CRM](https://en.wikipedia.org/wiki/Customer_relationship_management) (a popular tool used by sales teams in the corporate world) for your friends or family. -**Shipped version:** 3.6.1~ynh1 +**Shipped version:** 3.7.0~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 5b10373..f8fdaeb 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Monica is an open-source web application to organize the interactions with your loved ones. I call it a PRM, or Personal Relationship Management. Think of it as a [CRM](https://en.wikipedia.org/wiki/Customer_relationship_management) (a popular tool used by sales teams in the corporate world) for your friends or family. -**Version incluse :** 3.6.1~ynh1 +**Version incluse :** 3.7.0~ynh1 ## Captures d'écran diff --git a/check_process b/check_process index 72b966d..6991974 100644 --- a/check_process +++ b/check_process @@ -19,7 +19,7 @@ # 2.17.0~ynh1 # upgrade=1 from_commit=4b497cf6445fc515070265721f40ceb816864bf1 # 2.17.0~ynh2 - upgrade=1 from_commit=abd951313924e009a1e2c6dda5f78fe3a2564004 + #upgrade=1 from_commit=abd951313924e009a1e2c6dda5f78fe3a2564004 # 2.17.0~ynh3 upgrade=1 from_commit=a302e339956009004ece10bec8028f26a59d665e backup_restore=1 diff --git a/conf/app.src b/conf/app.src index 671396a..66831c9 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://github.com/monicahq/monica/archive/v3.6.1.zip -SOURCE_SUM=8f2fdbd91e22bee2bcebc8cfeda0aa3a305d2e5dfd99a659cd30f9b92b2c2bd9 +SOURCE_URL=https://github.com/monicahq/monica/archive/v3.7.0.zip +SOURCE_SUM=1a8f6a8d76c0a504601cf649af219e6b3c4a757f632e71a095c3a2a56232d711 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=v3.6.1.zip +SOURCE_FILENAME= SOURCE_EXTRACT=true diff --git a/manifest.json b/manifest.json index cdff922..7616c6f 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": " Personal Relationship Manager - a new kind of CRM to organize interactions with your friends and family." }, - "version": "3.6.1~ynh1", + "version": "3.7.0~ynh1", "url": "https://monicahq.com", "upstream": { "license": "GPL-3.0", @@ -43,10 +43,6 @@ { "name": "is_public", "type": "boolean", - "ask": { - "en": "Is it a public application?", - "fr": "Est-ce une application publique ?" - }, "default": true }, {