diff --git a/CHANGELOG.md b/CHANGELOG.md index 07bd1452a69..6a3b749f9e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## HEAD +## [0.8.15](https://github.com/warpech/jquery-handsontable/tree/v0.8.15) (Mar 18, 2013) Features: - new callbacks: `onSelectionEnd` and `onSelectionEndByProp` (see [README.md](https://github.com/warpech/jquery-handsontable) for usage information) diff --git a/dist/jquery.handsontable.full.css b/dist/jquery.handsontable.full.css index 6425b4cb765..e09827cfb57 100644 --- a/dist/jquery.handsontable.full.css +++ b/dist/jquery.handsontable.full.css @@ -1,12 +1,12 @@ /** - * Handsontable 0.8.14 + * Handsontable 0.8.15 * Handsontable is a simple jQuery plugin for editable tables with basic copy-paste compatibility with Excel and Google Docs * * Copyright 2012, Marcin Warpechowski * Licensed under the MIT license. * http://handsontable.com/ * - * Date: Mon Mar 18 2013 21:00:40 GMT+0100 (Central European Standard Time) + * Date: Mon Mar 18 2013 21:23:22 GMT+0100 (Central European Standard Time) */ .handsontable { diff --git a/dist/jquery.handsontable.full.js b/dist/jquery.handsontable.full.js index 41ae2c1f7bb..22439c0f86b 100644 --- a/dist/jquery.handsontable.full.js +++ b/dist/jquery.handsontable.full.js @@ -1,12 +1,12 @@ /** - * Handsontable 0.8.14 + * Handsontable 0.8.15 * Handsontable is a simple jQuery plugin for editable tables with basic copy-paste compatibility with Excel and Google Docs * * Copyright 2012, Marcin Warpechowski * Licensed under the MIT license. * http://handsontable.com/ * - * Date: Mon Mar 18 2013 21:00:40 GMT+0100 (Central European Standard Time) + * Date: Mon Mar 18 2013 21:23:22 GMT+0100 (Central European Standard Time) */ /*jslint white: true, browser: true, plusplus: true, indent: 4, maxerr: 50 */ @@ -2172,7 +2172,7 @@ Handsontable.Core = function (rootElement, settings) { /** * Handsontable version */ - this.version = '0.8.14'; //inserted by grunt from package.json + this.version = '0.8.15'; //inserted by grunt from package.json }; var settings = { diff --git a/handsontable.jquery.json b/handsontable.jquery.json index 2aa929f85c2..2547a66dbdc 100644 --- a/handsontable.jquery.json +++ b/handsontable.jquery.json @@ -1,7 +1,7 @@ { "name": "handsontable", "title": "Handsontable", - "version": "0.8.14", + "version": "0.8.15", "author": { "name": "Marcin Warpechowski", "email": "marcin@nextgen.pl", diff --git a/jquery.handsontable.css b/jquery.handsontable.css index 51280fde459..9b13bcd579e 100644 --- a/jquery.handsontable.css +++ b/jquery.handsontable.css @@ -1,12 +1,12 @@ /** - * Handsontable 0.8.14 + * Handsontable 0.8.15 * Handsontable is a simple jQuery plugin for editable tables with basic copy-paste compatibility with Excel and Google Docs * * Copyright 2012, Marcin Warpechowski * Licensed under the MIT license. * http://handsontable.com/ * - * Date: Mon Mar 18 2013 21:00:40 GMT+0100 (Central European Standard Time) + * Date: Mon Mar 18 2013 21:23:22 GMT+0100 (Central European Standard Time) */ .handsontable { diff --git a/jquery.handsontable.js b/jquery.handsontable.js index 81e677991e0..0e97c39d45c 100644 --- a/jquery.handsontable.js +++ b/jquery.handsontable.js @@ -1,12 +1,12 @@ /** - * Handsontable 0.8.14 + * Handsontable 0.8.15 * Handsontable is a simple jQuery plugin for editable tables with basic copy-paste compatibility with Excel and Google Docs * * Copyright 2012, Marcin Warpechowski * Licensed under the MIT license. * http://handsontable.com/ * - * Date: Mon Mar 18 2013 21:00:40 GMT+0100 (Central European Standard Time) + * Date: Mon Mar 18 2013 21:23:22 GMT+0100 (Central European Standard Time) */ /*jslint white: true, browser: true, plusplus: true, indent: 4, maxerr: 50 */ @@ -2172,7 +2172,7 @@ Handsontable.Core = function (rootElement, settings) { /** * Handsontable version */ - this.version = '0.8.14'; //inserted by grunt from package.json + this.version = '0.8.15'; //inserted by grunt from package.json }; var settings = { diff --git a/package.json b/package.json index 7b59ca758d8..333fe4db3da 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "url": "https://github.com/warpech/jquery-handsontable/issues" }, "author": "Marcin Warpechowski ", - "version": "0.8.14", + "version": "0.8.15", "devDependencies": { "grunt": "~0.4.0", "grunt-replace": "~0.4.0",