You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Introduce a new Person class.
Constructing a State object with an instance of any child class of Actor
other than Agent as the second argument is deprecated. Starting with 4.0,
only instances of Agent will be accepted.
The State::getActor() method is deprecated and will be removed in 4.0.
Use State::getAgent() instead.
Added a StateDocumentsFilter class that allows to draft filters for StateDocument objects.