WpSettingsApi

A PHP class abstraction that removes all the headaches of the WordPress settings API under the hood and builds a nice options panel on the fly.

Downloads
9.5K
Stars
7
Committers
3

Bot releases are hidden (Show)

WpSettingsApi - v3.11.1

Published by thefrosty 6 months ago

What's Changed

Full Changelog: https://github.com/dwnload/WpSettingsApi/compare/v3.11.0...v3.11.1

WpSettingsApi - v3.11.0

Published by thefrosty 6 months ago

What's Changed

Full Changelog: https://github.com/dwnload/WpSettingsApi/compare/v3.10.0...v3.11.0

WpSettingsApi - v3.10.0 Latest Release

Published by thefrosty 11 months ago

What's Changed

Full Changelog: https://github.com/dwnload/WpSettingsApi/compare/v3.9.0...v3.10.0

WpSettingsApi - v3.9.0

Published by thefrosty 12 months ago

What's Changed

Full Changelog: https://github.com/dwnload/WpSettingsApi/compare/v3.8.2...v3.9.0

WpSettingsApi - v3.8.2

Published by thefrosty over 1 year ago

WpSettingsApi - v3.8.1

Published by thefrosty over 1 year ago

WpSettingsApi - v3.8.0

Published by thefrosty over 1 year ago

WpSettingsApi - v3.7.0

Published by thefrosty over 1 year ago

What's Changed

Full Changelog: https://github.com/dwnload/WpSettingsApi/compare/v3.6.1...v3.7.0

WpSettingsApi - v3.6.1

Published by thefrosty about 2 years ago

What's Changed

Full Changelog: https://github.com/dwnload/WpSettingsApi/compare/v3.6.0...v3.6.1

WpSettingsApi - v3.6.0

Published by thefrosty about 2 years ago

What's Changed

Full Changelog: https://github.com/dwnload/WpSettingsApi/compare/v3.5.0...v3.6.0

WpSettingsApi - v3.5.0

Published by thefrosty over 2 years ago

What's Changed

Full Changelog: https://github.com/dwnload/WpSettingsApi/compare/v3.4.1...v3.5.0

WpSettingsApi - v3.4.1

Published by thefrosty over 2 years ago

What's Changed

Full Changelog: https://github.com/dwnload/WpSettingsApi/compare/v3.4.0...v3.4.1

WpSettingsApi - v3.4.0

Published by thefrosty over 2 years ago

What's Changed

Full Changelog: https://github.com/dwnload/WpSettingsApi/compare/v3.3.2...v3.4.0

WpSettingsApi - Release 3.3.2

Published by thefrosty almost 3 years ago

  • Incorrect version passed to the new JS Delivr CDN.
WpSettingsApi - Release 3.3.1

Published by thefrosty almost 3 years ago

3.3.1 - 2021-11-07

  • Add new filter to allow for local assets.
    • Use WpSettingsApi::FILTER_PREFIX . 'use_local_scripts', to return a boolean value.
    • Assets for admin settings will now be loaded from the jsdelivr CDN (if local assets is false).
WpSettingsApi - Release 3.3.0

Published by thefrosty over 3 years ago

  • Add field type: multiselect, use Dwnload\WpSettingsApi\Settings\FieldTypes::FIELD_TYPE_MULTISELECT.
  • Add missing "attributes" constant: Dwnload\WpSettingsApi\Settings\FieldTypes\SettingField::ATTRIBUTES.
  • Update composer development dependencies.
WpSettingsApi - Release 3.2.3

Published by thefrosty over 3 years ago

3.2.3 - 2021-02-07

  • Fix: JQMIGRATE: jQuery.fn.blur() event shorthand is deprecated #23.
WpSettingsApi - Release 3.2.2

Published by thefrosty about 4 years ago

3.2.2 - 2020-09-16

  • Version bump since composer didn't pick up 3.2.1.
WpSettingsApi - Release 3.2.1

Published by thefrosty about 4 years ago

Fix JS not loading for the new color picker.

WpSettingsApi - Release 3.2.0

Published by thefrosty about 4 years ago

  • Add support for WordPress 5.4+
  • Fixed media element uploads for WordPress 5.5.
  • Add color as a field type.
  • Remove inline JS for old WpMediaUpload element.
Package Rankings
Top 12.0% on Packagist.org
Badges
Extracted from project README
PHP from Packagist Latest Stable Version Total Downloads License codecov
Related Projects