Index: branches/RC/core/install/upgrades.sql =================================================================== diff -u -r10358 -r10364 --- branches/RC/core/install/upgrades.sql (.../upgrades.sql) (revision 10358) +++ branches/RC/core/install/upgrades.sql (.../upgrades.sql) (revision 10364) @@ -169,7 +169,7 @@ ALTER TABLE PersistantSessionData ADD VariableId BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY FIRST; -# ===== v 4.2.3 ===== +# ===== v 4.3.0 ===== INSERT INTO ConfigurationAdmin VALUES ('u_MaxImageCount', 'la_section_ImageSettings', 'la_config_MaxImageCount', 'text', '', '', 30.01, 0, 0); INSERT INTO ConfigurationAdmin VALUES ('u_ThumbnailImageWidth', 'la_section_ImageSettings', 'la_config_ThumbnailImageWidth', 'text', '', '', 30.02, 0, 0); INSERT INTO ConfigurationAdmin VALUES ('u_ThumbnailImageHeight', 'la_section_ImageSettings', 'la_config_ThumbnailImageHeight', 'text', '', '', 30.03, 0, 0); Index: branches/RC/admin/install/upgrades/inportal_upgrade_v4.3.0.sql =================================================================== diff -u -r10358 -r10364 --- branches/RC/admin/install/upgrades/inportal_upgrade_v4.3.0.sql (.../inportal_upgrade_v4.3.0.sql) (revision 10358) +++ branches/RC/admin/install/upgrades/inportal_upgrade_v4.3.0.sql (.../inportal_upgrade_v4.3.0.sql) (revision 10364) @@ -70,5 +70,5 @@ INSERT INTO ConfigurationAdmin VALUES ('AutoRefreshIntervals', 'la_Text_Website', 'la_config_AutoRefreshIntervals', 'text', '', '', 10.26, 0, 0); INSERT INTO ConfigurationValues VALUES (DEFAULT, 'AutoRefreshIntervals', '1,5,15,30,60,120,240', 'In-Portal', 'in-portal:configure_general'); -UPDATE Modules SET Version = '4.2.3' WHERE Name = 'Core'; +UPDATE Modules SET Version = '4.3.0' WHERE Name = 'Core'; UPDATE Modules SET Version = '4.3.0' WHERE Name = 'In-Portal'; \ No newline at end of file