Releases: justcoded/wordpress-theme-framework
PHP 8 support
3.1.5 Update readme.txt
Tested with WordPress 5.5
Updated tested up to WordPress 5.5
Configurable assets folder name
Now you can configure theme assets
folder name with new Theme
class property assets_folder_name
External links rel=noopener fix
Fix Autoptimize Support class to replace external links correctly and add rel="noopener" and target="_blank" to them.
External links rel=noopener fix
Fix Autoptimize Support class to replace external links correctly and add rel="noopener" to them.
Rest and Cron base classes
- New: Theme class property to disable gutenberg for the whole site or specific post types.
- New: Autoptimize post-content filter to add link rel nofollow to external links.
- New: Base class for Cron jobs, which wraps WordPress Cron API and simplify its usage.
- New: Base class for REST Controller, which wraps WordPress REST Controller and simplify its usage.
DB Faker image generator fix
- Bugfix: Faker generated images doesn't have thumbnails in Media library.
CPT Gutenberg and REST support
Added support for Gutenberg and REST API for Custom Post Types.
ACF fields builder support
Added support for fields builder for ACF with help of https://github.com/StoutLogic/acf-builder. Now you can setup your fields configuration directly inside your theme code and not through the database.
Read Wiki article about Advanced custom fields support for more details.
Major version were set to 3.0 to provide better dependency management inside Theme Boilerplate package.
Page Builder layout class PHP7 support
Added support to specify layout class names in as a new PHP7 class reference like: My_Layout_Class::class