diff --git a/changelog.txt b/changelog.txt index 8f3612f5d8..db514644b4 100755 --- a/changelog.txt +++ b/changelog.txt @@ -6,6 +6,7 @@ * Fix - Remove special character and replace with \' instead * Fix - change site_transients to normal transients and decrease the time from 30 days to 10 * Fix - Create a fallback for round with 3 parameters. Added a check to use to use only 2 parameter for php version below 5.3 +* Tweak - Output course order via php instead of relying on JS to re-order on the front-end. 2015.06.18 - version 1.8.5 * Fix - Save the lesson preview checkbox unchecked state as well. The bug was that unchecked boxes does not get passed via $_POST in certain cases.