=== Reusable Blocks User Interface ===
Contributors: rocketmartue
Tags: 
Requires at least: 5.7
Tested up to: 6.6
Stable tag: 1.0.8
Requires PHP: 7.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

This plugin adds "Patterns" to the admin menu for easy editing. It also allows you to easily insert blocks into your posts using a shortcode.

== Changelog ==

= 1.0.8 =
* Security: Replaced automatic file loading with manual require_once statements
* Bug Fix: Fixed open_basedir restriction errors on shared hosting environments  
* Performance: Improved loading speed by eliminating directory scanning
* Code Quality: Enhanced predictability and debugging capabilities

= 1.0.7 =
* File Structure: Renamed rbui-widget.php to class-rbui-widget.php for better organization
* File Loading: Changed exclusion prefix from underscore (_) to hyphen (-)
* Code Quality: Added comprehensive comments and improved documentation
* Translation: Updated POT/PO files to match current code structure

= 1.0.6 =
* Previous stable release
