Skip to content

Commit 5d1a4bf

Browse files
committed
Bump to version 3.2.0
Disable the release for now as github generated zip file is good enough
1 parent f80072b commit 5d1a4bf

File tree

4 files changed

+36
-12
lines changed

4 files changed

+36
-12
lines changed

.travis.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ before_script:
2929
- mysql -e "create database IF NOT EXISTS ipeer_test;" -uroot
3030

3131
script: vendor/bin/phing build-ci
32-
deploy:
33-
provider: releases
34-
skip_cleanup: true
35-
api_key:
36-
secure: JqPtCTP6y1zJqmtShDvvQOSsQ/Vf5iAmk4wfIuw2ATV2puQH7/ojQNmLRb7b59Ek5dJzHzIx3RmK+JZtAPHV7HHEZ4sH0qhEM4GZQjmWre4fqmYS5+XnFjQ7C0iLYmVCklAQ3ziinzzESwrfVxtehq5/XNnt6kUCJorRvS22ee8=
37-
file: ipeer-release.zip
38-
on:
39-
repo: ubc/iPeer
40-
tags: true
41-
php: 5.3
32+
#deploy:
33+
# provider: releases
34+
# skip_cleanup: true
35+
# api_key:
36+
# secure: JqPtCTP6y1zJqmtShDvvQOSsQ/Vf5iAmk4wfIuw2ATV2puQH7/ojQNmLRb7b59Ek5dJzHzIx3RmK+JZtAPHV7HHEZ4sH0qhEM4GZQjmWre4fqmYS5+XnFjQ7C0iLYmVCklAQ3ziinzzESwrfVxtehq5/XNnt6kUCJorRvS22ee8=
37+
# file: ipeer-release.zip
38+
# on:
39+
# repo: ubc/iPeer
40+
# tags: true
41+
# php: 5.3

app/config/core.php

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

346-
define('IPEER_VERSION', '3.1.9');
346+
define('IPEER_VERSION', '3.2.0');
347347

348348

349349
/**

readme.md

+24
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,30 @@ Runing the tests:
7676

7777
It is better not to touch the mouse or keyboard during the tests.
7878

79+
iPeer 3.2.0
80+
-----------
81+
* Fixed wrong score calculation when using rubric with zero mark enabled
82+
* Validated Rubric and Mixeval form data
83+
* Fixed #532 permission issue when re-add user
84+
* Fixed empty email body when there is no special merge field
85+
* Commented out volume mount for ipeer app docker image
86+
* Fixed the permission issue in docker image
87+
* Added docker instructions to readme
88+
* Added image directive in docker-compose
89+
* Added AWS deployment script
90+
* Added a simple health endpoint
91+
* Added deployment instruction/scripts for GCE
92+
* Removed config dir and database writable checking
93+
* More strict checking for env vars
94+
* Updateed build.xml and travis.yml to use environment vars
95+
* Set default Session.model value
96+
* Added web container for static file serving
97+
* Updated cake guard
98+
* Used table to detect installation and refactor installation
99+
* Added docker support
100+
* Updated translation file
101+
* Updated deployment script for travis
102+
79103
iPeer 3.1.9
80104
---------------------------
81105
* Fixed #527 wrong grades calculated during the grade through API

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.9
1+
3.2.0

0 commit comments

Comments
 (0)