Skip to content

Commit 2aa2566

Browse files
committed
Bump version to 3.0.7
1 parent 8b3a38e commit 2aa2566

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

app/config/core.php

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

345-
define('IPEER_VERSION', '3.0.6');
345+
define('IPEER_VERSION', '3.0.7');
346346

347347

348348
/**

readme.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
iPeer 3.0.7
2+
---------------------------
3+
This is a maintenance release.
4+
* Change mysql NOW() to php date
5+
* Add "mail" as default email sending method in scheduled email
6+
* Fixed #504
7+
18
iPeer 3.0.6
29
---------------------------
310
This is a maintenance release. It fixes a few bugs related to the building block API and web interface.

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.6
1+
3.0.7

0 commit comments

Comments
 (0)