Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Versioning not compatible with Composer install / Wpackagist #136

Open
ollyollyollyltd opened this issue Nov 26, 2024 · 1 comment
Open

Comments

@ollyollyollyltd
Copy link

The latest version 1.9.3-3 is not compatible with Composers versioning system - https://wpackagist.org/search?q=wp-less&type=any&search=

The latest version available on wpackagist is 1.9.3, which is broken due to missing dependencies.

If I try to install directly from the repository, Composer does not see 1.9.3-3:

Reading composer.json of oncletom/wp-less (1.9.3)
...
Importing tag 1.9.3 (1.9.3.0)
Skipped tag 1.9.3-3, invalid tag name
Skipped tag 1.9.3-2, invalid tag name
Skipped tag 1.9.3-1, invalid tag name

This means that the latest version plugin is currently unusable if installed via Composer, as it will download the broken v1.9.3.

Please publish a new version 1.9.4, and refrain from using non-semantic versioning for production releases of the plugin. This will allow wpackagist to correctly install the plugin.

Thank you!

@thom4parisot
Copy link
Owner

Is it better now? Let me know :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants