Skip to content

Commit

Permalink
Update ke 4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
basoro committed Apr 18, 2024
1 parent 42b5a93 commit d506194
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mlite_db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2469,7 +2469,7 @@ VALUES
(31,'settings','admin_mode','complex'),
(32,'settings','input_kasir','tidak'),
(33,'settings','editor','wysiwyg'),
(34,'settings','version','4.0.5'),
(34,'settings','version','4.0.6'),
(35,'settings','update_check','0'),
(36,'settings','update_changelog',''),
(37,'settings','update_version','0'),
Expand Down
2 changes: 1 addition & 1 deletion mlite_only.sql
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ INSERT INTO `mlite_settings` (`id`, `module`, `field`, `value`) VALUES
(31, 'settings', 'admin_mode', 'complex'),
(32, 'settings', 'input_kasir', 'tidak'),
(33, 'settings', 'editor', 'wysiwyg'),
(34, 'settings', 'version', '4.0.5'),
(34, 'settings', 'version', '4.0.6'),
(35, 'settings', 'update_check', '0'),
(36, 'settings', 'update_changelog', ''),
(37, 'settings', 'update_version', '0'),
Expand Down
2 changes: 2 additions & 0 deletions systems/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ function rrmdir($dir)
$return = '4.0.4';
case '4.0.4':
$return = '4.0.5';
case '4.0.5':
$return = '4.0.6';
}
return $return;

0 comments on commit d506194

Please sign in to comment.