Releases: sokil/php-vast
Releases · sokil/php-vast
0.5.1
- AdParameters changed from
createAdparameters
to setApParameters
0.5
Add support of some VPAID attributes
0.4.8
- Fixed 'Document::getAdSections()'. Previously root DOM element was set to first child which may be text node. Now it points to
InLine
or Wrapper
element.
- Now may be specified id of
Impression
in AbstractAdNode::addImpression
0.4.7
- Fixed
AbstractNode::getValuesOfArrayNode
. Affected AbstractAdNode::getErrors()
and AbstractAdNode::getImpressions()
if multiple nodes in array found. Array always contain first node instead of values of all nodes.
0.4.6
- Fix adding
Extension
to Ad\InLine
section
- Now
Extensions
can be created for Ad\Wrapper
also
0.4.5
- Method
AbstractAdNode::getSequence
now return int instead of numeric string
0.4.4
Allow define sequence
for Ad
0.4.2
Returned deprecated method setImpresion
to Inline Ad