Skip to content

Releases: ThemeFuse/Unyson

v1.4.10

06 Nov 15:04
Compare
Choose a tag to compare
  • Layout builder: Added a helper to check if a post was made with builder #51

    fw_ext_layout_builder_is_builder_post($post_id = '')
  • Option type multi: Added the possibility to display inner options separators

    arrray(
        'type' => 'multi',
        'attr' => array(
            'class' => 'fw-option-type-multi-show-borders',
        ),
    )

v1.4.9

04 Nov 14:05
Compare
Choose a tag to compare
  • Option type background-image fix #54
  • Other minor fixes

v1.4.8

31 Oct 20:30
Compare
Choose a tag to compare

v1.4.7

31 Oct 10:57
Compare
Choose a tag to compare
  • minor css fix

v1.4.6

31 Oct 09:59
Compare
Choose a tag to compare
  • FW_Cache is disabled if the register_tick_function() does not exist. Removed the $load_callback parameter from the FW_Cache::get() method
  • minor fixes

v1.4.5

27 Oct 19:16
Compare
Choose a tag to compare
  • Option type icon fix #44

v1.4.4

24 Oct 13:26
Compare
Choose a tag to compare
  • Layout builder: Added filter to customize the content wrapper div class #38
  • Added .fw-text-* color classes in fw.css
  • Added default value parameter for FW_Manifest::get() and fw()->theme->get_config()

v1.4.3

23 Oct 08:14
Compare
Choose a tag to compare
  • Extension manifest.php is required
  • Added framework version in the admin footer
  • Added missing domain to some __('...', 'fw') functions

v1.4.2

22 Oct 12:33
Compare
Choose a tag to compare
  • minor fix

v1.4.1

21 Oct 11:40
Compare
Choose a tag to compare
  • Backup extension: minor fixes
  • Finished the Update extension: theme and extensions update works