1.5.2
upcoming
- Bugfix - Fixes an issue that prevented the tablefield from working with the Flywheel hosting provider.
- Bugfix - Resolves an issue that adds unwanted spacing at the bottom of a page when using Beaver Builder in combination with
acf_form()
. - Bugfix - Fixes fullscreen table editing not considering block editors interface navigable region handle situation.
1.5.1
Release Date 13th June 2025
- New - Importing table data from CSV and TSV. Docs
- New - Option for fullscreen table editing. Docs
- New - Option for resetting the table to its default field settings and removing all table content. Docs
- New - Introduces
the_table()
. Docs - New - Introduces
get_sub_table()
. Docs - New - Introduces
the_sub_table()
. Docs - New - Adds developer tool when using
define( 'ACF_TABLE_FIELD_PRO_DEVELOPER_MODE', true );
in functions.php. Provides a table raw data view and a table reset button. - New - The language support for Czech, Danish, Spanish, Hebrew, Icelandic, Japanese, Lithuanian, Russian, Serbian, Swedish, and Vietnamese is being added.
- Enhancement - Improves plugin updater.
- Enhancement - Enhances the WordPress editor’s fullscreen mode by fully extending the editor area to utilize the entire available height.
- Enhancement - Removes left margin of the 'Table Options' button in Gutenberg blocks.
- Enhancement - Enhances the styling for selected table rows and columns for moving.
- Enhancement - Adds the field description, a preview image, and a documentation link in the 'Browse Fields' selection.
- Enhancement - Enhanced table data handling with greater flexibility and robustness via
update_field()
. - Enhancement - The editing table no longer impacts the ACF field layout in specific locations and subfield scenarios. Instead, it is now contained within the table field and scrolls independently. As part of this update, the fullscreen table editing feature has been added, ensuring the table remains editable in specific situations.
- Bugfix - Fixes an issue where cells with a rowspan but no colspan could not be moved vertically.
- Bugfix - Resolves a critical issue causing a fatal error on Gutenberg block previews.
- Other - Refactoring the PHP code.
1.5.1-RC4
Release Date 2nd June 2025
- New - Introduces
the_table()
, Docs. - New - Introduces
get_sub_table()
, Docs. - New - Introduces
the_sub_table()
, Docs.
- Enhancement - Updated documentation for View a Table with PHP.
- Bugfix - Fixes problems of
get_table()
with sub fields by creating a separate functionget_sub_table()
. (Thanks to Reeve)
- Info -
1.5.1-RC4
is for testing only. You can download the release candidate from your account and manually install it on your developer and test sites. A backup of the database is recommended. Please do not use on a live site. Any feedback and requests are welcome.
- New - Introduces
1.5.1-RC3
Release Date 22nd May 2025
- Bugfix - Resolves a critical issue causing a fatal error on Gutenberg block previews.
- Info -
1.5.1-RC3
is for testing only. You can download the release candidate from your account and manually install it on your developer and test sites. A backup of the database is recommended. Please do not use on a live site. Any feedback and requests are welcome.
1.5.1-RC2
Release Date 21st May 2025
- Bugfix - Resolves a critical issue causing a fatal error in version 1.5.0-RC1 on Windows systems.
- Info -
1.5.1-RC2
is for testing only. You can download the release candidate from your account and manually install it on your developer and test sites. A backup of the database is recommended. Please do not use on a live site. Any feedback and requests are welcome.
1.5.0
skipped
- Info - This version was skipped and merged with
1.5.1
.
- Info - This version was skipped and merged with
1.4.3
Release Date 11th April 2025
- Enhancement - Disables the Table Options button and the table cell option buttons when all relevant options are disabled in the field settings.
- Bugfix - Fixes plugin auto update failure due to expired Lemon Squeezy download links.
1.4.2
Release Date 6th April 2025
- Enhancement - Improves Multisite support. Auto-updates now requires a single activation of a license on the main site only.
- Enhancement - Improves default HTML content styles of the editing table cells.
- New - Adds CSS class
.acf-table-pro-cell-styles
for styling editing table cell content.
1.4.1
Release Date 27th March 2025
- Enhancement - Enables tablefieldpro shortcode subfield usage for Beaver Builder Repeater and Flexible Content Shortcodes.
- New - Adds nested field names for tablefieldpro shortcode.
- New - Adds subfield support for tablefieldpro shortcode in ACF loops.
- Bugfix - Fixes registering license.
1.4.0
Release Date 27th February 2025
- New - Disable move for a column
- Bugfix - Fixes a Javascript bug related to a dependency on jQuery when using
acf_form()
. - Bugfix - Fixes an issue using
acf_form()
where multiple tool modals were displayed on top of each other in certain situations. - Bugfix - Fixes an issue where column options are not honored when moving columns.
- Bugfix - Fixes an issue that caused unnecessary option data entries in the table fields database object.
- Bugfix - Fixes an issue where the minimum and maximum row/column settings were ignored after a row or column was deselected.
- Bugfix - Fixes an issue where the JS variable
acfTablefieldTinyMcePreInit
was missing.
1.3.2
Release Date 9th January 2025
- Bugfix - Fixes an issue with displaying table cell spans using shortcode and
get_table()
with a selector.
- Bugfix - Fixes an issue with displaying table cell spans using shortcode and
1.3.1
Release Date 14th November 2024
- Bugfix - Fixes header and footer always rendered when using shortcode.
1.3.0
Release Date 11th November 2024
- New - Adds shortcode for displaying tables
- Other - Improves minor style issues.
1.2.10
Release Date 7th October 2024
- New - Adds content type setting option "none". This allows disabling table cell content editing.
1.2.9
Release Date 30th September 2024
- Bugfix - Fixes a PHP issue that causes a fatal error if the
datefmt_create()
function does not exist. - Bugfix - Fixes an issue that causes double slashes in plugin URLs.
- Bugfix - Fixes a PHP issue that causes a fatal error if the
1.2.8
Release Date 26th August 2024
- Bugfix - Fixes issues causing fatal error in certain situations.
1.2.3
Release Date 16th August 2024
- New - Enables embedding the plugin in a theme.
- Bugfix - Fixes issue causing javascript errors.
1.2.2
Release Date 19th July 2024
- Bugfix - Fixes an issue that causes hidden WP WYSIWYG editor UI elements.
1.2.1
Release Date 8th July 2024
- Bugfix - Fixed an issue where table contents were not editable after changing the field type from "Table" to "Table Pro".
1.2.0
Release Date 7th July 2024
- New - Adds support for Rest-API
- New - Adds the ability to switch a field from field type "Table" to "Table Pro"
1.1.1
Release Date 13th June 2024
- Bugfix - Fixes an issue that prevents other plugins to hook into WordPress functions used by the table field plugin.
1.1.0
Release Date 12th June 2024
- Enhancement - Makes the form fields look more similar to ACF's.
- New - Define and/or edit the width of table columns for the editor view.
1.0.9
Release Date 27th May 2024
- Bugfix - Fixes missing 'none' option label in all table style select fields.
- Bugfix - Fixes not saving changes like adding column on WordPress Attachment detail modal.
- Bugfix - Fixes missing CSS classes from style selects on HTML output by
get_table()
.
1.0.8
Release Date 24th May 2024
- Enhancement - Improves styles of editor content in table cells. Increases the font size of paragraphs to
1em
. Removes top and bottom white space between editor content and cell container.
- Bugfix - Fixes WordPress styles affecting displaing editing table on small screens on user, taxonomy and term pages.
- Bugfix - Fixes an issue that caused a PHP error on the revisions page.
- Bugfix - Fixes table settings modal not showing in WordPress attachment details modal.
- Bugfix - Fixes minor style issues when editing the table in the attachment details modal.
- Other - Minor style improvements.
- Enhancement - Improves styles of editor content in table cells. Increases the font size of paragraphs to
1.0.7
Release Date 19th May 2024
- Enhancement - Improves English texts and their translations.
- Enhancement - Updates French translation.
- New - Adds plugin settings link to admin plugin listing page.
- Bugfix - Fixes issues with tables in widgets.
- Bugfix - Fixes not active by default stub column table option in field settings.
- Bugfix - Fixes an issue that caused a PHP error on the revisions page.
1.0.6
Release Date 12th May 2024
- New - Adds Italian translation.
- New - Adds French translation.
- Bugfix - Fixes Javascript issues in ACF settings pages.
- Bugfix - Fixes Javascript issue that prevented table predefinition in the ACF field settings.
1.0.5
Release Date 11th May 2024
- Bugfix - Fixes missing parameter 'field' in PHP filter
'acf_tablefield/get_table/attr/table'
when usingget_table()
with field data object and not a field selector.
- Bugfix - Fixes missing parameter 'field' in PHP filter
1.0.4
Release Date 10th May 2024
- Bugfix - Fixes issue causing unusable other WYSIWYG editors.
- Bugfix - Fixes minor issue displaying licence key field messages.
1.0.3
Release Date 10th May 2024
- New - Adds Dutch translation.
- Bugfix - Fixes an issue where changes to the order of rows and columns and new rows and columns were not saved.
- Bugfix - Fixes PHP issue causing illegal offset type error.
1.0.2
Release Date 19th April 2024
- New - Adds plugin info window
- New - Adds changelog to plugin info
1.0.1
Release Date 19th April 2024
- New - Adds licence, documentation, contact and plugin informations on plugins option page.
1.0.0
Release Date 18th April 2024
- New - Initial release