Skip to content

Commit

Permalink
Merge pull request #33 from oroinc/ticket/OPP-100
Browse files Browse the repository at this point in the history
OPP-100: Upgrade dependencies.
  • Loading branch information
amosingiewicz authored Oct 4, 2024
2 parents 03f2848 + 443f9f3 commit e44ad09
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 5 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ plugins {
dependencies {
sourceSets.named("test") {
testImplementation("org.codehaus.groovy:groovy-all:2.4.14")
testImplementation("org.opentest4j:opentest4j:1.3.0")
}
}

Expand All @@ -17,7 +18,7 @@ buildscript {
}

group = "com.oroplatform"
version = "1.1.0"
version = "1.1.1"

val javaLanguageVersionSetting = project.extra["javaLanguageVersionSetting"].toString()

Expand All @@ -30,15 +31,15 @@ java {
intellij {
pluginName.set("idea-oroplatform-plugin")
type.set("IU")
version.set("2024.1")
version.set("2024.2")
plugins.set(listOf(
"com.jetbrains.php:241.14494.237",
"com.jetbrains.php:242.20224.387",
"yaml",
"java-i18n",
"properties",
"css-impl",
"JavaScript",
"com.jetbrains.twig:241.14494.237"
"com.jetbrains.twig:242.20224.385"
))
sandboxDir.set("${project.rootDir}/.idea-sandbox")
}
Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Plugin for the PHPStorm that will help to increase the development speed on the
]]></description>

<change-notes><![CDATA[
<h2>1.1.1</h2>
<ul>
<li>Upgrade compatibility with 2024.2 version of PHPStorm.</li>
</ul>
<h2>1.1.0</h2>
<ul>
<li>Fix problems with fetching RequireJS reference</li>
Expand Down

0 comments on commit e44ad09

Please sign in to comment.