=== Oishii Menu Board === Contributors: shoutarou975 Tags: restaurant, menu, shortcode, custom-post-type, ordering Requires at least: 6.0 Tested up to: 6.9 Requires PHP: 8.0 Stable tag: 1.1.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Manage single-item restaurant menus and display them via shortcode. Supports drag-and-drop ordering for categories and items. == Description == Restaurant Menu Japan provides: - Custom Post Type `wrmj_menu_item` and taxonomy `wrmj_menu_category` - Drag-and-drop ordering on the admin list screen (uses `menu_order`) - Shortcode `[wrmj_menu]` with category filters, order, limit, and grouping - Settings screen to adjust defaults and display options Text Domain: `oishii-menu-board` Domain Path: `/languages` == Installation == 1. Upload and activate the plugin. 2. Create menu items and categories under the “Menus” post type. 3. Optionally adjust defaults in the “Menu Settings” submenu. 4. Insert the shortcode `[wrmj_menu]` into pages or posts. == Frequently Asked Questions == = Can I control the order per category? = Yes. If you save category-specific orders (and category order) from the ordering UI or settings, those are respected on the frontend. = Where should I put translation files? = Place them under the plugin’s `languages/` directory. WordPress 4.6+ loads them automatically from headers. == Changelog == = 1.1.0 = Internationalized default strings to English. Updated readme and metadata. Minor improvements to admin UI labels. Unified shortcode to `[wrmj_menu]`. Prefixed CPT/Taxonomy to avoid conflicts. = 1.0.0 = Initial release.