Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new feature to allow multiple images to be passed & fix to issue #27 #33

Merged
merged 2 commits into from
Jun 8, 2015

Conversation

denisbetsi
Copy link
Contributor

This fix allows for multiple images to be passed.

Eg:

{ url: '/page-4/',   img: ['http://urlTest.com','http://urlTest2.com']}

This will generate:

<image:image><image:loc>http://urlTest.com</image:loc></image:image>
<image:image><image:loc>http://urlTest2.com</image:loc></image:image>

Fixed the issue by using underscore extend feature of the URLs, this
way the parent object remains as is.
@denisbetsi denisbetsi changed the title new feature to allow multiple images to be passed new feature to allow multiple images to be passed & fix to issue #27 Jun 5, 2015
ekalinin added a commit that referenced this pull request Jun 8, 2015
new feature to allow multiple images to be passed & fix to issue #27
@ekalinin ekalinin merged commit e99c53c into ekalinin:master Jun 8, 2015
@ekalinin
Copy link
Owner

ekalinin commented Jun 8, 2015

Thanks!

derduher added a commit that referenced this pull request Dec 14, 2019
…de-12.12.17

Bump @types/node from 12.12.16 to 12.12.17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants