Skip to content

Releases: johanvanhelden/dockerhero

1.1.1

25 Jan 14:43
Compare
Choose a tag to compare

1.1.1 - 2017-01-25

Added

  • Subdomain support (nginx image)

1.1.0

20 Jan 22:23
Compare
Choose a tag to compare

1.1.0 - 2017-01-20

Changed

  • Update to PHP 7.1 (workspace image)

1.0.7

20 Jan 21:32
Compare
Choose a tag to compare

1.0.7 - 2017-01-20

Added

  • Yarn (workspace image)

1.0.6

06 Jan 10:38
Compare
Choose a tag to compare

1.0.6 - 2017-01-06

Added

  • PHP zip extension. (php-5.6-fpm image)
  • Section to the readme on how to forward requests to nginx container from PHP.

1.0.5

05 Dec 13:41
Compare
Choose a tag to compare

1.0.5 - 2016-12-05

Added

  • Laravel Artisan autocompletion. (workspace image)

1.0.4

29 Nov 08:34
Compare
Choose a tag to compare

1.0.4 - 2016-11-29

Changed

  • Added instructions to make mailcatching work with Laravel artisan commands (like queue workers).

1.0.3

24 Nov 08:54
Compare
Choose a tag to compare

1.0.3 - 2016-11-24

Changed

  • Add the dns option to the workspace image to fix dns issues on OSX.
  • Add a better update section to the readme.
  • Increased xdebug dumping depth to show everything when dumping data. (php-5.6-fpm image)
  • Ensure all e-mail is caught by Mailhog by default and update the readme to reflect this change. (php-5.6-fpm image)

1.0.2

21 Nov 08:32
Compare
Choose a tag to compare

1.0.2 - 2016-11-21

Added

  • Wordpress multisite support in nginx image.
  • mysql support (besides mysqli and pdo) in the php-5.6-fpm image.

1.0.1

18 Nov 11:22
Compare
Choose a tag to compare

1.0.1 - 2016-11-18

Changed

  • Allow file uploads up to 8MB in nginx image.

1.0.0

11 Nov 16:27
Compare
Choose a tag to compare

1.0.0 - 2016-11-11

Added

  • Mercurial added to workspace image.

Changed

  • Node.js to 6.* on workspace image.
  • Readme.md tweaks.