File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010- chore: migrate to ` yii2-extensions/scaffold ` consumer model with ` php-forge/baseline ` and ` php-forge/coding-standard ^0.3@dev ` .
1111- docs: update changelog format to reference Conventional Commits.
1212- chore: update dependencies and configuration files.
13+ - docs: Correct image source order in ` README.md ` for feature overview.
1314
1415## 0.6.0 April 30, 2026
1516
Original file line number Diff line number Diff line change 2828## Features
2929
3030<picture >
31- <source media="(min -width: 768px )" srcset="./docs/svgs/features.svg">
32- <img src="./docs/svgs/features-mobile .svg" alt="Feature Overview" style="width: 100%;">
31+ <source media="(max -width: 767px )" srcset="./docs/svgs/features-mobile .svg">
32+ <img src="./docs/svgs/features.svg" alt="Feature Overview" style="width: 100%;">
3333</picture >
3434
3535### Installation
You can’t perform that action at this time.
0 commit comments