diff --git a/README.md b/README.md index a7bc868..bab7a94 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Installer Monica with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=monica) -Shipped version: **2.7.1** +Shipped version: **2.8.0**

Personal Relationship Manager

diff --git a/conf/.env b/conf/.env index 1db6e15..b42f2a4 100644 --- a/conf/.env +++ b/conf/.env @@ -55,7 +55,8 @@ APP_EMAIL_NEW_USERS_NOTIFICATION=yunomail # Default locale used in the application. APP_DEFAULT_LOCALE=language -# Ability to disable signups on your instance. Can be true or false. Default to false. +# Ability to disable signups on your instance. +# Can be true or false. Default to false. APP_DISABLE_SIGNUP=true # Enable user email verification. @@ -90,17 +91,6 @@ CHECK_VERSION=true # features. We use Stripe to do this. REQUIRES_SUBSCRIPTION=false -# ONLY NECESSARY IF MONICA REQUIRES A SUBSCRIPTION TO WORK -# Leave blank unless you know what you are doing. -STRIPE_KEY= -STRIPE_SECRET= -PAID_PLAN_MONTHLY_FRIENDLY_NAME= -PAID_PLAN_MONTHLY_ID= -PAID_PLAN_MONTHLY_PRICE= -PAID_PLAN_ANNUAL_FRIENDLY_NAME= -PAID_PLAN_ANNUAL_ID= -PAID_PLAN_ANNUAL_PRICE= - # Change this only if you know what you are doing CACHE_DRIVER=database SESSION_DRIVER=file @@ -119,7 +109,7 @@ AWS_BUCKET= AWS_SERVER= # Allow Two Factor Authentication feature on your instance -2FA_ENABLED=false +MFA_ENABLED=false # CLIENT ID and SECRET used for the official mobile application # This is to make sure that only the mobile application that you approve can diff --git a/conf/app.src b/conf/app.src index c7d4bb3..3a4a9ff 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/monicahq/monica/archive/v2.7.1.zip -SOURCE_SUM=d9bdb6508d23835a0b6f45332fa15a58959ab7bf8052670465c7bb67812c17aa +SOURCE_URL=https://github.com/monicahq/monica/archive/v2.8.0.zip +SOURCE_SUM=72670426bf3ffd64827d0d0fce32469fc895b800580d1c81f0213e52b468e1c6 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=v2.7.1.zip +SOURCE_FILENAME=v2.8.0.zip diff --git a/manifest.json b/manifest.json index de63a08..423333b 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ }, "url": "https://monica.com", "license": "GPL-3.0", - "version": "2.7.1", + "version": "2.8.0", "maintainer": { "name": "Sebastian Gumprich", "email": "yunohost@gumpri.ch", diff --git a/sources/extra_files/app/.gitignore b/sources/extra_files/app/.gitignore deleted file mode 100644 index 783a4ae..0000000 --- a/sources/extra_files/app/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -*~ -*.sw[op] diff --git a/sources/patches/.gitignore b/sources/patches/.gitignore deleted file mode 100644 index 783a4ae..0000000 --- a/sources/patches/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -*~ -*.sw[op]