Skip to content

Commit e0f0296

Browse files
committed
Release version 3.4.6
1 parent f218894 commit e0f0296

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

app/config/core.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@
347347
$CWL['applicationID'] = '';
348348
$CWL['applicationPassword'] = '';
349349

350-
define('IPEER_VERSION', '3.4.4');
350+
define('IPEER_VERSION', '3.4.6');
351351

352352

353353
/**

readme.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,28 @@ You may optionally override the user default IRI (from `$base_url/users/view/$us
201201

202202
`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.
203203

204+
iPeer 3.4.6
205+
-----------
206+
* FIX mixeval edit (#660)
207+
* Update cake-guard to 1.0.7 to support eldap
208+
* Fix docker-compose build (#645)
209+
* Update cake-guard to 1.0.6
210+
* Update composer deps
211+
* Fix mixed content issue
212+
* Fix fresh installation and simplify Dockerfile and docker-compose
213+
* Redirect ipeer logs to stdout/stderr and optimize composer
214+
* Update readme.md
215+
* Update readme.md
216+
* Caliper session hashing (#636)
217+
* Caliper v1p2 update
218+
* Merge pull request #631 from ubc/fix-tests
219+
* Fix events model test
220+
* Add steps on how to run test cases in containers
221+
222+
iPeer 3.4.5
223+
-----------
224+
Skip this version. Failed release
225+
204226
iPeer 3.4.4
205227
-----------
206228
* Added Caliper and delayed jobs support

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.4
1+
3.4.6

0 commit comments

Comments
 (0)