prestaconcept / PrestaSitemapBundle

A symfony bundle that provides tools to build a rich application sitemap. The main goals are : simple, no databases, various namespace (eg. google image), respect constraints etc.
MIT License
357 stars 102 forks source link

Allow multiple videos #227

Closed l-vo closed 4 years ago

l-vo commented 4 years ago

Allow to add multiple video for an url. The pattern become the same as used for the images (a GoogleVideo object added to the decorator by a addVideo method).

Note that a BC layer was added in a separate commit.

l-vo commented 4 years ago

@yann-eugone I added some tests and change deprecation messages. For the others feedbacks, please consider my answers :)

yann-eugone commented 4 years ago

Thank you for this nice addition and your effort with tests & bc layer :)