From 0b2ae0fba55ae20446c47b194bbb5f763e591fe9 Mon Sep 17 00:00:00 2001 From: Kevin Brown Date: Wed, 19 Aug 2015 22:15:04 -0400 Subject: [PATCH] Release Select2 3.5.3 --- index.html | 28 +- release.sh | 74 - select2-3.5.3/.gitignore | 2 + select2-3.5.3/CONTRIBUTING.md | 107 + select2-3.5.3/LICENSE | 18 + select2-3.5.3/README.md | 115 + select2-3.5.3/bower.json | 8 + select2-3.5.3/component.json | 66 + select2-3.5.3/composer.json | 29 + select2-3.5.3/package.json | 20 + select2-3.5.3/release.sh | 79 + select2-3.5.3/select2-bootstrap.css | 87 + select2-3.5.3/select2-spinner.gif | Bin 0 -> 1849 bytes select2-3.5.3/select2.css | 692 ++++ select2-3.5.3/select2.jquery.json | 36 + select2-3.5.3/select2.js | 3729 +++++++++++++++++++ select2-3.5.3/select2.js~ | 3729 +++++++++++++++++++ select2-3.5.3/select2.min.js | 23 + select2-3.5.3/select2.png | Bin 0 -> 613 bytes select2-3.5.3/select2_locale_ar.js | 19 + select2-3.5.3/select2_locale_az.js | 20 + select2-3.5.3/select2_locale_bg.js | 20 + select2-3.5.3/select2_locale_ca.js | 19 + select2-3.5.3/select2_locale_cs.js | 51 + select2-3.5.3/select2_locale_da.js | 19 + select2-3.5.3/select2_locale_de.js | 18 + select2-3.5.3/select2_locale_el.js | 19 + select2-3.5.3/select2_locale_en.js.template | 20 + select2-3.5.3/select2_locale_es.js | 19 + select2-3.5.3/select2_locale_et.js | 19 + select2-3.5.3/select2_locale_eu.js | 45 + select2-3.5.3/select2_locale_fa.js | 21 + select2-3.5.3/select2_locale_fi.js | 30 + select2-3.5.3/select2_locale_fr.js | 18 + select2-3.5.3/select2_locale_gl.js | 45 + select2-3.5.3/select2_locale_he.js | 19 + select2-3.5.3/select2_locale_hr.js | 24 + select2-3.5.3/select2_locale_hu.js | 17 + select2-3.5.3/select2_locale_id.js | 21 + select2-3.5.3/select2_locale_is.js | 17 + select2-3.5.3/select2_locale_it.js | 17 + select2-3.5.3/select2_locale_ja.js | 17 + select2-3.5.3/select2_locale_ka.js | 19 + select2-3.5.3/select2_locale_ko.js | 19 + select2-3.5.3/select2_locale_lt.js | 26 + select2-3.5.3/select2_locale_lv.js | 19 + select2-3.5.3/select2_locale_mk.js | 19 + select2-3.5.3/select2_locale_ms.js | 21 + select2-3.5.3/select2_locale_nb.js | 22 + select2-3.5.3/select2_locale_nl.js | 17 + select2-3.5.3/select2_locale_pl.js | 54 + select2-3.5.3/select2_locale_pt-BR.js | 18 + select2-3.5.3/select2_locale_pt-PT.js | 17 + select2-3.5.3/select2_locale_ro.js | 17 + select2-3.5.3/select2_locale_rs.js | 19 + select2-3.5.3/select2_locale_ru.js | 23 + select2-3.5.3/select2_locale_sk.js | 50 + select2-3.5.3/select2_locale_sv.js | 19 + select2-3.5.3/select2_locale_th.js | 19 + select2-3.5.3/select2_locale_tr.js | 20 + select2-3.5.3/select2_locale_ug-CN.js | 16 + select2-3.5.3/select2_locale_uk.js | 25 + select2-3.5.3/select2_locale_vi.js | 20 + select2-3.5.3/select2_locale_zh-CN.js | 16 + select2-3.5.3/select2_locale_zh-TW.js | 16 + select2-3.5.3/select2x2.png | Bin 0 -> 845 bytes 66 files changed, 9790 insertions(+), 97 deletions(-) delete mode 100755 release.sh create mode 100644 select2-3.5.3/.gitignore create mode 100644 select2-3.5.3/CONTRIBUTING.md create mode 100644 select2-3.5.3/LICENSE create mode 100644 select2-3.5.3/README.md create mode 100644 select2-3.5.3/bower.json create mode 100644 select2-3.5.3/component.json create mode 100644 select2-3.5.3/composer.json create mode 100644 select2-3.5.3/package.json create mode 100755 select2-3.5.3/release.sh create mode 100644 select2-3.5.3/select2-bootstrap.css create mode 100644 select2-3.5.3/select2-spinner.gif create mode 100644 select2-3.5.3/select2.css create mode 100644 select2-3.5.3/select2.jquery.json create mode 100644 select2-3.5.3/select2.js create mode 100644 select2-3.5.3/select2.js~ create mode 100644 select2-3.5.3/select2.min.js create mode 100644 select2-3.5.3/select2.png create mode 100644 select2-3.5.3/select2_locale_ar.js create mode 100644 select2-3.5.3/select2_locale_az.js create mode 100644 select2-3.5.3/select2_locale_bg.js create mode 100644 select2-3.5.3/select2_locale_ca.js create mode 100644 select2-3.5.3/select2_locale_cs.js create mode 100644 select2-3.5.3/select2_locale_da.js create mode 100644 select2-3.5.3/select2_locale_de.js create mode 100644 select2-3.5.3/select2_locale_el.js create mode 100644 select2-3.5.3/select2_locale_en.js.template create mode 100644 select2-3.5.3/select2_locale_es.js create mode 100644 select2-3.5.3/select2_locale_et.js create mode 100644 select2-3.5.3/select2_locale_eu.js create mode 100644 select2-3.5.3/select2_locale_fa.js create mode 100644 select2-3.5.3/select2_locale_fi.js create mode 100644 select2-3.5.3/select2_locale_fr.js create mode 100644 select2-3.5.3/select2_locale_gl.js create mode 100644 select2-3.5.3/select2_locale_he.js create mode 100644 select2-3.5.3/select2_locale_hr.js create mode 100644 select2-3.5.3/select2_locale_hu.js create mode 100644 select2-3.5.3/select2_locale_id.js create mode 100644 select2-3.5.3/select2_locale_is.js create mode 100644 select2-3.5.3/select2_locale_it.js create mode 100644 select2-3.5.3/select2_locale_ja.js create mode 100644 select2-3.5.3/select2_locale_ka.js create mode 100644 select2-3.5.3/select2_locale_ko.js create mode 100644 select2-3.5.3/select2_locale_lt.js create mode 100644 select2-3.5.3/select2_locale_lv.js create mode 100644 select2-3.5.3/select2_locale_mk.js create mode 100644 select2-3.5.3/select2_locale_ms.js create mode 100644 select2-3.5.3/select2_locale_nb.js create mode 100644 select2-3.5.3/select2_locale_nl.js create mode 100644 select2-3.5.3/select2_locale_pl.js create mode 100644 select2-3.5.3/select2_locale_pt-BR.js create mode 100644 select2-3.5.3/select2_locale_pt-PT.js create mode 100644 select2-3.5.3/select2_locale_ro.js create mode 100644 select2-3.5.3/select2_locale_rs.js create mode 100644 select2-3.5.3/select2_locale_ru.js create mode 100644 select2-3.5.3/select2_locale_sk.js create mode 100644 select2-3.5.3/select2_locale_sv.js create mode 100644 select2-3.5.3/select2_locale_th.js create mode 100644 select2-3.5.3/select2_locale_tr.js create mode 100644 select2-3.5.3/select2_locale_ug-CN.js create mode 100644 select2-3.5.3/select2_locale_uk.js create mode 100644 select2-3.5.3/select2_locale_vi.js create mode 100644 select2-3.5.3/select2_locale_zh-CN.js create mode 100644 select2-3.5.3/select2_locale_zh-TW.js create mode 100644 select2-3.5.3/select2x2.png diff --git a/index.html b/index.html index 92f72655..a6192fd1 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,13 @@ --- layout: main -title: Select2 3.5.2 +title: Select2 3.5.3 group: navigation -version: 3.5.2 -milestone: 20 +version: 3.5.3 +milestone: 21 --- - - + +