- Fixed 'Document::getAdSections()'. Previously root DOM element was set to first child which may be text node. Now it points to
InLineorWrapperelement. - Now may be specified id of
ImpressioninAbstractAdNode::addImpression
- Fixed
AbstractNode::getValuesOfArrayNode. AffectedAbstractAdNode::getErrors()andAbstractAdNode::getImpressions()if multiple nodes in array found. Array always contain first node instead of values of all nodes.
- Fix adding Extension to Ad\InLine section
- Now Extensions can be created for Ad\Wrapper also
- Method
AbstractAdNode::getSequencenow return int instead of numeric string
- Allow Ad sequence
- Returned method
AbstractAdNode::setImpressionand marked deprecated
- Move to PSR-4
- Added
Factoryto create document. Factory methods inDocumentare deprecated - Added
Errortag toVAST,InLineandWrapper - Allowed to add multiple
ImpressiontoInLineandWrapper - Removed method
AbstractAdNode::setImpression - Classes moved. Check your extends
- Add support of Wrapper's VASTAdTagURI element
- Private methods and properties now without underscores