Skip to content

Commit

Permalink
Release version 3.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
xcompass committed Sep 5, 2020
1 parent f218894 commit e0f0296
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/config/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@
$CWL['applicationID'] = '';
$CWL['applicationPassword'] = '';

define('IPEER_VERSION', '3.4.4');
define('IPEER_VERSION', '3.4.6');


/**
Expand Down
22 changes: 22 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,28 @@ You may optionally override the user default IRI (from `$base_url/users/view/$us

`CALIPER_ACTOR_UNIQUE_IDENTIFIER_PARAM`: Optionally set the actor's unique identifier using any column from the `user` table (ex: `username`, `id`, `email`). Will be inserted into the `CALIPER_ACTOR_BASE_URL` string.

iPeer 3.4.6
-----------
* FIX mixeval edit (#660)
* Update cake-guard to 1.0.7 to support eldap
* Fix docker-compose build (#645)
* Update cake-guard to 1.0.6
* Update composer deps
* Fix mixed content issue
* Fix fresh installation and simplify Dockerfile and docker-compose
* Redirect ipeer logs to stdout/stderr and optimize composer
* Update readme.md
* Update readme.md
* Caliper session hashing (#636)
* Caliper v1p2 update
* Merge pull request #631 from ubc/fix-tests
* Fix events model test
* Add steps on how to run test cases in containers

iPeer 3.4.5
-----------
Skip this version. Failed release

iPeer 3.4.4
-----------
* Added Caliper and delayed jobs support
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.4
3.4.6

0 comments on commit e0f0296

Please sign in to comment.