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
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.