Skip to content

Commit 5cc68a6

Browse files
committed
Bump version to 3.0.6
1 parent cf32143 commit 5cc68a6

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

app/config/core.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@
342342
$CWL['applicationID'] = '';
343343
$CWL['applicationPassword'] = '';
344344

345-
define('IPEER_VERSION', '3.0.5');
345+
define('IPEER_VERSION', '3.0.6');
346346

347347

348348
/**

readme.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
iPeer 3.0.6
2+
---------------------------
3+
This is a maintenance release. It fixes a few bugs related to the building block API and web interface.
4+
* Fixed a bug in the api
5+
* Modified groupMembers and enrolment in the api
6+
* Updated guard plugin
7+
* Fixed a bug when adding 0 member to course using API
8+
* Fixed zero_mark bug for rubric view and rubric evaluation forms
9+
* Fixed non-existing users added to group as id 0 by API
10+
* Fixed #480, removed auth error on login page when redirect from app root
11+
* Moved API log into logs/api.log
12+
* Fixed a style issue
13+
* Fixed failed to add user when user data has tab (\t) in API
14+
115
iPeer 3.0.5
216
---------------------------
317
This is a maintenance release. It fixes a few bugs related to the building block API and web interface.

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.5
1+
3.0.6

0 commit comments

Comments
 (0)