We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b3a38e commit 2aa2566Copy full SHA for 2aa2566
app/config/core.php
@@ -342,7 +342,7 @@
342
$CWL['applicationID'] = '';
343
$CWL['applicationPassword'] = '';
344
345
- define('IPEER_VERSION', '3.0.6');
+ define('IPEER_VERSION', '3.0.7');
346
347
348
/**
readme.md
@@ -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
+
8
iPeer 3.0.6
9
---------------------------
10
This is a maintenance release. It fixes a few bugs related to the building block API and web interface.
version.txt
@@ -1 +1 @@
-3.0.6
+3.0.7
0 commit comments