From 23b10c9ac420b7f50e5ae107c808ee45653cd3ba Mon Sep 17 00:00:00 2001 From: Igor Vaynberg Date: Thu, 24 Oct 2013 13:33:43 -0700 Subject: [PATCH] 3.4.4 release --- index.html | 11 +- select2-3.4.4/LICENSE | 18 + select2-3.4.4/README.md | 83 + select2-3.4.4/bower.json | 8 + select2-3.4.4/release.sh | 69 + select2-3.4.4/select2-bootstrap.css | 87 + select2-3.4.4/select2-spinner.gif | Bin 0 -> 1849 bytes select2-3.4.4/select2.css | 615 ++++ select2-3.4.4/select2.jquery.json | 36 + select2-3.4.4/select2.js | 3251 +++++++++++++++++++ select2-3.4.4/select2.min.js | 22 + select2-3.4.4/select2.png | Bin 0 -> 613 bytes select2-3.4.4/select2_locale_ar.js | 17 + select2-3.4.4/select2_locale_bg.js | 17 + select2-3.4.4/select2_locale_ca.js | 17 + select2-3.4.4/select2_locale_cs.js | 49 + select2-3.4.4/select2_locale_da.js | 17 + select2-3.4.4/select2_locale_de.js | 15 + select2-3.4.4/select2_locale_el.js | 17 + select2-3.4.4/select2_locale_en.js.template | 17 + select2-3.4.4/select2_locale_es.js | 15 + select2-3.4.4/select2_locale_et.js | 17 + select2-3.4.4/select2_locale_eu.js | 43 + select2-3.4.4/select2_locale_fa.js | 17 + select2-3.4.4/select2_locale_fi.js | 28 + select2-3.4.4/select2_locale_fr.js | 15 + select2-3.4.4/select2_locale_gl.js | 43 + select2-3.4.4/select2_locale_he.js | 17 + select2-3.4.4/select2_locale_hr.js | 42 + select2-3.4.4/select2_locale_hu.js | 15 + select2-3.4.4/select2_locale_id.js | 17 + select2-3.4.4/select2_locale_is.js | 16 + select2-3.4.4/select2_locale_it.js | 15 + select2-3.4.4/select2_locale_ja.js | 15 + select2-3.4.4/select2_locale_ko.js | 17 + select2-3.4.4/select2_locale_lt.js | 29 + select2-3.4.4/select2_locale_lv.js | 16 + select2-3.4.4/select2_locale_mk.js | 17 + select2-3.4.4/select2_locale_ms.js | 17 + select2-3.4.4/select2_locale_nl.js | 15 + select2-3.4.4/select2_locale_no.js | 18 + select2-3.4.4/select2_locale_pl.js | 37 + select2-3.4.4/select2_locale_pt-BR.js | 15 + select2-3.4.4/select2_locale_pt-PT.js | 15 + select2-3.4.4/select2_locale_ro.js | 15 + select2-3.4.4/select2_locale_ru.js | 15 + select2-3.4.4/select2_locale_sk.js | 48 + select2-3.4.4/select2_locale_sv.js | 17 + select2-3.4.4/select2_locale_th.js | 17 + select2-3.4.4/select2_locale_tr.js | 17 + select2-3.4.4/select2_locale_ua.js | 17 + select2-3.4.4/select2_locale_vi.js | 18 + select2-3.4.4/select2_locale_zh-CN.js | 14 + select2-3.4.4/select2_locale_zh-TW.js | 14 + select2-3.4.4/select2x2.png | Bin 0 -> 845 bytes select2-latest.html | 4 +- select2-master | 2 +- 57 files changed, 5067 insertions(+), 8 deletions(-) create mode 100755 select2-3.4.4/LICENSE create mode 100755 select2-3.4.4/README.md create mode 100755 select2-3.4.4/bower.json create mode 100755 select2-3.4.4/release.sh create mode 100755 select2-3.4.4/select2-bootstrap.css create mode 100755 select2-3.4.4/select2-spinner.gif create mode 100755 select2-3.4.4/select2.css create mode 100755 select2-3.4.4/select2.jquery.json create mode 100755 select2-3.4.4/select2.js create mode 100755 select2-3.4.4/select2.min.js create mode 100755 select2-3.4.4/select2.png create mode 100755 select2-3.4.4/select2_locale_ar.js create mode 100755 select2-3.4.4/select2_locale_bg.js create mode 100755 select2-3.4.4/select2_locale_ca.js create mode 100755 select2-3.4.4/select2_locale_cs.js create mode 100755 select2-3.4.4/select2_locale_da.js create mode 100755 select2-3.4.4/select2_locale_de.js create mode 100755 select2-3.4.4/select2_locale_el.js create mode 100755 select2-3.4.4/select2_locale_en.js.template create mode 100755 select2-3.4.4/select2_locale_es.js create mode 100755 select2-3.4.4/select2_locale_et.js create mode 100755 select2-3.4.4/select2_locale_eu.js create mode 100755 select2-3.4.4/select2_locale_fa.js create mode 100755 select2-3.4.4/select2_locale_fi.js create mode 100755 select2-3.4.4/select2_locale_fr.js create mode 100755 select2-3.4.4/select2_locale_gl.js create mode 100755 select2-3.4.4/select2_locale_he.js create mode 100755 select2-3.4.4/select2_locale_hr.js create mode 100755 select2-3.4.4/select2_locale_hu.js create mode 100755 select2-3.4.4/select2_locale_id.js create mode 100755 select2-3.4.4/select2_locale_is.js create mode 100755 select2-3.4.4/select2_locale_it.js create mode 100755 select2-3.4.4/select2_locale_ja.js create mode 100755 select2-3.4.4/select2_locale_ko.js create mode 100755 select2-3.4.4/select2_locale_lt.js create mode 100755 select2-3.4.4/select2_locale_lv.js create mode 100755 select2-3.4.4/select2_locale_mk.js create mode 100755 select2-3.4.4/select2_locale_ms.js create mode 100755 select2-3.4.4/select2_locale_nl.js create mode 100755 select2-3.4.4/select2_locale_no.js create mode 100755 select2-3.4.4/select2_locale_pl.js create mode 100755 select2-3.4.4/select2_locale_pt-BR.js create mode 100755 select2-3.4.4/select2_locale_pt-PT.js create mode 100755 select2-3.4.4/select2_locale_ro.js create mode 100755 select2-3.4.4/select2_locale_ru.js create mode 100755 select2-3.4.4/select2_locale_sk.js create mode 100755 select2-3.4.4/select2_locale_sv.js create mode 100755 select2-3.4.4/select2_locale_th.js create mode 100755 select2-3.4.4/select2_locale_tr.js create mode 100755 select2-3.4.4/select2_locale_ua.js create mode 100755 select2-3.4.4/select2_locale_vi.js create mode 100755 select2-3.4.4/select2_locale_zh-CN.js create mode 100755 select2-3.4.4/select2_locale_zh-TW.js create mode 100755 select2-3.4.4/select2x2.png diff --git a/index.html b/index.html index 9c3d52b9..dca7c69c 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,13 @@ --- layout: main -title: Select2 3.4.3 +title: Select2 3.4.4 group: navigation -version: 3.4.3 -milestone: 13 +version: 3.4.4 +milestone: 14 --- - - + + +