Changelog
- Added: Site SEO option pages! You can now customize this plugin without touching the code, These include:
- Title Settings:
- Select your Document Title seperator
- Select your Document Title additions location
- Robots Settings:
- NoIndex per Archive or Site
- NoFollow per Archive or Site
- NoArchive per Archive or Site
- Seperated Home Page options:
- Also Includes Document Title additions location
- Social Settings:
- Shortlink output
- Open Graph output
- Facebook, various settings for Businesses
- Twitter, various settings for Twitter Card
- Title Settings:
- Added: Genesis-like layout for SEO option pages (metabox layout). Something familiar, clean and you can organize it through the Screen Options and by moving the boxes with your mouse.
- Added: New filters, see other notes.
- Added: Screen-reader improvements. More to come (with focus on the SEO bar) in future updates.
- Added: Better metabox tablet/mobile support.
- Added: RTL support.
- Added: Minified wp-admin AutoDescription CSS and JS files.
- Updated: Language files.
- Updated: AutoDescription API, see Other Notes.
- Fixed: og:image site icon can now fetch on later versions than WordPress 4.3.0.
- Fixed: Unlikely bug in redirect URL.
- Fixed: hmpl_ad_load filter. It now works as intended.
- Fixed: Various Javascript bugs
- Removed: Genesis meta robots support in favor for our own.
- Note: If you use Genesis and you’ve adjusted any SEO settings in the Genesis SEO page, please revise them through the new menu this plugin provides. This update doesn’t remove the Genesis options.
- Renamed: PHP Constants. See autodescription.php or the Other Notes tab if you were to have changed them.
- Polished code, a lot. Because of atom.io I had to remove rogue tabs (almost everywhere).
- Optimized code.
- Added: PHP level cache – frequently used code is put in static variables, this means for example that content heavy pages with automated descriptions load much faster.
- Note to developers: If you’ve extended the plugin through your functions.php or another plugin, please take a look at the new class and functions structure before upgrading. Filters are unchanged.