[WordPressPluginUpdate] fix: broken bridge#2572
[WordPressPluginUpdate] fix: broken bridge#2572dvikan merged 1 commit intoRSS-Bridge:masterfrom dvikan:wordpress-plugin
Conversation
I think they removed the changelog html page. Or maybe it was a redirect. Anyways, this change uses their json api to fetch plugin data.
Pull request artifacts
|
|
I think the changelog was just moved into the development tab (see archive). I think this bridge needs to parse the changelog data to be useful (to get description, date). However, it seems that the RSS link on the #developers page is a little more complete in that regard. |
|
Ah I didnt see that. I think that's basically commits in the wordpress.org plugins repo? |
|
The small diff below gets it close to working on many plugins. Based on how it's used in the code, the parameter is meant to be the slug, not the full URL. Since the changelog format differs between plugins, the ideal solution might be to parse the JSON as you did, and then use those version numbers to find more details from the changelog. However, I think that the RSS feed on the site is probably enough. |
|
The json also contains a large blog of the entire changelog. We could include the entire changelog on each feed item? The rss feeds doesnt contain changelog. They are VCS commits. The previous solution parsed the changelog by hand. But formats differ. It's basically entirely written by the author with a WYSIWYG editor. |
I think they removed the changelog html page. Or maybe it was a redirect. Anyways, this change uses their json api to fetch plugin data.
I think they removed the changelog html page. Or maybe it
was a redirect. Anyways, this change uses their json api
to fetch plugin data.