Releases: guilamu/Advanced-Menu-Items-Visibility-Control
Releases · guilamu/Advanced-Menu-Items-Visibility-Control
Release list
v1.3.4
- Fix: Fixed "Plugin not found" error on details popup by using high-priority filter
plugins_api_resultto shield update payloads from mutation - Fix: Avoided PHP fatal errors by replacing dynamic
get_plugin_data()calls with static constants - Improved: Replaced PHP 8.0+ functions with backward-compatible code for PHP 7.x support
- Improved: Support for custom plugin folder names during checks and updates
v1.3.3
- Fix: Resolved a fatal error when clicking "View details" due to Parsedown 1.8.0 removing the deprecated
setSafeMode()method (updated tosetMarkupEscaped()).
v1.3.2
v1.3.1
- Improved: Rewrote GitHub updater to match reference template (README.md parsing, Parsedown, tables_to_divs, plugin_info_css)
- New: Added "View details" thickbox link in plugin row meta
- New: Added Parsedown.php for Markdown-to-HTML conversion in plugin info modal
v1.3.0
v1.2.4
v1.2.3
Critical Fix: Fixed RCP membership level detection that returned stale/cached data
Implemented direct membership query that bypasses RCP's rcp_get_customer_membership_level_names() API caching bug
Added function_exists() check for rcp_user_has_access_level() to prevent fatal errors on some RCP versions
Changed membership level comparison from IDs to names for more reliable matching