=== AddonLogic Quick-Edit Custom Fields ===
Contributors: snehalpancholi
Tags: quick edit, custom fields, meta, post list, bulk edit
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.1
Stable tag: 1.0.0
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Surface selected custom meta fields in the Quick Edit row on the post list screen — no more opening every post just to change a field.

== Description ==

AddonLogic Quick-Edit Custom Fields adds selected custom post meta fields directly to the Quick Edit row in the WordPress post list table. Define which meta keys you want to edit inline, choose their field type (text, number, date, URL, checkbox, or dropdown), and assign them to specific post types. WordPress intercepts the Quick Edit open event to pre-fill current values, and saves cleanly on submit.

**Key Features:**

* Add any meta key to the Quick Edit row with a label and field type
* Supported types: text, number, URL, date, checkbox (yes/no), dropdown (select)
* Dropdown options configurable as value|Label pairs
* Per-post-type assignment — each field only appears where relevant
* Current value pre-populated automatically when Quick Edit opens
* New column in the post list table shows the current value at a glance
* Clean save via save_post hook with per-field nonce verification
* No extra database tables — uses standard WordPress post meta

== Installation ==

1. Upload the `quick-edit-custom-fields` folder to `/wp-content/plugins/`
2. Activate through the 'Plugins' menu
3. Go to **Settings → Quick-Edit Fields**
4. Add a field: enter the meta key, label, type, and post types
5. Go to the post list screen — a new column appears with Quick Edit support

== Changelog ==

= 1.0.0 =
* Initial release

== Screenshots ==

1. Settings page — Add Field form
2. Post list with custom column and Quick Edit row showing the field
3. Quick Edit row with text, date, and dropdown fields
