- Fixed 'Document::getAdSections()'. Previously root DOM element was set to first child which may be text node. Now it points to
InLine
orWrapper
element. - Now may be specified id of
Impression
inAbstractAdNode::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::getSequence
now return int instead of numeric string
- Allow Ad sequence
- Returned method
AbstractAdNode::setImpression
and marked deprecated
- Move to PSR-4
- Added
Factory
to create document. Factory methods inDocument
are deprecated - Added
Error
tag toVAST
,InLine
andWrapper
- Allowed to add multiple
Impression
toInLine
andWrapper
- Removed method
AbstractAdNode::setImpression
- Classes moved. Check your extends
- Add support of Wrapper's VASTAdTagURI element
- Private methods and properties now without underscores