whitecube / nova-flexible-content

Flexible Content & Repeater Fields for Laravel Nova
MIT License
780 stars 229 forks source link

you tagged the last release as the wrong version syntax #428

Closed Slgoetz closed 1 year ago

Slgoetz commented 1 year ago

The newest release is tagged as v0.2.14, however, the one prior to that is v1.0.6. This means your new syntax of adding a 0 in the beginning made it so that its never satisfied as it is a lower version number.

Can you please update it to follow the same syntax of - v2.14

voidgraphics commented 1 year ago

Hello, the version numbers are correct. We currently support and release bug fixes for both the v0.x and the v1.x versions, the difference being which versions of Laravel Nova they support.

For Nova 3, use v0.x releases, and for Nova 4, use v1.x releases.

Slgoetz commented 1 year ago

Thank you for the clarification