Skip to content

Releases: justcoded/wordpress-theme-framework

PHP 8 support

06 Sep 13:19
34d1ac1
Compare
Choose a tag to compare
3.1.5

Update readme.txt

Tested with WordPress 5.5

14 Aug 12:53
66dde1c
Compare
Choose a tag to compare

Updated tested up to WordPress 5.5

Configurable assets folder name

14 Feb 19:15
d74b71d
Compare
Choose a tag to compare

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

External links rel=noopener fix

31 Jan 14:37
5a44f05
Compare
Choose a tag to compare

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

External links rel=noopener fix

31 Jan 09:36
836ba6f
Compare
Choose a tag to compare

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

Rest and Cron base classes

22 Aug 12:40
ef636b6
Compare
Choose a tag to compare
  • 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

21 Feb 17:09
Compare
Choose a tag to compare
  • Bugfix: Faker generated images doesn't have thumbnails in Media library.

CPT Gutenberg and REST support

14 Jan 10:31
293db6a
Compare
Choose a tag to compare

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

ACF fields builder support

18 Sep 15:50
Compare
Choose a tag to compare

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

27 Aug 16:29
2526ce2
Compare
Choose a tag to compare

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