YahnisElsts / wp-update-server

A custom update API for WordPress plugins and themes. Intended to be used in conjunction with my plugin-update-checker library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

erroo

afagh11943 opened this issue · comments

commented

What is the cause of the following error?
به‌روزرسانی ناموفق شد: {"success":true,"data":{"update":"plugin","slug":"amin_plugin","oldVersion":"\u0646\u06af\u0627\u0631\u0634 1.9","newVersion":"\u0646\u06af\u0627\u0631\u0634 2.9","plugin":"amin_plugin/amin_plugin.php","pluginName":"test aminb"}}

I don't know, but I think I've seen a similar error in the past where it was related to plugin directory names. Is your plugin directory actually called amin_plugin or is it something like Amin_Plugin - that is, does it contain any uppercase characters? On some operating systems plugin updates will only work if the directory name is all in lowercase.