Skip to content

Releases: pointybeard-archives/kickstarter-export-parser

1.0.12

13 Apr 03:40

Choose a tag to compare

  • Updates to test suite
  • Since properties might not always have the keys 'name' and 'value', instead of using list() to pull out the first and second items (ostensibly name and value). UUID correctly accessing BackerUID property.
  • Fixed __destruct() in ZipArchiveExtended. if rewards in not initialised, an error will be thrown when the destructor is called.

1.0.6

09 May 09:32

Choose a tag to compare

Merge pull request #1 from thetamind/fix-isset

Pulling changes from thetamind