Skip to content

Commit 6f83ce0

Browse files
committed
Bump version to 3.0.1 and update readme
1 parent b9fcc43 commit 6f83ce0

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-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.0');
345+
define('IPEER_VERSION', '3.0.1');
346346

347347

348348
/**

readme.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
iPeer 3.0.1
2+
-----------------------------
3+
This is a maintenance release. It is recommended to upgrade to this version as it fixes a few critical bugs.
4+
* Fix old survey event can't be edited
5+
* Fix penalty display when only 1 penalty present.
6+
* Remove result release date from event form for surveys
7+
* Fix it couldn't add question in survey in IE and Firefox
8+
* Fix a teammaker xml issue when student survey response id is NULL
9+
* Fix Survey result link on instructor/admin home.
10+
* Fix old survey result do not show on viewEvaluationResult
11+
* Exclude dropped student from survey result summary
12+
* Fix survey save for "Choose any of" questions
13+
* Fix unable to add text answers to surveys
14+
* Fix master question losing responses & deletion
15+
* Fix previous submissions not loading
16+
* Fix Survey Question - Add/Remove Answer not working
17+
118
iPeer 3.0.0
219
-----------------------------
320
More than 74 bug fixes or improvements from 3.0.0 Beta

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0
1+
3.0.1

0 commit comments

Comments
 (0)