Skip to content

Releases: matomo-org/component-ini

3.0.3

Choose a tag to compare

@sgiehl sgiehl released this 17 Aug 08:41
8bd4723

What's Changed

Full Changelog: 3.0.2...3.0.3

3.0.2

Choose a tag to compare

@sgiehl sgiehl released this 17 Aug 06:24
88e7945

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

Choose a tag to compare

@sgiehl sgiehl released this 09 Nov 08:27
b55c55d

Fixed problem with escaping if string contains '

3.0.0

Choose a tag to compare

@sgiehl sgiehl released this 17 Jun 07:11
14c8cf5
  • 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

Choose a tag to compare

@sgiehl sgiehl released this 23 Feb 21:13
f7b0d6c
Merge pull request #13 from open-source-contributions/improve_code_co…

1.0.8

Choose a tag to compare

@tsteur tsteur released this 26 Dec 19:22
663d4fd
PHP 7.4 compatibility

refs https://github.com/matomo-org/component-ini/pull/10

1.0.7

Choose a tag to compare

@tsteur tsteur released this 21 Dec 20:07
6dec8e1

PHP 7.4 compatibility

2.0.1

Choose a tag to compare

@tsteur tsteur released this 03 Jul 07:43
4cf2d9d

Minor fix in the parser for better comments parsing

2.0.0

Choose a tag to compare

@sgiehl sgiehl released this 14 Feb 19:00
ac25c89

Republished as matomo/ini

1.0.6

Choose a tag to compare

@tsteur 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.