Skip to content

Commit

Permalink
1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Goryachev committed Dec 10, 2014
1 parent fc54613 commit 2cc0058
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 0 additions & 2 deletions FullcalendarAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
* @link http://www.a-goryachev.ru
* @link https://github.com/a-goryachev
*
* @todo Description
*/
class FullcalendarAsset extends \yii\web\AssetBundle {

Expand All @@ -33,7 +32,6 @@ class FullcalendarAsset extends \yii\web\AssetBundle {
public $depends = [
'yii\web\JqueryAsset',
'goryachev\yii2fullcalendar\MomentAsset'

];

}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 2cc0058

Please sign in to comment.