Skip to content

Commit 248986a

Browse files
committed
oops
1 parent d99dab6 commit 248986a

4 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77

8-
# Prepare and publish the plugin to JetBrains Marketplace repository
8+
# Prepare and publish the GitHub releases
99
release:
1010
name: Publish Plugin
1111
runs-on: ubuntu-latest

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
## [1.2.19] - 24.12.2025
6+
7+
- Adapt code for PhpStorm 2025.3
8+
59
## [1.2.18] - 06.08.2025
610

711
- Adapt code for PhpStorm 2025.2

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
pluginGroup = com.vk
44
pluginName = kphpstorm
55
pluginRepositoryUrl = https://github.com/VKCOM/kphpstorm
6+
67
# SemVer format -> https://semver.org
78
pluginVersion = 1.2.19
89

qodana.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://www.jetbrains.com/help/qodana/qodana-yaml.html
33

44
version: "1.0"
5-
linter: jetbrains/qodana-jvm-community:2024.3
5+
linter: jetbrains/qodana-jvm-community:2025.3
66
projectJDK: "21"
77
profile:
88
name: Project Default

0 commit comments

Comments
 (0)