Skip to content

Releases: matomo-org/component-ini

3.0.1

09 Nov 08:27
b55c55d

Choose a tag to compare

Fixed problem with escaping if string contains '

3.0.0

17 Jun 07:11
14c8cf5

Choose a tag to compare

  • 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

23 Feb 21:13
f7b0d6c

Choose a tag to compare

Merge pull request #13 from open-source-contributions/improve_code_co…

1.0.8

26 Dec 19:22
663d4fd

Choose a tag to compare

PHP 7.4 compatibility

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

1.0.7

21 Dec 20:07
6dec8e1

Choose a tag to compare

PHP 7.4 compatibility

2.0.1

03 Jul 07:43
4cf2d9d

Choose a tag to compare

Minor fix in the parser for better comments parsing

2.0.0

14 Feb 19:00
ac25c89

Choose a tag to compare

Republished as matomo/ini

1.0.6

14 Jan 21:20

Choose a tag to compare

Fixed a bug in IniReader::readComments(). Under circumstances it did not return a comment for a key that defines an array.

1.0.5

14 Jan 20:06

Choose a tag to compare

New feature to read comments within the ini file

1.0.4

21 Apr 05:05

Choose a tag to compare

Performance improvements.