=== ACF to Custom Database Tables ===
Contributors: abhisheksatre
Tags: acf, custom fields, acf to custom table
Requires at least: 4.7
Tested up to: 6.6
Requires PHP: 5.6
Stable tag: 1.0.7
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

An ACF add-on plugin to save custom fields data in a structured database table instead of WordPress's post meta table.

== Description ==

An add-on plugin for Advanced Custom Fields that lets you save custom fields data in an organized, structured database table instead of WordPress's post meta table.

= Features =
* Create a database table from the ACF fields
* ACF's native method support
* Custom wordpress filters to extend functionality.
* Faster Searches & Easy Export
* Detailed tables schema change log

https://www.youtube.com/watch?v=ggrKQmUoZ-0&rel=0

= Supported Fields =

* Text
* Text Area
* Number
* Range
* Email
* Url
* Password
* Image
* File
* Wysiwyg Editor
* oEmbed
* Select
* Checkbox
* Radio Button
* Button Group
* True / False
* Link
* Post Object
* Page Link
* Relationship
* Taxonomy
* User
* Google Map
* Date Picker
* Date Time Picker
* Time Picker
* Color Picker
* Group
* Gallery (Pro Version)
* Repeater (Pro Version)
* Flexible Content (Pro Version)

= Links =
* [Website](https://acf-custom-tables.abhisheksatre.com?ref=readme)
* [Documentation](https://acf-custom-tables.abhisheksatre.com/docs/create-custom-table/)
* [ACF to Custom Database Tables Pro](https://acf-custom-tables.abhisheksatre.com/pro?ref=readme)

== Installation ==

Note: Advanced Custom Fields plugin free or paid version is required.

1.	Upload the plugin to your `/wp-content/plugins/` directory.
2.	Activate the plugin in your WordPress admin.
3.	Go to the Custom Fields > Field Groups menu. Edit or create a field group and enable "Custom Table" option then enter custom table name inside "Custom Table Name" field.

[Upgrade to Pro](https://acf-custom-tables.abhisheksatre.com/pro?ref=readme)

== Screenshots ==

1. Create a database table from the ACF fields

2. View SQL query and changes

== Changelog ==

= 1.0.7 =
28th July 2024
*Extended support for acf_form*
*Fixed warnings*

= 1.0.6 =
13th November 2023
*Fixed Attachment page issue*

= 1.0.5 =
9th August 2023
*Fixed warnings*
*Fixed UI issues*
*Changed table create schema*
*Tested on WP 6.3*

= 1.0.4 =
10th September 2022
*Fixed ACF data display issue when Local JSON setting is not enabled*

= 1.0.3 =
9th July 2022
*Fixed undefined warning*
*Added readonly support for Select field*
*Tested on WP 6.0*

= 1.0.2 =
*Fixed get_field bug - 5th February 2022*

= 1.0.1 =
*UI enhancements - 19th December 2021*

= 1.0.0 =
*First Version - 15th December 2021*
