diff --git a/app/config/core.php b/app/config/core.php index b27913deb..feb68acd8 100644 --- a/app/config/core.php +++ b/app/config/core.php @@ -342,7 +342,7 @@ $CWL['applicationID'] = ''; $CWL['applicationPassword'] = ''; - define('IPEER_VERSION', '3.0.7'); + define('IPEER_VERSION', '3.0.8'); /** diff --git a/readme.md b/readme.md index ca0cf39af..13bfae4ab 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,13 @@ +iPeer 3.0.8 +--------------------------- +This is a maintenance release. +* Fixed reported bug in student index +* Fixed courses edit for instructors and tutors +* Modified courses/edit for instructor in no faculties +* Fixed a timezone bug. +* Added a small event model test +* Fixed survey group member model tests + iPeer 3.0.7 --------------------------- This is a maintenance release. diff --git a/version.txt b/version.txt index 2451c27ca..67786e246 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.0.7 +3.0.8