Releases: matomo-org/component-ini
Releases · matomo-org/component-ini
3.0.3
Compare
Sorry, something went wrong.
No results found
sgiehl
released this
17 Aug 08:41
What's Changed
Full Changelog : 3.0.2...3.0.3
3.0.2
Compare
Sorry, something went wrong.
No results found
sgiehl
released this
17 Aug 06:24
What's Changed
Use bash syntax for installation instructions by @michalkleiner in #22
spell check by lintian by @alteholz in #24
update of license information by @alteholz in #23
Migrate Travis tests to GitHub action by @sgiehl in #27
Improve handling of multi-line quoted values in the fallback INI parser by @sgiehl in #30
New Contributors
Full Changelog : 3.0.1...3.0.2
3.0.1
Compare
Sorry, something went wrong.
No results found
sgiehl
released this
09 Nov 08:27
Fixed problem with escaping if string contains '
3.0.0
Compare
Sorry, something went wrong.
No results found
sgiehl
released this
17 Jun 07:11
Discontinued support for PHP < 7.2 (#19 )
Possibility to manually switch to custom reader implementation (#18 )
Don't use rawValues if raw scanner fails to parse the ini file (#15 )
Fixed writing multi dim array to valid ini (#16 )
2.0.2
Compare
Sorry, something went wrong.
No results found
sgiehl
released this
23 Feb 21:13
Merge pull request #13 from open-source-contributions/improve_code_co…
1.0.8
Compare
Sorry, something went wrong.
No results found
tsteur
released this
26 Dec 19:22
PHP 7.4 compatibility
refs https://github.com/matomo-org/component-ini/pull/10
1.0.7
Compare
Sorry, something went wrong.
No results found
tsteur
released this
21 Dec 20:07
2.0.1
Compare
Sorry, something went wrong.
No results found
tsteur
released this
03 Jul 07:43
Minor fix in the parser for better comments parsing
2.0.0
Compare
Sorry, something went wrong.
No results found
sgiehl
released this
14 Feb 19:00
Republished as matomo/ini
1.0.6
Compare
Sorry, something went wrong.
No results found
tsteur
released this
14 Jan 21:20
Fixed a bug in IniReader::readComments(). Under circumstances it did not return a comment for a key that defines an array.