Skip to content

Releases: Programie/Pini

1.2

16 Nov 16:39

Choose a tag to compare

This release implements the __toString() method in all classes allowing to directly output the instance in the standard INI format.

It also deprecates the Section::writePropertiesToFile() method.

1.1

29 Jul 07:58

Choose a tag to compare

1.1
  • Moved parser to own Parser class
  • Added getPropertyValue() method to Section class allowing to directly return the property value (shortcut for getProperty()->value with check for non existing property)
  • Do not include other PHP classes, autoloading is already doing that
  • Better handling of default section (properties before the first section)

1.0

15 Jan 12:57

Choose a tag to compare

1.0

First release