Skip to content

Commit 7dee998

Browse files
committed
Merge tag '5.0.2' into develop
5.0.2
2 parents 30b3768 + e2ca94d commit 7dee998

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@ PHP Docker Boilerplate Changelog
22
==================================
33

44
5.1.0 - UPCOMING
5-
----------------
6-
- Enabled xdebug by default
7-
- Added exit if solr entrypoint is failing inside
5+
-----------------
6+
7+
5.0.2 - 2016-05-09
8+
------------------
9+
- Added exit if solr entrypoint is failing inside
10+
- Fix solr storage
11+
- Add `make shell` and `make root` (Makefile targets)
12+
- Refactored backup and restore (solr and mysql, see Makefile)
813

914
5.0.0 - 2016-03-07
1015
------------------

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dockerized PHP web project boilerplate
22

3-
[![latest v5.0.0](https://img.shields.io/badge/latest-v5.0.0-green.svg?style=flat)](https://github.com/webdevops/php-docker-boilerplate/releases/tag/5.0.0)
3+
[![latest v5.0.2](https://img.shields.io/badge/latest-v5.0.2-green.svg?style=flat)](https://github.com/webdevops/php-docker-boilerplate/releases/tag/5.0.2)
44
![License MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)
55
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/mblaschke/php-docker-boilerplate.svg)](http://isitmaintained.com/project/mblaschke/php-docker-boilerplate "Average time to resolve an issue")
66
[![Percentage of issues still open](http://isitmaintained.com/badge/open/mblaschke/php-docker-boilerplate.svg)](http://isitmaintained.com/project/mblaschke/php-docker-boilerplate "Percentage of issues still open")

0 commit comments

Comments
 (0)