diff --git a/CHANGELOG b/CHANGELOG index bffccee..617c59e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,12 @@ -### 3.3.1 (Released 20XX-XX-XX) ### +### 3.4.0 (Released 2015-05-07) ### - Experimental PDO: MySQL improvements. - Move .dict format internal to RESTfm and add import handling. Import was not possible with XSL 1.1. - Disable execution profiling output when diagnostics is disabled. - Add data dumping as a diagnostic aid. +- RESTfm released as Open Source under The MIT Licence (see LICENSE file). +- RESTfm Version Control System moved to git (hosted on GitHub). +- Fix report.php FMS connection diagnostic for FMS11 compatibility. ### 3.3.0 (Released 2015-02-20) ### - Execution profiling info: Real/wall time (ms), Peak mem usage, Max mem limit. diff --git a/MANIFEST b/MANIFEST index 3fab7d1..ff3621f 100644 --- a/MANIFEST +++ b/MANIFEST @@ -13,5 +13,4 @@ css/ js/ lib/ contrib/ -code/ FileMaker.dist/ diff --git a/lib/RESTfm/Version.php b/lib/RESTfm/Version.php index 23674fc..0a9b981 100644 --- a/lib/RESTfm/Version.php +++ b/lib/RESTfm/Version.php @@ -21,7 +21,7 @@ * Version static class to hold release version. */ class Version { - private static $_release = '3.3.1beta'; + private static $_release = '3.4.0'; private static $_revision = '%%REVISION%%'; private static $_protocol = '5'; // Bump this when REST API changes.