Releases: irvangen09/lunar-core
Releases · irvangen09/lunar-core
Release list
Lunar Core v0.2.0 - Wiki Articles
What's New in v0.2.0
We are excited to launch Lunar Core v0.2.0! This release marks the completion of the new Game Menu infrastructure layer, built completely into the plugin's backend architecture.
Wiki Articles Added
- Custom Post Type: Full integration of the Game Menu CPT for managing modular gaming content.
- Taxonomies Management: Registered specialized taxonomies (
GameandContent Type) for granular content filtering. - Meta Fields Processor: Added dedicated data persistence classes (
class-game-menu-meta.phpandclass-meta-fields.php) to handle custom post metadata smoothly.
Core Updates
- Unified plugin bootstrap wiring inside
lunar-core.php. - Cleaned repository workspace flags via updated
.gitignoreconfigs.
Lunar Core v0.1.0
What's New in v0.1.0
We are proud to announce the initial release of Lunar Core (v0.1.0)! This version introduces a comprehensive suite of 11 powerful Gutenberg blocks designed to enhance your content creation experience in WordPress.
Available Blocks Suite
- Table of Contents: Dynamic navigation menu that automatically injects heading anchors. Now fully supports parsing headings from inner blocks.
- Table: Build beautifully structured data tables with advanced responsive styling.
- Gallery: Create responsive image showcases with intuitive inner item layouts.
- Timeline: Present historical data, project roadmaps, or event steps in a beautiful vertical layout.
- Accordion: Collapsible content sections optimized with a native
viewScriptfrontend architecture for flawless desktop and mobile rendering. - Tabs: Organize nested content inside sleek, switchable tab panels with clean visual borders in the editor.
- Steps: Create step-by-step documentation or numbered guides with customizable auto-numbering layouts.
- Infobox: Versatile call-to-action cards supporting dynamic icon fonts, customizable heading levels, and responsive full-width media frames.
- Callout: Highlight crucial announcements, warnings, or tips with styled notification layouts.
- Definition List: Standardized terms and descriptions markup (
<dl>,<dt>,<dd>) with precise grid options. - Version/Patch Tag: Display software releases, change tags, or version pills with color-coded status variants (stable, beta, deprecated).
Core Improvements & Fixes
- TOC Integration: Fixed a bug where titles inside nested Accordion items appeared blank or failed to render in the Table of Contents menu.
- Image Assets: Resolved frame-cropping and empty letterboxing spaces on nested media components.
- Build Optimization: Synced asset paths with
@wordpress/scriptsconfigurations to ensure CSS files load perfectly on admin screens.