Skip to content

Releases: AmpersandHQ/ampersand-magento2-upgrade-patch-helper

v1.8.1

23 Mar 18:50
7d1123f
Compare
Choose a tag to compare
  • Safer handling of polyfill functions
  • #52
  • Doesnt change this module in itself, but useful if you're including it in another symfony console module

v1.8.0

16 Mar 12:38
89edb2c
Compare
Choose a tag to compare
  • #50
  • Add support for testing non magento core modules, so this will test third party modules

1.7.3

02 Feb 11:43
f52a71f
Compare
Choose a tag to compare

1.7.2

30 Oct 13:16
f517288
Compare
Choose a tag to compare
  • Fix bug where the tool throws an exception when you have no custom themes defined. This is more common now with PWA
  • Raised in #40
  • Fixed in #41

1.7.1

22 Oct 08:40
980e800
Compare
Choose a tag to compare
  • Fix bug where tool exits with 0 code, no errors, and no output
  • #39

1.7.0

13 Oct 07:40
4c02a71
Compare
Choose a tag to compare
  • Allow you to stack on additional diff params so long as -ur appears.
  • When debugging a failed test it was a pain because the vendor.patch was overwritten for some test cases, this makes a backup and restores after each test.
  • Add --php-strict-errors flag so that any warnings / notices / anything else will turn into an exception. This is useful for test cases and debugging.
  • Capture #35 in a test and fix in #37

v1.6.1

24 Sep 08:04
42dfff5
Compare
Choose a tag to compare
  • Only find frontend overwritten files for frontend themes and likewise for adminhtml themes #36

v1.6.0

03 Aug 14:19
5885d68
Compare
Choose a tag to compare
  • Add attempted auto patching of local theme file overrides
  • Update test suite to do 2.4.0 coverage

v1.5.0

31 Jul 11:47
d9036a1
Compare
Choose a tag to compare
  • Add a licence
  • Add option to filter namespace
  • Update php requirements in composer.json
  • Fix bug where multiple themes weren't being scanned

v1.4.2

07 May 07:22
c0c2f8b
Compare
Choose a tag to compare
  • #21
  • Fix potential theme resolution bug