Skip to content

Commit 93e8c93

Browse files
committed
Release 8.0.2
1 parent 9090039 commit 93e8c93

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
Each new release typically also includes the latest modulesync defaults.
55
These should not affect the functionality of the module.
66

7+
## [v8.0.2](https://github.com/voxpupuli/puppet-php/tree/v8.0.2) (2021-09-05)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-php/compare/v8.0.1...v8.0.2)
10+
11+
**Fixed bugs:**
12+
13+
- Allow 0 for pm\_start\_servers [\#642](https://github.com/voxpupuli/puppet-php/pull/642) ([jkroepke](https://github.com/jkroepke))
14+
715
## [v8.0.1](https://github.com/voxpupuli/puppet-php/tree/v8.0.1) (2021-08-27)
816

917
[Full Changelog](https://github.com/voxpupuli/puppet-php/compare/v8.0.0...v8.0.1)

REFERENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2828,7 +2828,7 @@ Default value: `50`
28282828

28292829
##### <a name="pm_start_servers"></a>`pm_start_servers`
28302830

2831-
Data type: `Integer[1]`
2831+
Data type: `Integer[0]`
28322832

28332833

28342834

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-php",
3-
"version": "8.0.2-rc0",
3+
"version": "8.0.2",
44
"author": "Vox Pupuli",
55
"summary": "Generic PHP module that supports many platforms",
66
"license": "MIT",

0 commit comments

Comments
 (0)