Index: branches/5.0.x/core/install/upgrades.sql =================================================================== diff -u -N -r13409 -r13494 --- branches/5.0.x/core/install/upgrades.sql (.../upgrades.sql) (revision 13409) +++ branches/5.0.x/core/install/upgrades.sql (.../upgrades.sql) (revision 13494) @@ -1635,4 +1635,6 @@ # ===== v 5.0.3-B2 ===== UPDATE CustomField SET ValueList = REPLACE(ValueList, '=+||', '') WHERE ElementType = 'radio'; -# ===== v 5.0.3-RC1 ===== \ No newline at end of file +# ===== v 5.0.3-RC1 ===== + +# ===== v 5.0.3 ===== \ No newline at end of file