Skip to content

Commit 5f8d9e3

Browse files
committed
Prepare for 3.4.7
1 parent d41b19f commit 5f8d9e3

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-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.6');
350+
define('IPEER_VERSION', '3.4.7');
351351

352352

353353
/**

readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,11 @@ 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.7
205+
-----------
206+
* Increase PHP memory limit for docker container
207+
* Fix logging issue for docker container
208+
204209
iPeer 3.4.6
205210
-----------
206211
* FIX mixeval edit (#660)

version.txt

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

0 commit comments

Comments
 (0)