Skip to content

Releases: inviqa/harness-base-php

1.6.3

17 Jul 10:15
7284418
Compare
Choose a tag to compare

What's Changed

Implemented enhancements

Full Changelog: 1.6.2...1.6.3

2.0.0-alpha1

29 Feb 14:53
b24caf1
Compare
Choose a tag to compare
2.0.0-alpha1 Pre-release
Pre-release

What's Changed

Major changes

  • PHP harness is now a child harness of the Docker harness, and so projects workspace() references the latter as a harness layer. my127/workspace 0.3.2 is required to use on projects that upgrade to this, and 0.4.0 is required to use ws create ...

harness layers are referenced in project like:

workspace('mysite'):
   harnessLayers:
     - inviqa/docker:v0.4.0-alpha1
     - inviqa/php:v2.0.0-alpha1

Breaking changes:

  • Spryker harness has been removed from this repository and may not be maintained in the future

Implemented enhancements

Fixed bugs

Full Changelog: 1.6.2...2.0.0-alpha1

1.6.2

19 Oct 13:46
5b0b0ee
Compare
Choose a tag to compare

What's Changed

Fixed bugs

Full Changelog: 1.6.1...1.6.2

1.6.1

10 Oct 09:45
246c6d7
Compare
Choose a tag to compare

What's Changed

Fixed bugs

Full Changelog: 1.6.0...1.6.1

1.6.0

21 Aug 13:32
Compare
Choose a tag to compare

What's Changed

Implemented enhancements

Fixed bugs

Full Changelog: 1.5.0...1.6.0

1.6.0-alpha1

21 Aug 11:48
815cc84
Compare
Choose a tag to compare
1.6.0-alpha1 Pre-release
Pre-release

What's Changed

Implemented enhancements

Fixed bugs

Full Changelog: 1.5.0...1.6.0-alpha1

1.5.2

16 Aug 12:12
Compare
Choose a tag to compare

What's Changed

Fixed bugs

Full Changelog: 1.5.1...1.5.2

1.5.1

30 May 14:16
Compare
Choose a tag to compare

What's Changed

Fixed bugs

  • Fix issue expanding built-images list into bash array in ws built-images rm by @andytson-inviqa in #777

Full Changelog: 1.5.0...1.5.1

1.5.0

12 May 12:03
Compare
Choose a tag to compare

What's Changed

Implemented enhancements

Fixed bugs

  • Explicitly configure all composer plugins by @andytson-inviqa in #723
  • Fix Drupal 8 using only stable/beta/alpha and not dev stabilty by @andytson-inviqa in #726
  • Fix drupal mutagen check still using yes string to bool function by @andytson-inviqa in #718
  • Fix assets apply bug in passing postgres password to the passthru func by @andytson-inviqa in #727
  • Fix harness.yml to use /Backoffice as root_dir for spryker versions newer 202108.0 by @andytson-inviqa in #732
  • Akeneo breakage bug fix by @andytson-inviqa in #740
  • Bug fix: Only call ws destroy if .my127ws exists by @g-foster2 in #743
  • Add skeleton config/bundles.php and fix Akeneo 4 by @andytson-inviqa in #745
  • Fix mutagen.sh to work with mutagen version 0.15.0 up by @g-foster2 in #759
  • Switch db.platform_version default if db.platform changed by @andytson-inviqa in #752
  • Revert changes allowing php-fpm to be disabled in webapp, to avoid bug with php-fpm docker service by @andytson-inviqa in #765
  • Fix support for compose v2 in drupal test-unit command by @andytson-inviqa in #767
  • Remove phpcsutils explicit dependency now that implicit dependency works by @andytson-inviqa in #771
  • Update compose ps command to show container hash for DC v2.14 by @rocketage in #770

New Contributors

Full Changelog: 1.4.1...1.5.0

1.4.1

24 Jun 10:35
Compare
Choose a tag to compare

Full Changelog

Fixed bugs: