Skip to content

Commit

Permalink
Update to release v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Jul 1, 2015
1 parent d03ba22 commit 6a21af4
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
version 1.3.1
=============
**Date:** 01-Jul-2015

- Updates to composer dependencies.

version 1.3.0
=============
**Date:** 25-Nov-2014
Expand Down
4 changes: 2 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014, Kartik Visweswaran
Copyright (c) 2014 - 2015, Kartik Visweswaran
Krajee.com
All rights reserved.

Expand All @@ -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.
8 changes: 3 additions & 5 deletions PopoverX.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<?php

/**
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @package yii2-popover-x
* @version 1.3.0
* @version 1.3.1
*/

namespace kartik\popover;
Expand Down Expand Up @@ -157,7 +156,7 @@ class PopoverX extends \kartik\base\Widget
public $toggleButton;

/**
* Initializes the widget
* @inheritdoc
*/
public function init()
{
Expand All @@ -171,7 +170,7 @@ public function init()
}

/**
* Renders the widget.
* @inheritdoc
*/
public function run()
{
Expand Down Expand Up @@ -317,5 +316,4 @@ public function registerAssets()
$this->registerPlugin($this->_pluginName);
}
}

}
3 changes: 1 addition & 2 deletions PopoverXAsset.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<?php

/**
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @package yii2-popover-x
* @version 1.3.0
* @version 1.3.1
*/

namespace kartik\popover;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ An extended popover widget for Yii Framework 2 based on the [bootstrap-popover-x
is an extended popover JQuery plugin which combines both the popover and bootstrap modal features and includes various new styling enhancements. This widget
can be setup just like the builtin `yii\bootstrap\Modal`, with some additional enhancements.

> NOTE: The latest version of the plugin v1.3.0 has been released. Refer the [CHANGE LOG](https://github.com/kartik-v/yii2-popover-x/blob/master/CHANGE.md) for details.
> NOTE: The latest version of the plugin v1.3.1 has been released. Refer the [CHANGE LOG](https://github.com/kartik-v/yii2-popover-x/blob/master/CHANGE.md) for details.
## Features

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
"kartik\\popover\\": ""
}
}
}
}

0 comments on commit 6a21af4

Please sign in to comment.