diff --git a/LICENSE.md b/LICENSE.md index 999c81a..f5b9819 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -25,4 +25,4 @@ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/README.md b/README.md index 42817d7..64ce8bb 100644 --- a/README.md +++ b/README.md @@ -18,20 +18,20 @@ The preferred way to install this extension is through [composer](http://getcomp To install, either run ``` -$ php composer.phar require kartik-v/yii2-widget-select2 "*" +$ php composer.phar require kartik-v/yii2-widget-select2 "@dev" ``` or add ``` -"kartik-v/yii2-widget-select2": "*" +"kartik-v/yii2-widget-select2": "@dev" ``` to the ```require``` section of your `composer.json` file. ## Latest Release -> NOTE: The latest version of the module is v2.0 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.0.1 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/composer.json b/composer.json index fbbe4a9..1c8157f 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,6 @@ "homepage": "https://github.com/kartik-v/yii2-widget-select2", "type": "yii2-extension", "license": "BSD-3-Clause", - "minimum-stability": "stable", "authors": [ { "name": "Kartik Visweswaran", @@ -21,4 +20,4 @@ "kartik\\select2\\": "" } } -} +} \ No newline at end of file