I'm thrilled to announce the release of Core CMS v0.6.7! This is one of our largest updates to date, bringing major enhancements to both our theme ecosystem and our administrative experience. We have completely overhauled the "Technomancer" theme to reflect a true fusion of cybernetics and magic, updated "Sylvan River" for commerce and grid post blocks, rolled out the initial phases of our Event Planner plugin, and added massive usability upgrades to the admin dashboard (including bulk actions and mobile-responsive table stacking).

Major Highlights / Updates
This release delivers massive value across several components of the Core CMS ecosystem:
- The "True Technomancer" Theme Overhaul: We've taken the Technomancer theme to the next level. It now features an animated green cyber grid background, CRT monitor scanlines, a slow horizontal scanner sweep, custom scroll progress indicators, and asymmetric clipped HUD buttons with glowing borders and color-channel glitch effects on hover.
- Event Planner Plugin (Phases 1 & 3): Launched our flagship event plugin! Includes a full administrativeCRUD suite, tabbed display configuration settings, extended client/vendor user roles, and a public-facing Vendor Directory (`/vendors`) complete with keyword search, category filtering, and secure contact forms.
- Admin Bulk Actions & Management UI: You can now perform bulk deletions, draft, publish, and assign categories to multiple posts or pages at once. The post listing table now includes columns for tags and categories, dynamic active navigation highlighting, and alert banners with fade-slide animations.
- Mobile Table Stacking: Admin tables have been upgraded with responsive `data-label` stacking on screens under 600px, transforming standard rows into easy-to-read cards on mobile devices.
Technical Deep Dive
Here are the under-the-hood architectural victories that made this release possible:
- Grid-Based Cover Layouts: Refactored the Cover/Hero block style implementation to use a CSS Grid overlay structure across the Technomancer theme. The spacer, container, and overlay blocks are mapped to the same grid cell, solving aspect-ratio scaling issues.
- Asymmetric HUD Clip-Paths: Leveraged CSS `clip-path` on buttons and tag badges to create sharp, futuristic corners. To retain neon dropshadows on clipped elements, we utilized multi-layered CSS `filter: drop-shadow()` properties on hover.
- Overlapping Dropdowns & Hover Bridges: Solved a pesky sub-menu dropout issue on Sylvan River and Technomancer themes. By removing the `5px` margin, slightly overlapping the dropdown up by 2px (`top: calc(100% - 2px)`), and adding an invisible `::before` pseudo-element hover bridge, mouse movement is now 100% stable.
- Asynchronous Bulk Feed Importer: Upgraded the Blogger Feed Integration plugin with a sequential AJAX-based queue loader and progress bar. This prevents PHP script execution timeouts during large imports and downloads remote assets directly to the local Media Library.
Looking Ahead
With the visual foundation and bulk editing utilities locked in, we are moving ahead with Phase 7.1's E-commerce Discount Engines and starting integration tests for environmental plugins (like cached weather forecasts and Windy map block embeds).
Test the release out today at the live demo: core-cms.brainav.ca.
Until next time!
— Jason Brain