bug: version_bump.php did not cascade to Joomla extension XML manifests #172
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
version_bump.phponly updated.mokogitea/manifest.xmlandREADME.mdbut did not cascade the version to Joomla extension XML manifests insrc/,src/packages/*/, etc.Impact
The
update-server.ymlworkflow bumped the version counter and advertised the new version inupdates.xml, but the actual package ZIP still contained the old version in all<extension>XML manifests. This caused:Fix
Updated
version_bump.phpto cascade version changes to all files containing<extension>tags:src/pkg_*.xmlsrc/*.xmlsrc/packages/*/*.xml*.xml(root)Commit: fix: version_bump.php cascades version to all Joomla XML manifests
Cross-ref: MokoConsulting/MokoJoomGallery#36
Branch created:
feature/172-bug-version-bump-php-did-not-cascade-to-