github ThemeFuse/Unyson v2.2.0

latest releases: v2.7.31, v2.7.30, v2.7.29...
9 years ago
  • Added the possibility to load extensions from any directory

    function _filter_my_plugin_extensions($locations) {
        $locations['/path/to/plugin/extensions'] = 'https://uri.to/plugin/extensions';
        return $locations;
    }
    add_filter('fw_extensions_locations', '_filter_my_plugin_extensions');

    Important! Prefix your extension names to prevent conflicts.

  • Removed array_merge($old_opts, $new_opts) from options save #266

  • Tabs, Boxes, Groups, Options are now displayed in the order they are in array (not grouped) #319

  • Option type multi-picker fixes #296

  • Added the possibility to use custom framework-customizations directory name #276

  • Minor fixes

Don't miss a new Unyson release

NewReleases is sending notifications on new releases.