Releases: SamJUK/magento-patch-installer
Release list
v0.2.0
Changed
-
Breaking. Commands renamed from
patches:*tomagento-patches:*.Composer treats
patchas an abbreviation ofpatches, so on a store also
running vaimo you could not tell which tool a command would reach.Update any scripts — they fail loudly, not silently. No aliases.
Patching on install and update is unaffected; that runs on Composer events,
not the command.
Installing
composer require samjuk/magento-patch-installer:^0.2Already using it:
composer update samjuk/magento-patch-installerThen confirm the store is where you expect:
composer magento-patches:verifymagento-patches:verify exits non-zero when a declared patch is not on disk. Run it as
its own pipeline step rather than relying on the install: --no-plugins and a
missing allow-plugins entry both run a whole install and exit 0 having
applied nothing, and neither can be reported from inside a plugin that never
ran.
v0.1.0
Other
- initial commit
Installing
composer require samjuk/magento-patch-installer:^0.1Already using it:
composer update samjuk/magento-patch-installerThen confirm the store is where you expect:
composer patches:verifypatches:verify exits non-zero when a declared patch is not on disk. Run it as
its own pipeline step rather than relying on the install: --no-plugins and a
missing allow-plugins entry both run a whole install and exit 0 having
applied nothing, and neither can be reported from inside a plugin that never
ran.