Skip to content

Commit ed4c157

Browse files
committed
Version bump 3.4.0
1 parent e87a84d commit ed4c157

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
TYPO3 Docker Boilerplate Changelog
22
==================================
33

4-
3.4.0 - UPCOMING
4+
3.4.0 - 2015-06-15
55
-------------------------------------
66
- Renamed `PHP_UID` and `PHP_GID` to `EFFECTIVE_UID` and `EFFECTIVE_GID`
77
- Set Apache HTTPd and Nginx UID to `EFFECTIVE_UID` and `EFFECTIVE_GID`

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dockerized PHP web project boilerplate
22

3-
![latest v3.3.1](https://img.shields.io/badge/latest-v3.3.1-green.svg?style=flat)
3+
![latest v3.4.0](https://img.shields.io/badge/latest-v3.4.0-green.svg?style=flat)
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/typo3-docker-boilerplate.svg)](http://isitmaintained.com/project/mblaschke/typo3-docker-boilerplate "Average time to resolve an issue")
66
[![Percentage of issues still open](http://isitmaintained.com/badge/open/mblaschke/typo3-docker-boilerplate.svg)](http://isitmaintained.com/project/mblaschke/typo3-docker-boilerplate "Percentage of issues still open")
@@ -26,7 +26,7 @@ Configuration of each docker container is available in the `docker/` directory -
2626
This boilerplate can also be used for any other web project eg. Symfony, Magento and more.
2727
Just customize the makefile for your needs
2828

29-
Warning: Don't use this Docker containers for production - they are only for development. If you find it usefull for production please contact me.
29+
Warning: There may be issues when using it in production - if you have any success stories please contact me.
3030

3131
Use can use my [Vagrant Development VM](https://github.com/mblaschke/vagrant-development) for this Docker boilerplate, eg. for easy creating new boilerplate installations with an easy shell command: `ct docker:create directory`
3232

0 commit comments

Comments
 (0)