# Changelog

All notable changes to **YOUELBLOCKS** will be documented in this file.

## [1.0.0] - 2026-01-28
### Changed
- Standardized plugin namespace and prefixes to `YOUELBLOCKS_` / `youelblocks_`.
- Standardized WordPress AJAX actions and localized script objects to `youelblocks_*`.

### Fixed
- Synced frontend/admin JavaScript to use `youelblocks_*` localized objects and AJAX actions.
- Ensured JSON encoding uses `wp_json_encode()` in PHP paths that output JSON.

