Tag 1.2.1
This commit is contained in:
parent
43ba1c5e49
commit
d6b84b9f73
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
define('G_APP_NAME', 'Chevereto Free');
|
||||
define('G_APP_VERSION', '1.2.0');
|
||||
define('G_APP_VERSION', '1.2.1');
|
||||
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);
|
||||
|
|
|
@ -276,6 +276,7 @@ try {
|
|||
'hostname' => null,
|
||||
'theme_show_embed_content_for' => 'all', // none,users,all
|
||||
],
|
||||
'1.2.1' => null,
|
||||
];
|
||||
// Settings that must be renamed from NAME to NEW NAME and DELETE old NAME
|
||||
$settings_rename = [];
|
||||
|
|
Loading…
Add table
Reference in a new issue