Skip to content

2.1.0

Compare
Choose a tag to compare
@xabbuh xabbuh released this 18 Apr 17:08
· 60 commits to 3.x since this release
v2.1.0
  • The Statement::getTimestamp() method is deprecated and will be removed in
    3.0. Use Statement::getCreated() instead.
  • The Statement::withTimestamp() method is deprecated and will be removed in
    3.0. Use Statement::withCreated() instead.
  • The SubStatement::getTimestamp() method is deprecated and will be removed in
    3.0. Use SubStatement::getCreated() instead.
  • The SubStatement::withTimestamp() method is deprecated and will be removed in
    3.0. Use SubStatement::withCreated() instead.
  • Added missing $version attribute to the Statement class which defaults to
    null.