Skip to content

Releases: ddev/ddev-platformsh

v0.8.2: Update ddev add-on get, explicit Drupal11 support

28 Apr 18:45
33d497e
Compare
Choose a tag to compare
  • Use current usage on things like ddev add-on get
  • Explicit drupal11 support

v0.8.1: Minor updates

18 Apr 13:21
51ea30a
Compare
Choose a tag to compare

The minimum DDEV version is now v1.24.3.

What's Changed

  • feat: add issue and PR templates by @stasadev in #132
  • refactor: replace ddev get with ddev add-on get, add bats libraries load by @stasadev in #133
  • refactor: use v1.24.3 constraint, update readme, concurrency in test by @stasadev in #134

Full Changelog: v0.8.0...v0.8.1

v0.8.0: Minor updates, use ddev_version_constraint

30 Oct 23:59
3c5fc7b
Compare
Choose a tag to compare

The minimum DDEV version is now v1.23.3.

v0.7.6

31 May 19:58
d335308
Compare
Choose a tag to compare

What's Changed

  • remove extraneous output from ddev head version by @rfay in #118
  • drupal10 should expect mariadb:10.11 because it's default now in platform.sh template by @rfay in #120
  • tests: composerversion test failed due to composer version output changing by @rfay in #121
  • Remove obsolete platform self:update, fixes #122 by @rfay in #123

Full Changelog: v0.7.5...v0.7.6

v0.7.5: Prevent accidental use with non-php projects

05 Sep 19:49
28b1278
Compare
Choose a tag to compare

What's Changed

  • fix: check to make sure project type is php before continuing, fixes #116 by @rfay in #117

Full Changelog: v0.7.4...v0.7.5

v0.7.4: composer version support, opensearch relationship, test improvements

30 Aug 02:47
88c83f6
Compare
Choose a tag to compare

What's Changed

  • ci: maintenance on tests to use new github action by @rfay in #112
  • Maintenance - tests.yml by @rfay in #113
  • fix: add opensearch relationship generation by @rfay in #115
  • feat: support composer version when found in .platform.app.yaml by @rfay in #114

Full Changelog: v0.7.3...v0.7.4

v0.7.3: PLATFORM_ROUTES and tests improvements

25 Aug 22:42
4302b62
Compare
Choose a tag to compare

What's Changed

  • Improve $PLATFORM_ROUTES to include at least route id and multiple routes, for #95, followup to #47 by @rfay in #103
  • [ci] Remove drupal8, add drupal10 with database by @rfay in #111

Full Changelog: v0.7.2...v0.7.3

v0.7.2: Ibexa tweak; remove comment

22 Jun 18:36
ea9eb17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.1...v0.7.2

v0.7.1: Solve jq problems etc.

22 Jun 15:53
2ce827b
Compare
Choose a tag to compare

What's Changed

  • Use a lightweight docker image to replace fragile jq, shasum, etc, fixes #100, for #46, fixes #96, fixes #93 by @rfay in #101
  • Remove PLATFORM_MOUNTS and PLATFORM_DIR, fixes #88 by @rfay in #102
  • [tests only] keepalive workflow only runs on stable, prevent conflict by @rfay in #106

Full Changelog: v0.7.0...v0.7.1

v0.7.0: Support .environment file when needed by php-fpm

10 Mar 19:56
5cb7643
Compare
Choose a tag to compare

What's Changed

  • Inject values from .environment into php-fpm environment, fixes #89 by @rfay in #99

Full Changelog: v0.6.6...v0.7.0