Index: branches/5.2.x/install/install_data.sql =================================================================== diff -u -r15607 -r15746 --- branches/5.2.x/install/install_data.sql (.../install_data.sql) (revision 15607) +++ branches/5.2.x/install/install_data.sql (.../install_data.sql) (revision 15746) @@ -182,4 +182,4 @@ INSERT INTO ImportScripts VALUES (DEFAULT, 'Articles from CSV file [In-News]', '', 'n', 'In-News', '', 'CSV', '1'); -INSERT INTO Modules VALUES ('In-News', 'modules/in-news/', 'n', DEFAULT, 1, 2, 'in-news/', {NewsCatId}, NULL, NULL); \ No newline at end of file +INSERT INTO Modules VALUES ('In-News', 'modules/in-news/', 'Intechnic\\InPortal\\Modules\\InNews', 'n', DEFAULT, 1, 2, 'in-news/', {NewsCatId}, NULL, NULL); \ No newline at end of file Index: branches/5.2.x/install/upgrades.php =================================================================== diff -u -r15523 -r15746 --- branches/5.2.x/install/upgrades.php (.../upgrades.php) (revision 15523) +++ branches/5.2.x/install/upgrades.php (.../upgrades.php) (revision 15746) @@ -1,6 +1,6 @@ Array ('Core' => '5.2.0-RC1'), '5.2.0' => Array ('Core' => '5.2.0'), '5.2.1-B1' => Array ('Core' => '5.2.1-B1'), + '5.2.1-B2' => Array ('Core' => '5.2.1-B2'), ); } Index: branches/5.2.x/install/upgrades.sql =================================================================== diff -u -r15523 -r15746 --- branches/5.2.x/install/upgrades.sql (.../upgrades.sql) (revision 15523) +++ branches/5.2.x/install/upgrades.sql (.../upgrades.sql) (revision 15746) @@ -140,3 +140,8 @@ UPDATE SystemSettings SET DisplayOrder = 20.04 WHERE VariableName = 'Perpage_NewsReviews'; + +# ===== v 5.2.1-B2 ===== +UPDATE Modules +SET ClassNamespace = 'Intechnic\\InPortal\\Modules\\InNews' +WHERE `Name` = 'In-News';