Skip to content

Releases: SamJUK/magento-patch-installer

Release list

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 12 Sep 22:16
v0.2.0
ac90f49

Changed

  • Breaking. Commands renamed from patches:* to magento-patches:*.

    Composer treats patch as an abbreviation of patches, 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.2

Already using it:

composer update samjuk/magento-patch-installer

Then confirm the store is where you expect:

composer magento-patches:verify

magento-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

Choose a tag to compare

@github-actions github-actions released this 10 Sep 19:12
v0.1.0
cf62998

Other

  • initial commit

Installing

composer require samjuk/magento-patch-installer:^0.1

Already using it:

composer update samjuk/magento-patch-installer

Then confirm the store is where you expect:

composer patches:verify

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.