Added new version to upgrade.php

This commit is contained in:
michu2k
2020-02-19 20:20:39 +01:00
parent 0c9511fb34
commit cb5f413301

View File

@@ -209,6 +209,9 @@ switch ($version) {
$this->core->db()->pdo()->exec("INSERT INTO `settings` (`module`, `field`, `value`) VALUES ('contact', 'checkbox.switch', '0')"); $this->core->db()->pdo()->exec("INSERT INTO `settings` (`module`, `field`, `value`) VALUES ('contact', 'checkbox.switch', '0')");
$this->core->db()->pdo()->exec("INSERT INTO `settings` (`module`, `field`, `value`) VALUES ('contact', 'checkbox.content', 'I agree to the processing of personal data...')"); $this->core->db()->pdo()->exec("INSERT INTO `settings` (`module`, `field`, `value`) VALUES ('contact', 'checkbox.content', 'I agree to the processing of personal data...')");
$return = '1.3.5'; $return = '1.3.5';
case '1.3.5':
$return = '1.3.6';
} }
return $return; return $return;