آیکن GastroReserve – Table Reservation
افزونه رایگان نسخه 4.4.3

GastroReserve – Table Reservation

توسعه‌دهنده: zicklwolf1976

توضیحات

Free table reservation system for restaurants and wine taverns.

تغییرات این نسخه

4.4.3

Escaped five remaining output spots (conditional/ternary values in

admin-page.php and frontend.php) with esc_html()/esc_attr() for

consistent output escaping throughout.

4.4.2

Renamed the remaining “zickl-” admin menu slug, CSS classes and DOM IDs to

“gastroreserve-” for consistent naming throughout admin and frontend.

Removed CSS rules left over from earlier interface simplification that no

longer matched any markup (dead code, no functional change).

Added the missing phpcs:disable rule (WordPress.DB.PreparedSQL.InterpolatedNotPrepared)

around the one-time table-rename migration query, matching the pattern

already used in database.php.

Changelog history condensed.

4.4.1

Removed the last two admin submenu entries that had no functionality

behind them.

Renamed internal function, hook and option names to a consistent

“gastroreserve_” prefix; own database table and option name migrated

automatically and losslessly on update.

Removed two unused hidden form fields from the frontend form.

4.4.0

Removed all remaining premium-feature interface elements from the free

build; only genuinely free functionality remains in code and UI.

Frontend form simplified to contact details, date/time/party size and a

note field.

4.3.0 – 4.3.5

Completed removal of paid-feature code from the free build (payment

processing, table plan editor, events module) per WordPress.org

guidelines; only cosmetic remnants were removed in earlier steps, now

the underlying code is fu