Skip to content

Releases: justcoded/wordpress-theme-framework

PHP 8 support

Choose a tag to compare

@aprokopenko aprokopenko released this 06 Sep 13:19
34d1ac1
3.1.5

Update readme.txt

Tested with WordPress 5.5

Choose a tag to compare

@aprokopenko aprokopenko released this 14 Aug 12:53
66dde1c

Updated tested up to WordPress 5.5

Configurable assets folder name

Choose a tag to compare

@aprokopenko aprokopenko released this 14 Feb 19:15
d74b71d

Now you can configure theme assets folder name with new Theme class property assets_folder_name

External links rel=noopener fix

Choose a tag to compare

@aprokopenko aprokopenko released this 31 Jan 14:37
5a44f05

Fix Autoptimize Support class to replace external links correctly and add rel="noopener" and target="_blank" to them.

External links rel=noopener fix

Choose a tag to compare

@aprokopenko aprokopenko released this 31 Jan 09:36
836ba6f

Fix Autoptimize Support class to replace external links correctly and add rel="noopener" to them.

Rest and Cron base classes

Choose a tag to compare

@aprokopenko aprokopenko released this 22 Aug 12:40
ef636b6
  • 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

Choose a tag to compare

@aprokopenko aprokopenko released this 21 Feb 17:09
  • Bugfix: Faker generated images doesn't have thumbnails in Media library.

CPT Gutenberg and REST support

Choose a tag to compare

@aprokopenko aprokopenko released this 14 Jan 10:31
293db6a

Added support for Gutenberg and REST API for Custom Post Types.

ACF fields builder support

Choose a tag to compare

@aprokopenko aprokopenko released this 18 Sep 15:50

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

Choose a tag to compare

@aprokopenko aprokopenko released this 27 Aug 16:29
2526ce2

Added support to specify layout class names in as a new PHP7 class reference like: My_Layout_Class::class