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.
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.lockfile when updating to 4.2I 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.