diff --git a/gradle.properties b/gradle.properties index 14b3bc1..5bcbf13 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ pluginGroup = com.github.shyim.shopware6 pluginName=shopware6-phpstorm-plugin -pluginVersion=0.0.31 +pluginVersion=0.0.32 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions. diff --git a/src/main/kotlin/de/shyim/shopware6/util/AdminSnippetUtil.kt b/src/main/kotlin/de/shyim/shopware6/util/AdminSnippetUtil.kt index ab002c5..8a06e05 100644 --- a/src/main/kotlin/de/shyim/shopware6/util/AdminSnippetUtil.kt +++ b/src/main/kotlin/de/shyim/shopware6/util/AdminSnippetUtil.kt @@ -62,7 +62,7 @@ object AdminSnippetUtil { fun getAllEnglishKeys(project: Project): MutableList { val keys = mutableListOf() - FrontendSnippetUtil.getAllSnippets(project).forEach { file -> + getAllSnippetFiles(project).forEach { file -> if (!file.file.endsWith("en-GB.json")) { return@forEach } diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 834148e..013a082 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -197,7 +197,7 @@ - +