Skip to content

Commit cf6b47b

Browse files
committed
Release version 5.2.0-beta1
1 parent 5b13a36 commit cf6b47b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
PHP Docker Boilerplate Changelog
22
==================================
33

4+
5.2.0-beta1 - 2016-10-18
5+
------------------------
6+
- Add dinghy/dory support
7+
- Switch to mailhog instead of mailcatcher
8+
- Add phpmyadmin
9+
- Switch to ubuntu 16.04 as default
10+
- docker-compose.yml is now using version 2
11+
- PHP debugger can now be switched with variable
12+
- Add PostgreSQL 9.5
13+
- Some minor fixes and cleanups
14+
415
5.1.3 - 2016-05-25
516
------------------
617
- Fix nginx vhost configuration (modular WebDevOps image design)

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![PHP Docker Boilerplate](https://static.webdevops.io/php-docker-boilerplate.svg)
22

3-
[![latest v5.1.3](https://img.shields.io/badge/latest-v5.1.3-green.svg?style=flat)](https://github.com/webdevops/php-docker-boilerplate/releases/tag/5.1.3)
3+
[![latest v5.2.0-beta1](https://img.shields.io/badge/latest-v5.2.0-beta1-green.svg?style=flat)](https://github.com/webdevops/php-docker-boilerplate/releases/tag/5.2.0-beta1)
44
![License MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)
55

66
This is an easy customizable docker boilerplate for any PHP-based projects like _Symfony Framework_, _CakePHP_, _Yii_ and many other frameworks or applications.

0 commit comments

Comments
 (0)