=== Food Menu Plugin API ===
Contributors: myshadetreedigital
Tags: menu, restaurant, food, elementor, api
Requires at least: 6.0
Tested up to: 6.0
Requires PHP: 7.4
Stable tag: 0.1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Structured food menu data (branches, locations, categories, prices, variations) for restaurants, franchises, and food trucks — built for Elementor, with POS/API sync as the focus of this variant.

== Description ==

Food Menu Plugin API creates a Food Menu Item custom post type with Branch,
Location, and Category taxonomies, a text-based Price field, and
repeatable Variations (name + price). The plugin owns the data model only —
build the actual menu layout in Elementor using Loop Grid, Loop Carousel,
and Dynamic Tags. See README.md for full documentation.

This is a separate plugin from Food Menu Plugin (not an update to it) —
every identifier (post type, taxonomies, meta keys, PHP classes, Dynamic
Tag names) is namespaced differently so both can be active on the same
site without conflicting, if ever needed.

== Installation ==

1. Upload the plugin files to `/wp-content/plugins/food-menu-plugin-api`.
2. Activate the plugin through the "Plugins" screen in WordPress.
3. Use the new "Food Menu API" admin menu to add Branches, Locations,
   Categories, and Menu Items.

== Changelog ==

= 0.1.0 =
* Bootstrapped from Food Menu Plugin 0.3.0 as the starting point for
  POS/API integration work. All identifiers renamed to avoid collisions
  with the original plugin (CPT: `fmpa_menu_item`, taxonomies: `fmpa_branch`
  / `fmpa_location` / `fmpa_category`, PHP class prefix: `FMPA_`, Dynamic
  Tag group: "Food Menu API").
