From 35870f8e250d536d0defb1a9672ddf5bfd23c286 Mon Sep 17 00:00:00 2001 From: Christoph Erdmann Date: Sat, 10 Dec 2022 20:48:36 +0100 Subject: [PATCH 1/2] update to Materialize 1.2.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 505ae68..58e3d45 100755 --- a/composer.json +++ b/composer.json @@ -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": { From 94dc6aca735f39f9062f5c4f6e1b7f408de9f1f1 Mon Sep 17 00:00:00 2001 From: Christoph Erdmann Date: Sat, 10 Dec 2022 21:31:20 +0100 Subject: [PATCH 2/2] prepare release 4.1.0 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index edf8def..a8e97c6 100755 --- a/README.md +++ b/README.md @@ -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 @@ -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