Skip to content

Commit 0b8d6f5

Browse files
committed
Merge branch 'release/3.3.1'
2 parents 9b721d5 + ab25bd7 commit 0b8d6f5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
TYPO3 Docker Boilerplate Changelog
22
==================================
33

4+
3.3.1 - 2015-05-11
5+
-------------------------------------
6+
- Fixed ssl certificate
7+
48
3.3.0 - 2015-05-09 - t3cs2015 release
59
-------------------------------------
610
- Fixed `make mysql-backup`

README.md

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

3-
![latest v3.3.0](https://img.shields.io/badge/latest-v3.3.0-green.svg?style=flat)
3+
![latest v3.3.1](https://img.shields.io/badge/latest-v3.3.1-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")

doc/README-TYPO3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ or
1212

1313
$ rm -f code/.gitkeep
1414
$ composer create-project typo3/cms-base-distribution code/
15-
$ touch htdocs/FIRST_INSTALL code/.gitkeep
15+
$ touch code/FIRST_INSTALL code/.gitkeep
1616

1717

1818
Feel free to modify your TYPO3 installation in your `code` (a shared folder of Docker),

0 commit comments

Comments
 (0)