Skip to content

Commit

Permalink
Release 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed May 4, 2015
1 parent a49a4fe commit 4817660
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 3.2.1
* Fixed default `yum_repo` key in `php::repo::redhat`
* On Ubuntu precise we now use the ondrej/php5-oldstable ppa. This can be
manually enabled with by setting `$php::repo::ubuntu::oldstable` to
`true`.
* `$php::ensure` now defaults to `present` instead of `latest`. Though,
strictly speaking, this represents a functional change, we consider this
to be a bugfix because automatic updates should be enabled explicitely.
* `$php::ensure` is not anymore passed to `php::extension` resources as
default ensure parameter because this doesn't make sense.

## 3.2.0
* Support for FreeBSD added by Frank Wall
* RedHat now uses remi-php56 yum repo by default
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.2.0",
"version": "3.2.1",
"author": "mayflower",
"summary": "Generic PHP module that supports many platforms",
"license": "MIT",
Expand Down

0 comments on commit 4817660

Please sign in to comment.