Added support for Images in XML Sitemap
Fix for Track Outbound Links
Fix for character counter
Fix for auto-Shorten Long Descriptions option not working in some cases
Added xml sitemap URL API filter hook
Improved documentation
Translation improvements
UI improvements to the options screen and post metabox, snippet preview, etc
Code cleanup for WordPress Coding Standards
Various other under the hood improvements and bug fixes
Is excellent you woke up. Next time Have a look on post 1! Before you post the same info
(10-05-2017 12:18 PM)k3vin_cool Wrote: [ -> ]You can solve that just need to remove this lines in \wp-content\plugins\all-in-one-seo-pack-pro\pro\plugin-updates\plugin-update-checker.php
Remove this code:
Quote:
if ( empty($this->slug) ){
$this->slug = basename($this->pluginFile, '.php');
}
if ( empty($this->optionName) ){
$this->optionName = 'external_updates' . $this->slug;
}