fix 1.4.4 version

This commit is contained in:
vitalets 2013-05-04 16:14:08 +04:00
parent d6191b5cad
commit 73fc951bce
3 changed files with 4 additions and 3 deletions

@ -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)

@ -2,14 +2,14 @@
<package >
<metadata>
<id>x-editable</id>
<version>1.4.3</version>
<version>1.4.4</version>
<authors>Vitaliy Potapov</authors>
<owners>Vitaliy Potapov</owners>
<licenseUrl>https://github.com/vitalets/x-editable/blob/master/LICENSE-MIT</licenseUrl>
<projectUrl>http://vitalets.github.com/x-editable</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery</description>
<releaseNotes>hotfix for jQuery UI 1.9+.</releaseNotes>
<releaseNotes>Bootstrap datetimepicker and more</releaseNotes>
<copyright>Copyright 2012-2013</copyright>
<tags>edit-in-place editable bootstrap jquery</tags>
<dependencies>

@ -216,6 +216,7 @@ $(function () {
asyncTest("clear button (showbuttons: false)", function () {
var d = '15.05.1984 16:40',
e = $('<a href="#" data-type="datetime" data-pk="1" data-url="post-datetime-clear1.php">'+d+'</a>').appendTo(fx).editable({
showbuttons: false,
format: f,
clear: 'abc'
});