File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44Each new release typically also includes the latest modulesync defaults.
55These 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 )
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments