Title: Improve Version Checking
Last modified: August 22, 2016

---

# Improve Version Checking

 *  Resolved [Chris](https://wordpress.org/support/users/web2guru/)
 * (@web2guru)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/improve-version-checking/)
 * I know this topic has been brought up many times but I think it could still be
   improved.
 * Checking the readme file for the compatibility info is fast, but it isn’t always
   up to date. Plugin authors do not need to update the plugin version to update
   the compatibility info in the readme file, so the readme is often outdated.
 * I understand that the plugin API may be getting it’s data from the SVN trunk,
   which authors don’t always update either, but maybe a combination would work.
   Checking the API is also much slower, so I have an idea for that too.
 * First, find out what the latest version of WordPress is. Then check the readme
   file for version information. If the readme file says it is not tested with the
   latest version, then check the API to see if it’s been tested with a higher version–
   if so then use that version instead of the readme file version.
 * Since calling the API takes time, I also suggest caching the API result in a 
   database transient. Make it expire weekly, but also provide an option to clear
   out the cache.
 * [https://wordpress.org/plugins/better-plugin-compatibility-control/](https://wordpress.org/plugins/better-plugin-compatibility-control/)

The topic ‘Improve Version Checking’ is closed to new replies.

 * ![](https://ps.w.org/better-plugin-compatibility-control/assets/icon-256x256.
   png?rev=1162225)
 * [Better Plugin Compatibility Control](https://wordpress.org/plugins/better-plugin-compatibility-control/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/better-plugin-compatibility-control/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/better-plugin-compatibility-control/)
 * [Active Topics](https://wordpress.org/support/plugin/better-plugin-compatibility-control/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/better-plugin-compatibility-control/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/better-plugin-compatibility-control/reviews/)

## Tags

 * [api](https://wordpress.org/support/topic-tag/api/)
 * [compatibility](https://wordpress.org/support/topic-tag/compatibility/)
 * [improve](https://wordpress.org/support/topic-tag/improve/)

 * 0 replies
 * 1 participant
 * Last reply from: [Chris](https://wordpress.org/support/users/web2guru/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/improve-version-checking/)
 * Status: resolved