We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a32a7 commit aeaa5f7Copy full SHA for aeaa5f7
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 1.0.4 - 2019-06-03
2
+### Fixed
3
+- Fix JS issues when activating delete tag modal (#9 via @svale)
4
+- Fix namespace case-sensitivity issue on some systems (#9 via @svale)
5
+
6
## 1.0.3 - 2019-05-09
7
### Changed
8
- Delete action when editing a tag has been moved to the actions menu.
composer.json
@@ -2,7 +2,7 @@
"name": "ether/tags",
"description": "A tag manager for Craft 3",
"type": "craft-plugin",
- "version": "1.0.3",
+ "version": "1.0.4",
"keywords": [
"craft",
"cms",
0 commit comments