Skip to content

Commit ecef3c7

Browse files
authored
Merge pull request #641 from voxpupuli/release
Release 8.0.1
2 parents 99ddbb7 + 3262d7b commit ecef3c7

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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.1](https://github.com/voxpupuli/puppet-php/tree/v8.0.1) (2021-08-27)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-php/compare/v8.0.0...v8.0.1)
10+
11+
**Fixed bugs:**
12+
13+
- Allow empty string for setting value [\#640](https://github.com/voxpupuli/puppet-php/pull/640) ([smortex](https://github.com/smortex))
14+
15+
**Closed issues:**
16+
17+
- String\[1\] forbids empty php::settings value [\#639](https://github.com/voxpupuli/puppet-php/issues/639)
18+
719
## [v8.0.0](https://github.com/voxpupuli/puppet-php/tree/v8.0.0) (2021-08-26)
820

921
[Full Changelog](https://github.com/voxpupuli/puppet-php/compare/v7.1.0...v8.0.0)

REFERENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2054,7 +2054,7 @@ Data type: `String[1]`
20542054

20552055
##### <a name="value"></a>`value`
20562056

2057-
Data type: `Variant[Integer, String[1]]`
2057+
Data type: `Variant[Integer, String]`
20582058

20592059

20602060

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.0",
3+
"version": "8.0.1",
44
"author": "Vox Pupuli",
55
"summary": "Generic PHP module that supports many platforms",
66
"license": "MIT",

0 commit comments

Comments
 (0)