Plugin checksum json needs updated
-
Hey IQComputing, this plugin has been a real lifesaver. So much so that I started verifying it was installed for all sites using WP-CLI’s ‘plugin verify-checksums‘ feature. It pulls down the JSON file (for example here: https://downloads.wp.xz.cn/plugin-checksums/wpcf7-recaptcha/1.1.4.json for this plugin’s latest version) and verifies md5s between on-server and the json file. The recent removal of the /languages folder is causing WP-CLI to toss an error:
+-----------------+-------------------------------+-----------------+ | plugin_name | file | message | +-----------------+-------------------------------+-----------------+ | wpcf7-recaptcha | languages/wpcf7-recaptcha.pot | File is missing | +-----------------+-------------------------------+-----------------+.. because the /languages folder is still present in that json file. I’m not entirely sure how to fix that, but it seems like possibly the folder was removed without bumping the version number?
Anyway, thanks again for the great plugin that was a simple, reliable fix to a sudden issue caused by CF7’s change(s). I just thought I’d report this and hope for the best, it doesn’t cause any problems or affect anything other than the output of my update scripts I run daily.
The topic ‘Plugin checksum json needs updated’ is closed to new replies.