Skip to content

Commit

Permalink
Update to release v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Mar 4, 2022
1 parent 0d98d6c commit 25fbe4b
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 28 deletions.
2 changes: 1 addition & 1 deletion CHANGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Change Log: `yii2-widget-select2`

## Version 2.2.3

**Date:** _under development_
**Date:** 04-Mar-2022

- (enh #345): Create new theme krajee-bs5 for Bootstrap 5.x.
- (enh #344): Match language for toggleAll message.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Enhancements with release v2.0:

## Documentation and Demo

You can refer detailed [documentation and demos](http://demos.krajee.com/widget-details/select2) on usage of the extension.
You can refer detailed [documentation and demos](http://demos.krajee.com/widget-details/select2) and [API Code Documentation](https://docs.krajee.com/kartik-select2-select2) on usage of the extension.

## Usage

Expand Down
61 changes: 35 additions & 26 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,38 @@
{
"name": "kartik-v/yii2-widget-select2",
"description": "Enhanced Yii2 wrapper for the Select2 jQuery plugin (sub repo split from yii2-widgets).",
"keywords": ["yii2", "extension", "widget", "select2", "form", "dropdown", "jquery", "plugin"],
"homepage": "https://github.com/kartik-v/yii2-widget-select2",
"type": "yii2-extension",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Kartik Visweswaran",
"email": "[email protected]",
"homepage": "http://www.krajee.com/"
}
],
"require": {
"kartik-v/yii2-krajee-base": ">=3.0",
"select2/select2": ">=4.0"
},
"autoload": {
"psr-4": {
"kartik\\select2\\": "src"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.2.x-dev"
}
"name": "kartik-v/yii2-widget-select2",
"description": "Enhanced Yii2 wrapper for the Select2 jQuery plugin (sub repo split from yii2-widgets).",
"keywords": [
"yii2",
"extension",
"widget",
"select2",
"form",
"dropdown",
"jquery",
"plugin"
],
"homepage": "https://github.com/kartik-v/yii2-widget-select2",
"type": "yii2-extension",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Kartik Visweswaran",
"email": "[email protected]",
"homepage": "http://www.krajee.com/"
}
],
"require": {
"kartik-v/yii2-krajee-base": ">=3.0.4",
"select2/select2": ">=4.0"
},
"autoload": {
"psr-4": {
"kartik\\select2\\": "src"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.2.x-dev"
}
}
}

0 comments on commit 25fbe4b

Please sign in to comment.