Skip to content

Releases: dwnload/WpSettingsApi

Merge pull request #17 from dwnload/hotfix/3.1.1

13 Sep 01:28
bebc908
Compare
Choose a tag to compare
Hotfix for version 3.1, bumps PHP >= 7.3.

3.1.0: Merge pull request #16 from dwnload/develop

12 Sep 22:01
32dda01
Compare
Choose a tag to compare

Version 3.0.0

11 Mar 22:13
83b8af7
Compare
Choose a tag to compare
  • Breaking rewrite which allows the use of multiple instances in one application.
  • Requires PHP >= 7.1
  • See Example.php for update on how to use version 3.

Updated

  • thefrosty/wp-utilities to version 1.4.1.
  • SettingsApiFactory method createApp is now create which returns a new instance of the PluginSettings. Use like:
    new WpSettingsApi(SettingsApiFactory::create([])).

Removed

  • AbstractApp(), App() & PluginInfo().

Added

  • On the init action hook, a third parameter has been added to the context of the current WpSettingsApi instance.
    It's also been moved into the base object since the App class was removed.

Version 2.6.0

21 Nov 21:13
639d0b8
Compare
Choose a tag to compare
  • Update: Settings navigation sections now hook into the App::ACTION_PREFIX . 'settings_sidebars' action tag. The
    opening ul tag is hooked in to priority 0 and the closing ul is on 199. Each section menu item is hooked into
    a priority starting at 3 and incrementing in value by +2.
  • Update: admin.css; fixing the removed th width attribute in 2.5.0.
  • Update: admin.js; target sidebar anchor elements with the [data-tab-id] only.
  • Added: Version constant to the base file and passed to the settings page anchor title.

2.5.1

19 Nov 22:29
Compare
Choose a tag to compare

Version 2.5.0

19 Nov 22:19
f45643f
Compare
Choose a tag to compare
Merge pull request #11 from dwnload/develop

Version 2.5

Version 2.4.5

16 Oct 20:24
0d4d355
Compare
Choose a tag to compare

Allowing method chaining in SettingField and SettingSection as well as adding a new attributes setting in SettingField to apply in the FieldTypes.

(forcing Pacakgist update)

Version 2.4.3

16 Oct 17:47
a7e21ef
Compare
Choose a tag to compare
Add missing URL field and add EMAIL field type. (#7)

Version 2.4.2

08 Oct 17:39
0957005
Compare
Choose a tag to compare

PHP 7.2 fix.

2.4.1

25 Sep 19:06
Compare
Choose a tag to compare