clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit 11ef4a15b43fbfb030a1660571c8ee32e0aa586a
parent 17e1b524c2e3b812b33df943227ddccd3029239f
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Sat, 13 Jan 2024 10:35:22 +0100

Update conventions/extension-id.md

Co-authored-by: Dalton Messmer <messmer.dalton@gmail.com>
Diffstat:
Mconventions/extension-id.md | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/conventions/extension-id.md b/conventions/extension-id.md @@ -28,6 +28,5 @@ Everything about the extension id symmetrically applies to factory id. ## History Before this document was written, existing extensions didn't honor these rules. -We wanted to stabilize some extension without breaking the compatibility, yet the extension ID contained the string `draft`. -While this isn't user facing, we wanted to get rid of it, so we updated the extension ID according to this document and -introduced a `XXX_COMPAT` ID to provide backward compatibility with the draft version. +We wanted to stabilize some draft extensions without breaking compatibility, yet their extension IDs contained the string `draft`. +While these strings weren't user-facing, we still wanted to remove them, so we updated the extension IDs according to this document and introduced IDs with `_COMPAT` suffixes to provide backward compatibility with the draft versions.