Skip to content

Commit

Permalink
Release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Jul 23, 2015
1 parent 95f781f commit c48d8e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 3.4.0
* New parameter `ppa` for class `php::repo::ubuntu` to specify the ppa
name to use. We default to `ondrej/php5-oldstable` for precise and
`ondrej/php5` otherwise.
* New parameter `include` for `php::fpm::pool` resources to specify
custom configuration files.

## 3.3.1
* Make `systemd_interval` parameter for class `php::fpm::config` optional

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mayflower-php",
"version": "3.3.1",
"version": "3.4.0",
"author": "mayflower",
"summary": "Generic PHP module that supports many platforms",
"license": "MIT",
Expand Down

0 comments on commit c48d8e4

Please sign in to comment.