Skip to content

Releases: OnlyLightMatters/OLM-Gutenberg-Additions

[0.5.0] - Iannis Xenakis - 2026-07-20

Choose a tag to compare

@OnlyLightMatters OnlyLightMatters released this 20 Jul 02:44
9fc6b8f

Name origin

  • Named after Iannis Xenakis, a composer who treated sound as raw architectural material, building immersive structures from stochastic processes and mathematical precision.

Added

  • Cover module: independent link functionality for Cover blocks.
  • "Add Cover Link" button added to the Cover block floating toolbar.
  • Link configuration via standard WordPress LinkControl (URL or internal post/page selection).
  • "Remove Cover Link" button when a link is active.
  • Overlay <a> element injected on frontend via render_block filter.
  • olm-cover-is-linked class added to linked Cover blocks for CSS targeting.
  • Accessibility: aria-label on the overlay link.
  • Localization provided for fr_FR, it_IT, es_ES, de_DE, zh_CN, ja_JP, ko_KR.

Changed

  • Plugin version bumped to 0.5.0.
  • Cover module activated in plugin bootstrap (class-olm-plugin.php).

[0.4.0] - Luigi Russolo - 2026-07-18

Pre-release

Choose a tag to compare

@OnlyLightMatters OnlyLightMatters released this 18 Jul 15:04
478503d

Name origin

  • Named after Luigi Russolo, a pioneer of the idea that non-musical sounds could become musical material.

Added

  • Document Module with Hiding Title feature.
  • "Hide Title on frontend" checkbox added in the Document settings
  • If a title is hidden the H1 core post-title is not rendered. HTML title is not impacted
  • Localization provided for fr_FR, it_IT, es_ES, de_DE, zh_CN, ja_JP, ko_KR
  • New docs/roadmap.md file
  • VISION.md updated

Changed

  • Repo architecture to sepate plugin folders from specific project folders

[0.3.1] - Edgard Varèse - 2026-07-16

Pre-release

Choose a tag to compare

@OnlyLightMatters OnlyLightMatters released this 16 Jul 01:33
8437535

Name origin

  • Named after Edgard Varèse, a foundational figure in the evolution from traditional composition toward sound as structure, texture, and spatial energy.

Changed

  • Prepares the i18n plugin infrastructure.

[0.3.0] - Ferruccio Busoni - 2026-07-15

Pre-release

Choose a tag to compare

@OnlyLightMatters OnlyLightMatters released this 16 Jul 00:51
97dbefb

Added

  • Introduced the first modular feature architecture.
  • Added the Paragraph module with justify alignment support.
  • Restored the Justify alignment button to the Paragraph block toolbar.
  • Selected Paragraph blocks in the Gutenberg editor are now justified on the frontend.

Changed

  • Refactored the plugin bootstrap to load independent feature modules.
  • Moved editor assets from global loading to module-specific loading.
  • Adopted consistent OLM naming conventions across classes, files and asset handles.