PackageTrack
Sign in Get early access

alleyinteractive/wordpress-fieldmanager

A library to build forms and admin screens for WordPress

v1.6.3 854K downloads/mo #4355 most downloaded on Packagist alleyinteractive/wordpress-fieldmanager

What this package is like to depend on

Last release 11 days ago

12 Aug 2026

Release timing varies

gaps range from 4 weeks to 2.0 years

Some releases are documented

notes for 8 of 17 stable releases

Nothing withdrawn

no release was ever pulled

10 years old

21 releases · first in 2016

2 releases in the last 12 months

see the full history below

Release timeline

21 releases · Feb 2016 to Aug 2026
2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 21
  1. v1.6.3 12 Aug 2026
    Release notes

    What's Changed

    Full Changelog: v1.6.2...v1.6.3

    Open source →
    Release notes

    v1.6.3 Latest

    Latest

    Compare

    Choose a tag to compare

    Open source →
  2. v1.6.2 15 May 2026
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v1.6.1...v1.6.2

    Open source →
    Release notes

    v1.6.2

    Compare

    Choose a tag to compare

    Open source →
  3. v1.6.1 06 May 2024
    Release notes

    What's Changed

    • Issue-863: PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated by @anubisthejackle in #865
    • Issue-864: Resolve PHP Deprecations by @anubisthejackle in #866
    • Issue-867: Update class constructor docblocks to support specifying an array or a string for $label by @nikkifurls in #869

    New Contributors

    Full Changelog: 1.6.0...v1.6.1

    Open source →
    Release notes

    v1.6.1

    Compare

    Choose a tag to compare

    Open source →
  4. 1.6.0 01 Dec 2023
    Release notes

    Changelog

    Added

    • fm_context_construct action in Fieldmanager_Context. Props @mogmarsh.

    Fixed

    • Array-to-string conversion in Fieldmanager_Autocomplete. Props @mslinnea.
    • Compatibility with composer/installers 2.0. Props @crazyjaco.
    Open source →
    Release notes

    1.6.0

    Compare

    Choose a tag to compare

    Open source →
  5. 1.5.0 30 Mar 2022
    Release notes

    1.5.0 resolves an edge-case bug in the Term Context that could lead to unexpected data writes or even data corruption. Because this change was not inconsequential, we opted to ship a minor release as opposed to a patch release.

    The Term Context bug can be read about in depth in #831 and #832; props to @johnbillion for reporting it. TL;DR: if a term is being added or edited and has fields from the Term Context, and during the "save" POST request, there is a side effect where another plugin or theme creates or updates an additional term, then the field data would be written to that term as well.

    Of note, this bugfix additionally spawned https://core.trac.wordpress.org/ticket/55441.

    Changelog

    Fixed

    • Protect against side effect term updates #832
    Open source →
    Release notes

    1.5.0

    Compare

    Choose a tag to compare

    Open source →
  6. 1.4.1 01 Mar 2022
    Release notes

    1.4.1 is a bugfix release.

    Changelog

    Fixed

    • Fixes performance regression in fm_renumber() (#828).
    Open source →
    Release notes

    1.4.1

    Compare

    Choose a tag to compare

    Open source →
  7. 1.4.0 08 Feb 2022
    Release notes

    This is the first release candidate for Fieldmanager 1.4. It is unchanged from Beta 1 and, pending bug reports, will be published as the official release on or around Feb. 8, 2022.

    Please test (in a non-production environment) and report any issues or feedback in GitHub.

    Open source →
    Release notes

    Fieldmanager 1.4 Beta 1 is now available for testing. The highlights of version 1.4 include:

    • Refreshed UI: Lots of subtle and not-so-subtle changes that add up to a greatly improved user experience.
    • New field types for static content: Use Fieldmanager_Content_Plaintext, Fieldmanager_Content_Markup, or Fieldmanager_Content_Markdown to display arbitrary content, like a "Help" tab in a group.
    • Improved Gutenberg compatibility: Fixes for date fields, autocomplete fields, and various other issues in the block editor.

    Along with more bug fixes and enhancements.

    Please test (in a non-production environment) and report any issues or feedback in GitHub.

    Open source →
    Release notes

    Fieldmanager 1.4 includes a refreshed UI for all field types, new fields for displaying static content or HTML, and improved compatibility with the block editor.

    Changelog

    Added

    • Fieldmanager_Content_Plaintext, Fieldmanager_Content_Markup, and Fieldmanager_Content_Markdown classes for displaying static content. These extend the new Fieldmanager_Content abstract class (#781).

    Changed

    • UI overhaul for all field types and meta boxes, including more spacing between fields, more information about selected media files, and improvements for repeatable, sortable, and tabbed interfaces (#468).
    • Minimum supported versions of PHP and WordPress are now 7.4 and 5.8, respectively (#814).

    Fixed

    • Fix various issues with fields displayed in the block editor (#796, #815).
    • Ensure that TinyMCE is initialized for Fieldmanager_RichTextArea fields inside meta boxes that are collapsed on page load (#628).
    • Don't lose selected Fieldmanager_Radios value when sorting (#658).
    • Consistently apply fm_presave_alter_values filter in Fieldmanager_Options subclasses (#568).
    • Fix warning from term datasource when saving in submenu context (#791).
    • Prevent collisions across different extensions of Fieldmanager_Datasource when generating Ajax action names (#794).
    • Refresh nonces with heartbeat responses to prevent data loss (#677).
    • Fix inability to save empty multiselect and checkboxes fields when 'serialize_data' => false (#811).
    • Docs fixes (#784).

    Deprecated

    • Fieldmanager_Grid (#795).

    Release credits

    @benjmyers, @discoinfiltrator, @isGabe, @jameswburke, @joemcgill, @jomurgel, @kevinfodness, @kjbenk, @mboynes, @mogmarsh, @montchr, @mslinnea, @mviggiano, @pattiereaves, @renatonascalves, @stevenslack, @willgladstone

    Open source →
    Release notes

    1.4.0

    Compare

    Choose a tag to compare

    Open source →
  8. 1.4.0-rc1 04 Feb 2022 pre-release

    Nothing published for this version

  9. 1.4.0-beta1 07 Jan 2022 pre-release

    Nothing published for this version

  10. 1.3.1 14 Dec 2021
    Release notes

    1.3.1 is a bugfix release.

    Changes

    • Fixes field reordering bug in the block editor (#815, #820).
    Open source →
    Release notes

    1.3.1

    Compare

    Choose a tag to compare

    Open source →
  11. 1.3.1-rc1 08 Dec 2021 pre-release

    Nothing published for this version

  12. 1.3.0 22 Jun 2020

    Nothing published for this version

  13. 1.2.6 13 May 2020

    Nothing published for this version

  14. 1.2.4 11 Jan 2019

    Nothing published for this version

  15. 1.2.3 05 May 2018

    Nothing published for this version

  16. 1.2.2 04 Apr 2018

    Nothing published for this version

  17. 1.2.1 07 Dec 2017

    Nothing published for this version

  18. 1.2.0 05 Nov 2017

    Nothing published for this version

  19. 1.1.0 06 Oct 2017

    Nothing published for this version

  20. 1.0.0 04 Mar 2016

    Nothing published for this version

  21. 1.0.0-rc 22 Feb 2016 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive