Release 5.0.1.19 fails to load via Composer
-
It appears there was a change in how releases were tagged starting with
5.0.1.19and it causes a failure when loading the plugin using Composer via wpackagist.orgIf you look at your
5.0.1.18tag at https://plugins.trac.wordpress.org/browser/tansa/tags/5.0.1.18 you see the directory structuredist/
ClientTexts.xml
readme.txt
settings.php
tansa.phphowever when you look at your
5.0.1.19tag at https://plugins.trac.wordpress.org/browser/tansa/tags/5.0.1.19 you see the directory structureassets/
branches/
tags/
trunk/While installing via the WordPress web interface seems to smooth out this difference (by I assuming downloading only the contents of
trunk/, when loading via Composer (e.g.composer require wpackagist-plugin/tansa:5.0.1.19) we get the exact content from the tag (assets,branches, etc.) which does not include an executable file in the root directory and therefore does not load.Reproduction Steps
- Run
composer require wpackagist-plugin/tansa:5.0.1.19 - View the contents of the installed
tansadirectory
Expected: The
tansa/directory containstansa.phpActual Behavior: The
tansa/directory does NOT containtansa.phpNote: If you run
composer require wpackagist-plugin/tansa:5.0.1.18for reference, you’ll see thetansa/directory does containtansa.phpSuggested Resolution
Would you please create a
5.0.1.20tag that includestansa.phpand the associated files with it in the root directory, so the plugin works when installing via Composer. - Run
You must be logged in to reply to this topic.