Skip to content

Releases: irvangen09/lunar-core

Lunar Core v0.2.0 - Wiki Articles

Choose a tag to compare

@irvangen09 irvangen09 released this 18 Jul 11:10

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 (Game and Content Type) for granular content filtering.
  • Meta Fields Processor: Added dedicated data persistence classes (class-game-menu-meta.php and class-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 .gitignore configs.

Lunar Core v0.1.0

Choose a tag to compare

@irvangen09 irvangen09 released this 17 Jul 21:30

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 viewScript frontend 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/scripts configurations to ensure CSS files load perfectly on admin screens.