From 73fc951bcec286e928e328840eb4e6556bb3c774 Mon Sep 17 00:00:00 2001 From: vitalets Date: Sat, 4 May 2013 16:14:08 +0400 Subject: [PATCH] fix 1.4.4 version --- CHANGELOG.txt | 2 +- Package.nuspec | 4 ++-- test/unit/datetime.js | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a6f3cd1..3c86e5e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -2,7 +2,7 @@ X-editable changelog ============================= -Version 1.4.4 wip +Version 1.4.4 May 4, 2013 ---------------------------- [enh #219] added `error` callback (joekaiser) [enh #198] new value of showbuttons: 'bottom' (vitalets) diff --git a/Package.nuspec b/Package.nuspec index 4ced7a8..de6c5df 100644 --- a/Package.nuspec +++ b/Package.nuspec @@ -2,14 +2,14 @@ x-editable - 1.4.3 + 1.4.4 Vitaliy Potapov Vitaliy Potapov https://github.com/vitalets/x-editable/blob/master/LICENSE-MIT http://vitalets.github.com/x-editable false In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery - hotfix for jQuery UI 1.9+. + Bootstrap datetimepicker and more Copyright 2012-2013 edit-in-place editable bootstrap jquery diff --git a/test/unit/datetime.js b/test/unit/datetime.js index 5c15121..e961860 100644 --- a/test/unit/datetime.js +++ b/test/unit/datetime.js @@ -216,6 +216,7 @@ $(function () { asyncTest("clear button (showbuttons: false)", function () { var d = '15.05.1984 16:40', e = $(''+d+'').appendTo(fx).editable({ + showbuttons: false, format: f, clear: 'abc' });