Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+9 votes
671 views
in Q2A Core by

Wondering why at >Admin >Plugins you get a (latest unknown) notice?

This comes because the github URLs to check the plugin are set incorrectly:

false:
Plugin Update Check URI: https://github.com/NoahY/q2a-badges/raw/master/qa-plugin.php

working:
Plugin Update Check URI: https://raw.github.com/NoahY/q2a-badges/master/qa-plugin.php


Current Plugins that need to implement this change:

1. Badges (Noah)
Plugin Update Check URI: https://raw.github.com/NoahY/q2a-badges/master/qa-plugin.php

2. Edit History (Scott)  // missing the Check URI in qa-plugin.php
Plugin Update Check URI: https://raw.github.com/svivian/q2a-edit-history/master/qa-plugin.php

3. Embed (Noah)
Plugin Update Check URI: https://raw.github.com/NoahY/q2a-embed/master/qa-plugin.php

4. Featured Question (Noah)
Plugin Update Check URI: https://raw.github.com/NoahY/q2a-featured/master/qa-plugin.php

5. User History (Noah)
Plugin Update Check URI: https://raw.github.com/NoahY/q2a-history/master/qa-plugin.php

6. User Activity Plus (Scott) // missing the Check URI in qa-plugin.php
https://raw.github.com/svivian/q2a-user-activity-plus/master/qa-plugin.php

That's what I found :)

Have a great week-end,
Kai
 

3 Answers

0 votes
by
Thank you, that saves time
0 votes
by
This was one the most time saving posts, thank you
0 votes
by
Hi, just thought I should answer this to say I updated all my plugins to use the proper update check URI.

Better late than never!
...