From 6fad6e800f297151daefe6143c3244dd1e170de1 Mon Sep 17 00:00:00 2001 From: rodolfoberrios Date: Sun, 22 Apr 2018 14:18:34 -0300 Subject: [PATCH] v1.0.12 --- README.md | 7 +++++-- app/app.php | 2 +- app/install/installer.php | 8 +++++--- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2376a828..d4e53900 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,10 @@ Chevereto has a built-in system that everyday checks for new updates via the [Ch To upgrade to our paid edition simply navigate to your dashboard panel and click on the `upgrade` button. ## Support -Chevereto Free doesn't include any kind of support. However, feel free to browse all our [support tickets](https://chevereto.com/tech-support). If you need further assistance consider buying our paid edition. +Chevereto Free is forked from previous paid releases and it inheriths not only the new features and improvements, but also the bugs at that prior stage of development. Since this edition is always several months behind the paid edition, **any support request or bug reporting is ignored**. ## License -Copyright [Rodolfo Berríos](http://rodolfoberrios.com) - Released under the AGPLv3 license. The software is offered on an “as-is” basis and no warranty, either expressed or implied, is given. \ No newline at end of file +Copyright [Rodolfo Berríos](http://rodolfoberrios.com) - Released under the AGPLv3 license. + +## Warranty +This software doesn't include support, it may contain bugs, use it at your own risk. The software is offered on an “as-is” basis and no warranty, either expressed or implied, is given. \ No newline at end of file diff --git a/app/app.php b/app/app.php index 22077d5e..78d313b2 100644 --- a/app/app.php +++ b/app/app.php @@ -1,6 +1,6 @@ '0', ], // 3.9.5 - '1.0.9' => [ + '1.0.9' => [ 'auto_delete_guest_uploads' => NULL, ], '1.0.10' => [ @@ -242,13 +242,15 @@ 'enable_plugin_route' => 1, 'sdk_pup_url' => NULL, ], + '1.0.11' => NULL, + '1.0.12' => NULL, ]; // Settings that must be renamed from NAME to NEW NAME and DELETE old NAME $settings_rename = []; - + // Settings that must be renamed from NAME to NEW NAME and doesn't delete old NAME $settings_switch = []; - + $chv_initial_settings = []; foreach($settings_updates as $k => $v) { if(is_null($v)) continue;