diff --git a/Calendar.php b/Calendar.php index 7f808aa..ee12577 100644 --- a/Calendar.php +++ b/Calendar.php @@ -46,7 +46,7 @@ class Calendar extends \yii\base\Widget{ * * For more information, read fullcalendar documentation * @link http://fullcalendar.io/docs/google_calendar/ Google calendar - * + * @since 1.1.0 * @var boolean */ public $googleCalendar=false; diff --git a/FullcalendarAsset.php b/FullcalendarAsset.php index 9959a35..ac38879 100644 --- a/FullcalendarAsset.php +++ b/FullcalendarAsset.php @@ -18,7 +18,6 @@ * @link http://www.a-goryachev.ru * @link https://github.com/a-goryachev * - * @todo Description */ class FullcalendarAsset extends \yii\web\AssetBundle { @@ -33,7 +32,6 @@ class FullcalendarAsset extends \yii\web\AssetBundle { public $depends = [ 'yii\web\JqueryAsset', 'goryachev\yii2fullcalendar\MomentAsset' - ]; } diff --git a/README.md b/README.md index 5bcabee..dd19367 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ or add to the require section of your `composer.json` file. +Package not contains any assets. All necessary assets loads by composer as dependencies, using bower-asset. Usage ----- diff --git a/composer.json b/composer.json index 80ba268..f266976 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,7 @@ "name": "a-goryachev/yii2-fullcalendar", "description": "Fullcalendar wrapper for Yii2", "type": "yii2-extension", + "version":"1.1.0", "keywords": ["yii2","extension"," fullcalendar"," calendar"], "license": "BSD-3-Clause", "authors": [