We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d9fd88 commit 7d7f5a6Copy full SHA for 7d7f5a6
install/sql/db.sql
@@ -193,7 +193,7 @@ CREATE TABLE IF NOT EXISTS `mc_setting` (
193
INSERT INTO `mc_setting` (`id_setting`, `name`, `value`, `type`, `label`, `category`) VALUES
194
(NULL, 'theme', 'default', 'string', 'site theme', 'theme'),
195
(NULL, 'analytics', NULL, 'string', 'google analytics', 'google'),
196
-(NULL, 'magix_version', '3.7.6', 'string', 'Version Magix CMS', 'release'),
+(NULL, 'magix_version', '3.7.7', 'string', 'Version Magix CMS', 'release'),
197
(NULL, 'vat_rate', '21', 'float', 'VAT Rate', 'catalog'),
198
(NULL, 'price_display', 'tinc', 'string', 'Price display with or without tax included', 'catalog'),
199
(NULL, 'product_per_page', 12, 'int', 'Number of product per page in the pages of the catalog', 'catalog'),
0 commit comments