Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
MacGyer committed Dec 10, 2022
2 parents 551c88d + 94dc6ac commit c066d98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This package integrates the Materialize CSS framework into [Yii2](http://www.yii

Have a look at the [official documentation page](https://yii2-materializecss.pluspunkt-coding.de) to see the repo in action (v4 only).

Current Materialize version implemented: 1.1.0.
Current Materialize version implemented: 1.2.0.

## Installation

Expand Down Expand Up @@ -152,6 +152,9 @@ You can find the sample layout file in ```src/layout/main.php```.

## Change log

### 4.1.0 - 2022-12-10
* update to Materialize v1.2.0

### 4.0.0 - 2022-11-27
* implement Materialize v1.1.0 (community fork https://materializecss.github.io/materialize/)
* PHP 8 support
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"php": "^7.4 || ^8.0",
"yiisoft/yii2": "~2.0.0",

"npm-asset/materializecss--materialize": "1.1.0"
"npm-asset/materializecss--materialize": "1.2.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c066d98

Please sign in to comment.