inxilpro / IntellijAlpine

Alpine.js plugin for IntelliJ IDEs like PhpStorm and WebStorm.
MIT License
49 stars 11 forks source link

Version 0.5.0 is marked as incompatible with PhpStorm 2023.2 #41

Closed ThomasEnssner closed 1 year ago

ThomasEnssner commented 1 year ago

When using PhpStorm 2023.2 the plugin drops back to v0.4.2 because of of the build number of the IDE:

Plugin 'Alpine.js Support' (version '0.5.0') is not compatible with the current version of the IDE, because it requires build 231.* or older but the current build is PS-232.8660.205

inxilpro commented 1 year ago

Oh interesting. I think I just need to update the version constraints. I'll try to push a new update today!

inxilpro commented 1 year ago

I just submitted version 0.6.0 to Jetbrains. It should be available shortly (there's a review process, so it might not be until tomorrow or the day after).

Cheers!