diff --git a/README.md b/README.md index ea57634..188f0e9 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: **v2.3.1** +Shipped version: **v2.4.2**

Personal Relationship Manager

diff --git a/conf/.env b/conf/.env index 5278bfa..1db6e15 100644 --- a/conf/.env +++ b/conf/.env @@ -31,6 +31,7 @@ DB_DATABASE=yunobase DB_USERNAME=yunouser DB_PASSWORD=yunopass DB_PREFIX= +DB_TEST_HOST=127.0.0.1 DB_TEST_DATABASE=monica_test DB_TEST_USERNAME=homestead DB_TEST_PASSWORD=secret @@ -50,11 +51,6 @@ MAIL_FROM_ADDRESS=monica@yunodomain MAIL_FROM_NAME="Monica" APP_EMAIL_NEW_USERS_NOTIFICATION=yunomail -# Default timezone for new users. Users can change this setting inside the -# application at their leisure. -# Must be exactly one of the timezones used in this list: -# https://github.com/monicahq/monica/blob/master/resources/views/settings/index.blade.php#L70 -APP_DEFAULT_TIMEZONE=US/Eastern # Default locale used in the application. APP_DEFAULT_LOCALE=language @@ -70,6 +66,9 @@ APP_SIGNUP_DOUBLE_OPTIN=false # To trust one or more specific proxies that connect directly to your server, use a comma separated list of IP addresses. APP_TRUSTED_PROXIES= +# Enable automatic cloudflare trusted proxy discover +APP_TRUSTED_CLOUDFLARE=false + # Frequency of creation of new log files. Logs are written when an error occurs. # Refer to config/logging.php for the possible values. LOG_CHANNEL=daily @@ -77,7 +76,7 @@ LOG_CHANNEL=daily # Error tracking. Specific to hosted version on .com. You probably don't need # those. SENTRY_SUPPORT=false -SENTRY_DSN= +SENTRY_LARAVEL_DSN= # Send a daily ping to https://version.monicahq.com to check if a new version # is available. When a new version is detected, you will have a message in the diff --git a/conf/app.src b/conf/app.src index 7c9734c..b07db89 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/monicahq/monica/archive/v2.3.1.zip -SOURCE_SUM=d18a2ad59937d5a053727336a03402557a774c148060f060cf45f6c686596b90 +SOURCE_URL=https://github.com/monicahq/monica/archive/v2.4.2.zip +SOURCE_SUM=21dfc78fe303f793f0ac41e06d0fdbcc0ad4a658b99231cfd9c7bbc719a19671 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=v2.3.1.zip +SOURCE_FILENAME=v2.4.2.zip diff --git a/manifest.json b/manifest.json index d049da9..4ce86d6 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,7 @@ "url": "http://github.com/rndmh3ro/monica_ynh" }, "requirements": { - "yunohost": ">> 2.7.2" + "yunohost": ">> 2.4.2" }, "multi_instance": true, "services": [