Title: [Fix] Doesn&#039;t Show Updated Repos
Last modified: August 21, 2016

---

# [Fix] Doesn't Show Updated Repos

 *  [mikbe](https://wordpress.org/support/users/mikbe/)
 * (@mikbe)
 * [12 years ago](https://wordpress.org/support/topic/doesnt-update-2/)
 * This used to show the latest updated repos but no longer does; probably due to
   a change in GitHub’s API.
 * To fix this in github.js change:
 * var req = “[https://api.github.com/users/”+options.user+”/repos?callback=github.parseResult&#8221](https://api.github.com/users/”+options.user+”/repos?callback=github.parseResult&#8221);;
 * To:
    var req = “[https://api.github.com/users/”+options.user+”/repos?sort=updated&callback=github.parseResult&#8221](https://api.github.com/users/”+options.user+”/repos?sort=updated&callback=github.parseResult&#8221);;

The topic ‘[Fix] Doesn't Show Updated Repos’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/better-github-widget.svg)
 * [Better GitHub Widget](https://wordpress.org/plugins/better-github-widget/)
 * [Support Threads](https://wordpress.org/support/plugin/better-github-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/better-github-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/better-github-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/better-github-widget/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [mikbe](https://wordpress.org/support/users/mikbe/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/doesnt-update-2/)
 * Status: not resolved