Index: branches/5.1.x/install/upgrades.sql =================================================================== diff -u -N -r13634 -r13747 --- branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 13634) +++ branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 13747) @@ -71,6 +71,12 @@ # ===== v 5.0.3 ===== +# ===== v 5.0.4-B1 ===== + +# ===== v 5.0.4-B2 ===== + +# ===== v 5.0.4 ===== + # ===== v 5.1.0-B1 ===== UPDATE Modules SET Path = 'modules/in-news/' WHERE `Name` = 'In-News'; DELETE FROM ConfigurationValues WHERE VariableName IN ( Index: branches/5.1.x/units/articles/articles_config.php =================================================================== diff -u -N -r13634 -r13747 --- branches/5.1.x/units/articles/articles_config.php (.../articles_config.php) (revision 13634) +++ branches/5.1.x/units/articles/articles_config.php (.../articles_config.php) (revision 13747) @@ -1,6 +1,6 @@