Skip to content

Commit

Permalink
Removed references to internal API's.
Browse files Browse the repository at this point in the history
Changed dialog box type for compatibility.
  • Loading branch information
rkdawenterprises committed Jul 9, 2023
1 parent 54c20da commit f8cabd1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
### Fixed
- Fixed issue with action promoter not promoting insert key commands properly.
- Fixed issue with status bar document information null pointer.
- Changed dialog for compatibility.
- Removed some references to internal API's.

## [1.0.7] - 2023-04-15
### Changed
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ tasks {
}

signPlugin {
certificateChain.set(File(System.getenv("CERTIFICATE_CHAIN") ?: "/media/rwilliamson/AD38-6FA3/.keystore/intellij_marketplace/chain.crt").readText(Charsets.UTF_8))
privateKey.set(File(System.getenv("PRIVATE_KEY") ?: "/media/rwilliamson/AD38-6FA3/.keystore/intellij_marketplace/private.pem").readText(Charsets.UTF_8))
// certificateChain.set(File(System.getenv("CERTIFICATE_CHAIN") ?: "/media/rwilliamson/AD38-6FA3/.keystore/intellij_marketplace/chain.crt").readText(Charsets.UTF_8))
// privateKey.set(File(System.getenv("PRIVATE_KEY") ?: "/media/rwilliamson/AD38-6FA3/.keystore/intellij_marketplace/private.pem").readText(Charsets.UTF_8))
password.set(System.getenv("PRIVATE_KEY_PASSWORD"))
}

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ platformType = IC
# https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html#intellij-platform-based-products-of-recent-ide-versions
# https://www.jetbrains.com/idea/download/other.html
# 231
#platformVersion = 2023.1
platformVersion = 2023.1.3
# 223
#platformVersion = 2022.3.3
# 222
platformVersion = 2022.2.5
#platformVersion = 2022.2.5
# 221
#platformVersion = 2022.1.4
# 213
Expand Down

0 comments on commit f8cabd1

Please sign in to comment.