Skip to content

Commit 6f40ad0

Browse files
committed
Bump version 3.1.4
1 parent 77fd1bd commit 6f40ad0

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.1.3');
345+
define('IPEER_VERSION', '3.1.4');
346346

347347

348348
/**

readme.md

+8
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@ Runing the tests:
7070
cake/console/cake -app app testsuite app group system
7171

7272
It is better not to touch the mouse or keyboard during the tests.
73+
iPeer 3.1.4
74+
---------------------------
75+
This is a maintenance release.
76+
* Increase the script exec time on export action
77+
* removed disabling edit group buttons when submissions have already
78+
* added pseudo data for rubric view
79+
* fixed broken link for adding survey questions when using
80+
* added individual criterion comments to the rubric csv export
7381

7482
iPeer 3.1.3
7583
---------------------------

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.3
1+
3.1.4

0 commit comments

Comments
 (0)