cedricziel / idea-php-typo3-plugin

TYPO3 CMS Plugins for IntelliJ IDEA / PhpStorm
MIT License
96 stars 8 forks source link

Wrong version number `183.3.25` shown in PHPStorm for 0.3.25 #280

Closed sgrossberndt closed 5 years ago

sgrossberndt commented 5 years ago

Although the current release is 0.3.25 on github for this plugin I just downloaded version 183.3.25 in PHPStorm.

I guess this is due to the filenames of the assets in release 0.3.25 not containing the string v0.3.25: https://github.com/cedricziel/idea-php-typo3-plugin/releases

Users, who installed that buggy version might not get updates if you just continue with 0.3.26 from here I guess :-(

cedricziel commented 5 years ago

I switched to a more JetBrains - esque versioning scheme where every version gets built independently for every platform version.

The scheme is $platformVersion.$pluginVersion.

That way users are now receiving updates when updating JetBrains products.

Plugin 191.3.25 is v0.3.25 for the 2019.1 platform :)

sgrossberndt commented 5 years ago

Alright, I see. Thanks for the explanation. As the behaviour is intended I am closing this issue.