Skip to content

Commit

Permalink
Bump to version 3.2.0
Browse files Browse the repository at this point in the history
Disable the release for now as github generated zip file is good enough
  • Loading branch information
xcompass committed Dec 6, 2016
1 parent f80072b commit 5d1a4bf
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ before_script:
- mysql -e "create database IF NOT EXISTS ipeer_test;" -uroot

script: vendor/bin/phing build-ci
deploy:
provider: releases
skip_cleanup: true
api_key:
secure: JqPtCTP6y1zJqmtShDvvQOSsQ/Vf5iAmk4wfIuw2ATV2puQH7/ojQNmLRb7b59Ek5dJzHzIx3RmK+JZtAPHV7HHEZ4sH0qhEM4GZQjmWre4fqmYS5+XnFjQ7C0iLYmVCklAQ3ziinzzESwrfVxtehq5/XNnt6kUCJorRvS22ee8=
file: ipeer-release.zip
on:
repo: ubc/iPeer
tags: true
php: 5.3
#deploy:
# provider: releases
# skip_cleanup: true
# api_key:
# secure: JqPtCTP6y1zJqmtShDvvQOSsQ/Vf5iAmk4wfIuw2ATV2puQH7/ojQNmLRb7b59Ek5dJzHzIx3RmK+JZtAPHV7HHEZ4sH0qhEM4GZQjmWre4fqmYS5+XnFjQ7C0iLYmVCklAQ3ziinzzESwrfVxtehq5/XNnt6kUCJorRvS22ee8=
# file: ipeer-release.zip
# on:
# repo: ubc/iPeer
# tags: true
# php: 5.3
2 changes: 1 addition & 1 deletion app/config/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
$CWL['applicationID'] = '';
$CWL['applicationPassword'] = '';

define('IPEER_VERSION', '3.1.9');
define('IPEER_VERSION', '3.2.0');


/**
Expand Down
24 changes: 24 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,30 @@ Runing the tests:

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

iPeer 3.2.0
-----------
* Fixed wrong score calculation when using rubric with zero mark enabled
* Validated Rubric and Mixeval form data
* Fixed #532 permission issue when re-add user
* Fixed empty email body when there is no special merge field
* Commented out volume mount for ipeer app docker image
* Fixed the permission issue in docker image
* Added docker instructions to readme
* Added image directive in docker-compose
* Added AWS deployment script
* Added a simple health endpoint
* Added deployment instruction/scripts for GCE
* Removed config dir and database writable checking
* More strict checking for env vars
* Updateed build.xml and travis.yml to use environment vars
* Set default Session.model value
* Added web container for static file serving
* Updated cake guard
* Used table to detect installation and refactor installation
* Added docker support
* Updated translation file
* Updated deployment script for travis

iPeer 3.1.9
---------------------------
* Fixed #527 wrong grades calculated during the grade through API
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.9
3.2.0

0 comments on commit 5d1a4bf

Please sign in to comment.