mirror of
https://github.com/YunoHost-Apps/monica_ynh.git
synced 2024-09-03 19:46:23 +02:00
update version to 2.4.2
This commit is contained in:
parent
d05719dfff
commit
b7b5676813
4 changed files with 10 additions and 11 deletions
|
@ -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**
|
||||
<p align="center"><img src="37693034-5783b3d6-2c93-11e8-80ea-bd78438dcd51.png"></p>
|
||||
<h1 align="center">Personal Relationship Manager</h1>
|
||||
|
||||
|
|
11
conf/.env
11
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"url": "http://github.com/rndmh3ro/monica_ynh"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">> 2.7.2"
|
||||
"yunohost": ">> 2.4.2"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
|
|
Loading…
Reference in a new issue