TSergey / intellij-javadocs

Intellij-idea javadocs generator
http://tsergey.github.io/intellij-javadocs/
Apache License 2.0
235 stars 93 forks source link

Releases after 4.0.2 are incompatible with 2024.1 #115

Closed ShrykeWindgrace closed 4 months ago

ShrykeWindgrace commented 4 months ago

E.g. the the version 4.1.1 has the following line in its plugin.xml:

<idea-version since-build="233.11799" until-build="233.*" />

The latest version of the plugin compatible with 2024.1 IDEs is, surprisingly, 4.0.2, and that's quite old.

Plugin's page on Marketplace shows the same version constraints: https://plugins.jetbrains.com/plugin/7157-javadoc/versions/stable

TSergey commented 4 months ago

Updated compatibility version. New plugin will be available shortly.