From d08a5b302fe04216bd04290f0e99e26386801a37 Mon Sep 17 00:00:00 2001 From: Kartik Visweswaran Date: Sat, 24 Feb 2018 10:58:25 +0530 Subject: [PATCH] Updates to release v2.1.2 --- CHANGE.md | 8 ++++++++ LICENSE.md | 2 +- README.md | 2 +- Select2.php | 4 ++-- Select2Asset.php | 4 ++-- ThemeBootstrapAsset.php | 4 ++-- ThemeClassicAsset.php | 4 ++-- ThemeDefaultAsset.php | 4 ++-- ThemeKrajeeAsset.php | 4 ++-- assets/css/select2-addl.css | 4 ++-- assets/css/select2-addl.min.css | 4 ++-- assets/css/select2-krajee.css | 4 ++-- assets/css/select2-krajee.min.css | 4 ++-- assets/js/select2-krajee.js | 20 +++++++------------- assets/js/select2-krajee.min.js | 7 +++---- 15 files changed, 40 insertions(+), 39 deletions(-) diff --git a/CHANGE.md b/CHANGE.md index 01d1cac..fe8ae3f 100755 --- a/CHANGE.md +++ b/CHANGE.md @@ -1,6 +1,14 @@ Change Log: `yii2-widget-select2` ================================= +## Version 2.1.2 + +**Date:** 24-Feb-2018 + +- (enh #249): Update German Translations. +- (enh #242): Update Marathi Translations. +- (enh #246, #247, #253): Fix Select All behavior for multiple select. + ## Version 2.1.1 **Date:** 25-Nov-2017 diff --git a/LICENSE.md b/LICENSE.md index 20208bf..4ab6947 100755 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2014 - 2017, Kartik Visweswaran +Copyright (c) 2014 - 2018, Kartik Visweswaran Krajee.com All rights reserved. diff --git a/README.md b/README.md index 7652d58..048d0a6 100755 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ to the ```require``` section of your `composer.json` file. ## Latest Release -> NOTE: The latest version of the module is v2.1.1. Refer the [CHANGE LOG](https://github.com/kartik-v/yii2-widget-select2/blob/master/CHANGE.md) for details. +> NOTE: The latest version of the module is v2.1.2. Refer the [CHANGE LOG](https://github.com/kartik-v/yii2-widget-select2/blob/master/CHANGE.md) for details. The widget has a major version revamp with v2.0. This release includes updates to use Select2 plugin release v4.0. Select2 release v4.0 is a major rewrite over Select2 v3.x and hence quite a few enhancements or changes should be expected. To use the earlier plugin release v3.5.2, you must point it to the [v1.0.1 release](https://github.com/kartik-v/yii2-widget-select2/releases/tag/v1.0.1) of the widget. diff --git a/Select2.php b/Select2.php index 8ea633b..925d09d 100755 --- a/Select2.php +++ b/Select2.php @@ -1,10 +1,10 @@