From d322ffeeab6324b9837a2bba4189b42ad0b30009 Mon Sep 17 00:00:00 2001 From: Mika Tuupola Date: Wed, 18 Dec 2013 16:59:27 +0200 Subject: [PATCH] Prepare for 0.9.9. --- README.markdown | 6 +++++- bower.json | 2 +- chained.jquery.json | 2 +- demo.html | 2 +- jquery.chained.js | 2 +- jquery.chained.min.js | 6 ++---- jquery.chained.remote.js | 2 +- jquery.chained.remote.min.js | 6 ++---- package.json | 2 +- 9 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.markdown b/README.markdown index 195c86b..74349ee 100644 --- a/README.markdown +++ b/README.markdown @@ -78,6 +78,10 @@ All code licensed under the [MIT License](http://www.opensource.org/licenses/mit # Changelog +### 0.9.9 + +* Do not trigger change event if value of select does not change ([Brendon Muir](https://github.com/brendon)) + ### 0.9.8 * Rename "values" setting to more logical "depends". @@ -105,7 +109,7 @@ All code licensed under the [MIT License](http://www.opensource.org/licenses/mit ### 0.9.3 -* Also support remote JSON to be array of arrays ("Marco Mariani":https://github.com/mmariani) +* Also support remote JSON to be array of arrays ([Marco Mariani](https://github.com/mmariani)) ### 0.9.2 diff --git a/bower.json b/bower.json index 9f14575..544d007 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "chained", - "version": "0.9.9-dev", + "version": "0.9.9", "homepage": "http://www.appelsiini.net/projects/chained", "authors": [ "Mika Tuupola " diff --git a/chained.jquery.json b/chained.jquery.json index 46c8f9b..a40fc5c 100644 --- a/chained.jquery.json +++ b/chained.jquery.json @@ -1,6 +1,6 @@ { "name": "chained", - "version": "0.9.9-dev", + "version": "0.9.9", "title": "Chained", "author": { "name": "Mika Tuupola", diff --git a/demo.html b/demo.html index 37555e8..45bbb67 100644 --- a/demo.html +++ b/demo.html @@ -417,7 +417,7 @@

Multiple jquery.chained.remote.js

- +