Skip to content

Commit

Permalink
Update Version and Changelog for new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
gav- committed May 7, 2015
1 parent 3d81649 commit 4ab04a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 0 additions & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ css/
js/
lib/
contrib/
code/
FileMaker.dist/
2 changes: 1 addition & 1 deletion lib/RESTfm/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 4ab04a3

Please sign in to comment.