Skip to content

Commit

Permalink
Release 0.1.2-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
olivernybroe authored Jul 1, 2020
1 parent 77d3126 commit 8622369
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@

## [Unreleased]
### Added
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
- Basic autocompletion for `$this` for PhpUnit TestCase base class ([#11](https://github.com/pestphp/pest-intellij/pull/11))

## [v0.1.1]
### Added
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

pluginGroup = com.pestphp
pluginName = Pest
pluginVersion = 0.1.1
pluginVersion = 0.1.2-alpha.1
pluginSinceBuild = 201
pluginUntilBuild = null

platformType = IU
platformVersion = 2020.1.2
platformDownloadSources = true
platformPlugins = com.jetbrains.php:201.7846.90
platformPlugins = com.jetbrains.php:201.7846.90

0 comments on commit 8622369

Please sign in to comment.