Skip to content

Commit

Permalink
Updates to release v1.7.8 fix #181 fix #182
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Oct 3, 2018
1 parent 3733ee0 commit dd80cff
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log: `yii2-editable`
===========================

## Version 1.7.8

**Date:** 03-Oct-2018

- (enh #181, #182): Correct composer dependencies.

## Version 1.7.7

**Date:** 16-Sep-2018
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"kartik-v/yii2-krajee-base": ">=1.9",
"kartik-v/yii2-widget-activeform": ">=1.5.7",
"kartik-v/yii2-popover-x": "~1.3"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion src/Editable.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @package yii2-editable
* @author Kartik Visweswaran <[email protected]>
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2018
* @version 1.7.7
* @version 1.7.8
*/

namespace kartik\editable;
Expand Down
2 changes: 1 addition & 1 deletion src/EditableAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @package yii2-editable
* @author Kartik Visweswaran <[email protected]>
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2018
* @version 1.7.7
* @version 1.7.8
*/

namespace kartik\editable;
Expand Down
2 changes: 1 addition & 1 deletion src/EditablePjaxAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @package yii2-editable
* @author Kartik Visweswaran <[email protected]>
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2018
* @version 1.7.7
* @version 1.7.8
*/

namespace kartik\editable;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/editable.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @package yii2-editable
* @author Kartik Visweswaran <[email protected]>
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2018
* @version 1.7.7
* @version 1.7.8
*
* Styling for the Editable widget
* Built for Yii Framework 2.0
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/editable.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/assets/js/editable-pjax.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @package yii2-editable
* @author Kartik Visweswaran <[email protected]>
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2018
* @version 1.7.7
* @version 1.7.8
*
* Editable Extension - PJAX processing script for popover-x
*
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/editable-pjax.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @package yii2-editable
* @author Kartik Visweswaran <[email protected]>
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2018
* @version 1.7.7
* @version 1.7.8
*
* Editable Extension - PJAX processing script for popover-x
*
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/editable.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @package yii2-editable
* @author Kartik Visweswaran <[email protected]>
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2018
* @version 1.7.7
* @version 1.7.8
*
* Editable Extension jQuery plugin
*
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/editable.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dd80cff

Please sign in to comment.