pull/97/head
Rodolfo Berrios 2021-07-12 16:50:33 -04:00
parent e0342b6214
commit 27aaa235ec
No known key found for this signature in database
GPG Key ID: A5329E17FAA2FA7A
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
define('G_APP_NAME', 'Chevereto Free');
define('G_APP_VERSION', '1.3.0');
define('G_APP_VERSION', '1.4.0');
define('G_APP_GITHUB_OWNER', 'chevereto');
define('G_APP_GITHUB_REPO', 'chevereto-free');
define('G_APP_GITHUB_REPO_URL', 'https://github.com/' . G_APP_GITHUB_OWNER . '/' . G_APP_GITHUB_REPO);

View File

@ -286,6 +286,7 @@ try {
'moderate_uploads' => '', // ,all,guest,
'image_lock_nsfw_editing' => 0,
],
'1.4.0' => null,
];
// Settings that must be renamed from NAME to NEW NAME and DELETE old NAME
$settings_rename = [];