From 2aa2566c49bd7d2f5ee936274b6ee06c3a5682d2 Mon Sep 17 00:00:00 2001 From: Compass Date: Tue, 25 Jun 2013 13:20:41 -0700 Subject: [PATCH] Bump version to 3.0.7 --- app/config/core.php | 2 +- readme.md | 7 +++++++ version.txt | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/app/config/core.php b/app/config/core.php index 9a1d2e1dc..b27913deb 100644 --- a/app/config/core.php +++ b/app/config/core.php @@ -342,7 +342,7 @@ $CWL['applicationID'] = ''; $CWL['applicationPassword'] = ''; - define('IPEER_VERSION', '3.0.6'); + define('IPEER_VERSION', '3.0.7'); /** diff --git a/readme.md b/readme.md index 56f1a73b5..ca0cf39af 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,10 @@ +iPeer 3.0.7 +--------------------------- +This is a maintenance release. +* Change mysql NOW() to php date +* Add "mail" as default email sending method in scheduled email +* Fixed #504 + iPeer 3.0.6 --------------------------- This is a maintenance release. It fixes a few bugs related to the building block API and web interface. diff --git a/version.txt b/version.txt index 818bd47ab..2451c27ca 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.0.6 +3.0.7