Releases: Les-Ey/lde-tabs-plugin
Release list
v0.9.1 Beta
🚀 Version 0.9.1 Beta — Initial Public Release (Testing)
Release Date: December 5, 2025
🛑 Important Note: Please Test and Report!
This is a Beta release. While the core tab functionality is ready and lightweight, please be aware of the known limitations (especially accessibility issues). We encourage testing and feedback, but do not use this version in critical production environments yet.
✨ Features and Highlights
Lightweight Tab Controller: Uses native WordPress Gutenberg Block Editor features.
Multi-Group Support: Allows independent tab sets on the same page via the group attribute.
Admin Settings Panel: Customize tab colors, padding, margins, and border radius easily.
Dynamic CSS Generation: User settings are applied in real-time without manual file editing.
Smart Asset Loader: Automatically uses minified assets when available.
Responsive Design: Mobile-friendly tab layout using flexbox.
FOUC Prevention: Flash of unstyled content eliminated on page load.
📋 How to Use
The plugin uses a simple shortcode and native Gutenberg settings to link tabs to content.
Insert the Controller: Add a Shortcode Block with the tab labels and unique IDs: [lde_tabs config="PHP:php-code, CSS:css-code, JS:js-code"]
Link the Content: For each tab's content block (e.g., a Group Block):
HTML Anchor: Match the ID from the shortcode (e.g., php-code).
Additional CSS Class(es): Enter lde-tab-content.
See the main README.md for detailed step-by-step instructions.
📝 Known Limitations (v1.1 Planned Focus)
Accessibility: No keyboard navigation (ArrowLeft/Right arrow keys) or ARIA attributes for screen reader support. (Primary focus for v1.1)
CSS Refactoring: Heavy reliance on !important CSS (refactoring planned).
Scope: Single-page group limitation in this initial version.
🐛 Bug Fixes
None (initial release).
💬 Feedback & Support
We welcome contributions and bug reports! Please help us reach a stable v1.0.0.
Report Issues: Please open a new Issue on GitHub: GitHub Issues
Support Development: Buy me a coffee to support continued development and professional accessibility testing: Buy Me a Coffee
📄 License
GPL-2.0 or later. See LICENSE for details.