Releases: OnlyLightMatters/OLM-Gutenberg-Additions
Releases · OnlyLightMatters/OLM-Gutenberg-Additions
Release list
[0.5.0] - Iannis Xenakis - 2026-07-20
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 viarender_blockfilter. olm-cover-is-linkedclass added to linked Cover blocks for CSS targeting.- Accessibility:
aria-labelon 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
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.mdfile - VISION.md updated
Changed
- Repo architecture to sepate plugin folders from specific project folders
[0.3.1] - Edgard Varèse - 2026-07-16
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
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.