From 0fe40c8d713fc053059562f9de79f66239342677 Mon Sep 17 00:00:00 2001 From: Marius Hoch Date: Thu, 17 Jul 2014 17:34:53 +0200 Subject: [PATCH] Update Version and Release notes --- README.md | 5 +++++ ValueView.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c04a1af..b6d2cb24 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,11 @@ Other methods an Expert needs to provide: ## Release notes +### 0.6.5 (2014-07-17) +* Fixed the Qunit tests +* Don't underline ooMenu/ sugester items +* Various small bug fixes + ### 0.6.4 (2014-07-02) * Changed MonolingualText option from "lang" to "valuelang". * Added setLink() function to jQuery.ui.ooMenu.CustomItem prototype allowing dynamic updates of the link target. diff --git a/ValueView.php b/ValueView.php index a313f7bc..c6212700 100644 --- a/ValueView.php +++ b/ValueView.php @@ -5,7 +5,7 @@ return 1; } -define( 'VALUEVIEW_VERSION', '0.6.4-alpha' ); +define( 'VALUEVIEW_VERSION', '0.6.5-alpha' ); /** * @deprecated