Unyson

A WordPress framework that facilitates the development of WP themes

Stars
925
Committers
38

Bot releases are visible (Hide)

Unyson - v1.4.10

Published by almost 10 years ago

  • 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',
        ),
    )
    
Unyson - v1.4.9

Published by almost 10 years ago

  • Option type background-image fix #54
  • Other minor fixes
Unyson - v1.4.8

Published by almost 10 years ago

Unyson - v1.4.7

Published by almost 10 years ago

  • minor css fix
Unyson - v1.4.6

Published by almost 10 years ago

  • 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
Unyson - v1.4.5

Published by almost 10 years ago

  • Option type icon fix #44
Unyson - v1.4.4

Published by almost 10 years ago

  • 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()
Unyson - v1.4.3

Published by almost 10 years ago

  • Extension manifest.php is required
  • Added framework version in the admin footer
  • Added missing domain to some __('...', 'fw') functions
Unyson - v1.4.2

Published by almost 10 years ago

  • minor fix
Unyson - v1.4.1

Published by almost 10 years ago

  • Backup extension: minor fixes
  • Finished the Update extension: theme and extensions update works
Unyson - v1.4.0

Published by about 10 years ago

Unyson - v1.3.3

Published by about 10 years ago

  • option type switch fix
Unyson - v1.3.2

Published by about 10 years ago

  • option type switch fix #33
Unyson - v1.3.1

Published by about 10 years ago

  • Renamed some methods in the Feedback extension
Unyson - v1.3.0

Published by about 10 years ago

Unyson - v1.2.8

Published by about 10 years ago

  • Now fw_get_db_settings_option(...) returns default option value from the settings options array if no value was found in the database
  • Fixed wrong usage of the $this->locate_(css|js)_URI(...) in extensions, replaced with $this->get_declared_URI(...)
  • Include framework-customizations/theme/static.php later than all other static.php
  • Builder: Added delete button to the default item view
Unyson - v1.2.7

Published by about 10 years ago

  • fixed option type wp-editor bug in WP4.0 #18
  • fixed: global $post was replaced after WP_Query loop in the slider extension
Unyson - v1.2.6

Published by about 10 years ago

  • FW_WP_Filesystem::mkdir_recursive() Windows paths fix
  • Update extension: better error handling
  • Removed the version from the extensions manifest files
Unyson - v1.2.5

Published by about 10 years ago

  • Slider extension minor fix
  • SEO Titles & Metas extension minor fix #11
  • Framework bootstrap minor refactor
Unyson - v1.2.4

Published by about 10 years ago

  • minor css fixes
  • increased sidebars taxonomy auto complete results limit #11