Index: branches/5.1.x/install/upgrades.sql =================================================================== diff -u -N -r14450 -r14481 --- branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 14450) +++ branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 14481) @@ -218,4 +218,6 @@ # ===== v 5.1.3-RC1 ===== UPDATE ConfigurationValues SET VariableValue = 'in-commerce/products/product_detail' -WHERE VariableName = 'p_ItemTemplate' AND VariableValue = 'in-commerce/designs/detail'; \ No newline at end of file +WHERE VariableName = 'p_ItemTemplate' AND VariableValue = 'in-commerce/designs/detail'; + +# ===== v 5.1.3-RC2 ===== \ No newline at end of file