I have used this lib in one of the EDD add-on. I found following errors in error log with WP_DEBUG on. Basically this notice arise when admin clicks on to check new version details (View version x.x details).
PHP Notice: Undefined property: stdClass::$last_updated in .../wp-admin/includes/plugin-install.php on line 460
PHP Stack trace:
PHP 1. {main}() .../wp-admin/plugin-install.php:0
PHP 2. do_action() .../wp-admin/plugin-install.php:67
PHP 3. call_user_func_array:{.../wp-includes/plugin.php:503}() .../wp-includes/plugin.php:503
PHP 4. install_plugin_information() .../wp-includes/plugin.php:503
I have used this lib in one of the EDD add-on. I found following errors in error log with WP_DEBUG on. Basically this notice arise when admin clicks on to check new version details (View version x.x details).