Skip to content

Commit

Permalink
version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Sep 7, 2024
1 parent a107550 commit 54abc50
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 3.0.1 - 2024-09-07

### Added
- Add the ability to use Icon Picker’s icon in element thumnbails and cards.
- Add `iconSetHandle` to each chosen icon, to keep track of which Icon Set an icon belongs to.

### Changed
- Automatic icon cache invalidation now only happens when `devMode` is enabled. To invalidate the cache, use the “Caches” utility and/or console commands.
- Update English translations.

### Fixed
- Fix an error with Feed Me integration.

## 3.0.0 - 2024-05-18

### Changed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "verbb/icon-picker",
"description": "A slick field to pick icons from. Supports SVGs, Sprites, Webfonts, Font Awesome and more.",
"type": "craft-plugin",
"version": "3.0.0",
"version": "3.0.1",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 54abc50

Please sign in to comment.