# kinetichub SUITE - MASTER CHANGELOG
Product: kinetichub Suite
Current Version: 1.0.2
Website: https://getkinetichub.com



----------------------------------------------------------------------
## [1.0.2] - 2026-05-27
----------------------------------------------------------------------
### Hotfix
- Restored the WordPress.org-safe plugin bootstrap so the distributed package does not require a missing vendor dependency.
- Kept the updated KineticHub plugin display name and WordPress.org readme improvements.
----------------------------------------------------------------------
## [1.0.1] - 2026-05-27
----------------------------------------------------------------------
### WordPress.org Listing & Branding
- Updated the plugin display name to "KineticHub – Animated Gutenberg Blocks" for clearer branding in the WordPress Plugins screen.
- Improved the WordPress.org readme content, formatting, FAQs, screenshots list, and public-facing descriptions.
- Removed duplicate manual block listing from the readme so the WordPress.org block metadata section can remain the primary block list.
----------------------------------------------------------------------
## [1.0.0] - 2026-03-25
----------------------------------------------------------------------
### System & Core Engine
- Initial release of the kinetichub Suite.
- Engineered the `KineticTicker` unified animation engine: A centralized `requestAnimationFrame` loop that prevents CPU throttling across all blocks.
- Implemented global garbage collection: Event listeners and physics hooks are dynamically destroyed via `AbortController` upon component unmount.
- Integrated OS-level accessibility: Engine globally intercepts `prefers-reduced-motion` to halt physics for visually sensitive users.
- Built the React Master Control Dashboard for centralized block management, licensing, and global CSS variable injection.

### Blocks Included (12 Blocks)
- Kinetic Ambient Aura (v1.0.0)
- Kinetic Audio Player (v1.0.0)
- Kinetic Before/After (v1.0.0)
- Kinetic Box (v1.0.0)
- Kinetic Cursor Reveal (v1.0.0)
- Kinetic Hero Mesh (v1.0.0)
- Kinetic Magnetic Button (v1.0.0)
- Kinetic Marquee (v1.0.0)
- Kinetic Scroll Divider (v1.0.0)
- Kinetic Split Scroll (v1.0.0)
- Kinetic Typography (v1.0.0)
- Kinetic Video Modal (v1.0.0)

### Security & Compliance
- WordPress coding standards applied across all PHP render files.
- Strict late escaping enforced: DOM nodes are processed safely.
- REST API endpoints secured with strict permission callbacks and data sanitization schemas.
- Data validation enforced natively via block.json attribute types.