pyrech / composer-changelogs

:notebook: Display better summary after Composer update
MIT License
589 stars 26 forks source link

WordPress url generator #11

Closed soullivaneuh closed 9 years ago

soullivaneuh commented 9 years ago

Add an url generator for WordPress from WPackagist packages.

Output sample:

Changelogs summary:

 - wpackagist-plugin/social-networks-auto-poster-facebook-twitter-g updated from 3.4.24 to 3.4.25
   See changes: https://wordpress.org/plugins/social-networks-auto-poster-facebook-twitter-g/changelog/

 - wpackagist-plugin/akismet updated from 3.1.3 to 3.1.4
   See changes: https://wordpress.org/plugins/akismet/changelog/
soullivaneuh commented 9 years ago

BTW, the AbstractUrlGenerator should be renamed cause it's useful only for git urls.

pyrech commented 9 years ago

:+1: Indeed, I will to need to rename this class (but without BC breaks this time).

Can you fix the two test method name and I will merge this asap. Thank you

soullivaneuh commented 9 years ago

@pyrech done.

pyrech commented 9 years ago

Merged. Thank you @Soullivaneuh

soullivaneuh commented 9 years ago

You're welcome. :+1: