Tag 1.2.1

pull/72/head 1.2.1
Rodolfo Berrios 2020-08-28 15:10:43 -04:00
parent 43ba1c5e49
commit d6b84b9f73
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
define('G_APP_NAME', 'Chevereto Free'); 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_OWNER', 'chevereto');
define('G_APP_GITHUB_REPO', 'chevereto-free'); define('G_APP_GITHUB_REPO', 'chevereto-free');
define('G_APP_GITHUB_REPO_URL', 'https://github.com/' . G_APP_GITHUB_OWNER . '/' . G_APP_GITHUB_REPO); define('G_APP_GITHUB_REPO_URL', 'https://github.com/' . G_APP_GITHUB_OWNER . '/' . G_APP_GITHUB_REPO);

View File

@ -276,6 +276,7 @@ try {
'hostname' => null, 'hostname' => null,
'theme_show_embed_content_for' => 'all', // none,users,all '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 that must be renamed from NAME to NEW NAME and DELETE old NAME
$settings_rename = []; $settings_rename = [];