Skip to content

Commit be48305

Browse files
committed
Update README
1 parent 76e4e56 commit be48305

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SvgIcon plugin for CakePHP 4.x
1+
# SvgIcon plugin for CakePHP 5.x
22

33
![Build Status](https://github.com/loadsys/cakephp-svg-icon/actions/workflows/ci.yml/badge.svg?branch=main)
44

@@ -14,6 +14,11 @@ The recommended way to install composer packages is:
1414
composer require loadsys/cakephp-svg-icon
1515
```
1616

17+
## Versions
18+
19+
* Tags `1.x` are for CakePHP v4.x.
20+
* Tags `2.x` are for CakePHP v5.x.
21+
1722
## Configuration
1823

1924
Icons should be added to `config/app_svg_icon.php` - see the example included in `config` directory for the expected format. Any SVG icon should work, such as [heroicons](https://heroicons.com) or [Bootstrap Icons](https://icons.getbootstrap.com).

0 commit comments

Comments
 (0)