-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
BugEnlighter Plugin v4status/validatedissue validated by the maintainerissue validated by the maintainer
Description
I'm using composer and wpackagist to install plugins. The 4.2 install breaks the plugin. Only a single readme.txt file is installed.
This is the diff of my composer.lock file when updating to 4.2
{
"name": "wpackagist-plugin/enlighter",
- "version": "4.1.0",
+ "version": "4.2",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/enlighter/",
- "reference": "tags/4.1.0"
+ "reference": "trunk"
},
"dist": {
"type": "zip",
- "url": "https://downloads.wordpress.org/plugin/enlighter.4.1.0.zip"
+ "url": "https://downloads.wordpress.org/plugin/enlighter.zip?timestamp=1588186369"
},
I think some SVN tag was not pushed because reference is now trunk instead of tags/4.2.0 as I would expect. Or maybe the version should be "4.2" instead of 4.2. When I download https://downloads.wordpress.org/plugin/enlighter.4.2.0.zip I get the correct version.
Metadata
Metadata
Assignees
Labels
BugEnlighter Plugin v4status/validatedissue validated by the maintainerissue validated by the maintainer