Skip to content

Commit c845ee1

Browse files
author
Christoph Erdmann
committed
bump version 1.3.0
1 parent 9975be3 commit c845ee1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ The following widgets are currently available:
6969
* Fixed Action Button
7070
* GridView with ActionColumn
7171
* Icon
72+
* LinkPager
7273
* Modal
7374
* Nav
7475
* NavBar
@@ -135,6 +136,10 @@ You can find the sample layout file in ```src/layout/main.php```.
135136

136137
## Change log
137138

139+
### 1.3.0 - 2017-03-02
140+
* added [LinkPager](https://github.com/MacGyer/yii2-materializecss/blob/master/src/widgets/grid/LinkPager.php): set [LinkPager]() as default pager class
141+
* [GridView](https://github.com/MacGyer/yii2-materializecss/blob/master/src/widgets/grid/GridView.php): set [LinkPager](https://github.com/MacGyer/yii2-materializecss/blob/master/src/widgets/grid/LinkPager.php) as default pager class
142+
138143
### 1.2.1 - 2017-02-05
139144
* [Select](https://github.com/MacGyer/yii2-materializecss/blob/master/src/widgets/form/Select.php): added multiple property
140145
* Composer dependency for Yii restricted to ~2.0.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"role": "Developer"
1414
}
1515
],
16-
"version": "1.2.1",
16+
"version": "1.3.0",
1717
"require": {
1818
"php": ">=5.6.0",
1919
"yiisoft/yii2": "~2.0.0",

0 commit comments

Comments
 (0)