Skip to content

2.0.0

Compare
Choose a tag to compare
@odinuv odinuv released this 18 Feb 16:57
· 6 commits to master since this release
ca31326
  • Updated to PHP7 and latest coding standards
  • The temp folder is no longer deleted automatically in the destructor. It needs to
    be removed explicitly by calling the remove() method.
  • The public setId method was removed. This function was rarely used and is no longer available.
  • The public initRunFolder method was removed. The folder is now initialized when used and there is
    no need to call initRunFolder any more.
  • The protected getTmpPath method is now private.