From 47c1538e4e1940ae9a344ec59629add55473933f Mon Sep 17 00:00:00 2001 From: Kartik Visweswaran Date: Sat, 26 Apr 2014 11:59:17 +0530 Subject: [PATCH 1/3] Yii 2.0 widget implementation Updated implementation for Yii 2.0 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5675326a..5377c31f 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,8 @@ Integrations * [Symfony2](https://github.com/avocode/FormExtensions) * [Bootstrap 2](https://github.com/t0m/select2-bootstrap-css) and [Bootstrap 3](https://github.com/t0m/select2-bootstrap-css/tree/bootstrap3) (CSS skins) * [Meteor](https://github.com/nate-strauser/meteor-select2) (modern reactive JavaScript framework; + [Bootstrap 3 skin](https://github.com/esperadomedia/meteor-select2-bootstrap3-css/)) -* [Yii](https://github.com/tonybolzan/yii-select2) +* [Yii 2.0](http://demos.krajee.com/widgets#select2) +* [Yii 1.1](https://github.com/tonybolzan/yii-select2) Internationalization (i18n) --------------------------- From 12d71426523c3452ae0aac334e214cdc7b465100 Mon Sep 17 00:00:00 2001 From: Kartik Visweswaran Date: Sat, 26 Apr 2014 12:01:28 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5377c31f..f670c6ed 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,8 @@ Integrations * [Symfony2](https://github.com/avocode/FormExtensions) * [Bootstrap 2](https://github.com/t0m/select2-bootstrap-css) and [Bootstrap 3](https://github.com/t0m/select2-bootstrap-css/tree/bootstrap3) (CSS skins) * [Meteor](https://github.com/nate-strauser/meteor-select2) (modern reactive JavaScript framework; + [Bootstrap 3 skin](https://github.com/esperadomedia/meteor-select2-bootstrap3-css/)) -* [Yii 2.0](http://demos.krajee.com/widgets#select2) -* [Yii 1.1](https://github.com/tonybolzan/yii-select2) +* [Yii 2](http://demos.krajee.com/widgets#select2) +* [Yii 1](https://github.com/tonybolzan/yii-select2) Internationalization (i18n) --------------------------- From b5cdf552b1d091847d129121b198b9c6293a5b9f Mon Sep 17 00:00:00 2001 From: Kartik Visweswaran Date: Sat, 26 Apr 2014 12:02:57 +0530 Subject: [PATCH 3/3] Yii 2.0 widget implementation Updated implementation for Yii framework 2.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f670c6ed..406fe79d 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,8 @@ Integrations * [Symfony2](https://github.com/avocode/FormExtensions) * [Bootstrap 2](https://github.com/t0m/select2-bootstrap-css) and [Bootstrap 3](https://github.com/t0m/select2-bootstrap-css/tree/bootstrap3) (CSS skins) * [Meteor](https://github.com/nate-strauser/meteor-select2) (modern reactive JavaScript framework; + [Bootstrap 3 skin](https://github.com/esperadomedia/meteor-select2-bootstrap3-css/)) -* [Yii 2](http://demos.krajee.com/widgets#select2) -* [Yii 1](https://github.com/tonybolzan/yii-select2) +* [Yii 2.x](http://demos.krajee.com/widgets#select2) +* [Yii 1.x](https://github.com/tonybolzan/yii-select2) Internationalization (i18n) ---------------------------