From 1a3781ccef74f798582ff9e57f9fd37fd78b871b Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Wed, 17 Jun 2026 08:16:14 +1000 Subject: [PATCH 1/3] DOC-3536: Add minimum TinyMCE version banner to TinyMCE AI Introduction Add an IMPORTANT admonition stating that TinyMCE AI requires TinyMCE 8.4 or later, so readers can confirm version compatibility before adopting the feature. --- modules/ROOT/pages/tinymceai-introduction.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/ROOT/pages/tinymceai-introduction.adoc b/modules/ROOT/pages/tinymceai-introduction.adoc index d411fcfd74..789ca5c90b 100644 --- a/modules/ROOT/pages/tinymceai-introduction.adoc +++ b/modules/ROOT/pages/tinymceai-introduction.adoc @@ -9,6 +9,11 @@ Integrate real-time AI writing assistance into your application with TinyMCE AI, with ready-to-go editor features available via the TinyMCE plugin, and custom functionality available via the API -- even outside the editor. Speed up content creation and enhance editorial workflows across a wide range of use cases, from productivity boosts and proof-reading to content quality and consistency. All with your choice of LLM -- including your own. +[IMPORTANT] +==== +{pluginname} requires {productname} 8.4 or later. +==== + [[demo]] == Demo From 4364f3dc83651404dc42a2134591c7cec5d852a4 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Thu, 18 Jun 2026 08:58:02 +1000 Subject: [PATCH 2/3] Update modules/ROOT/pages/tinymceai-introduction.adoc --- modules/ROOT/pages/tinymceai-introduction.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/tinymceai-introduction.adoc b/modules/ROOT/pages/tinymceai-introduction.adoc index 789ca5c90b..b48d6b7315 100644 --- a/modules/ROOT/pages/tinymceai-introduction.adoc +++ b/modules/ROOT/pages/tinymceai-introduction.adoc @@ -9,7 +9,7 @@ Integrate real-time AI writing assistance into your application with TinyMCE AI, with ready-to-go editor features available via the TinyMCE plugin, and custom functionality available via the API -- even outside the editor. Speed up content creation and enhance editorial workflows across a wide range of use cases, from productivity boosts and proof-reading to content quality and consistency. All with your choice of LLM -- including your own. -[IMPORTANT] +[NOTE] ==== {pluginname} requires {productname} 8.4 or later. ==== From 3d7055caf7ce07e5bd660569d1ff833027502b5c Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Thu, 18 Jun 2026 09:00:22 +1000 Subject: [PATCH 3/3] DOC-3536: Use shared NOTE partial for AI minimum version and add to plugin page Replace the inline admonition with a reusable partial, change it to a NOTE, scope the wording to the plugin, and include it on the TinyMCE AI plugin reference page in addition to the Introduction page. --- modules/ROOT/pages/tinymceai-introduction.adoc | 5 +---- modules/ROOT/pages/tinymceai.adoc | 2 ++ modules/ROOT/partials/misc/admon-tinymceai-min-version.adoc | 1 + 3 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 modules/ROOT/partials/misc/admon-tinymceai-min-version.adoc diff --git a/modules/ROOT/pages/tinymceai-introduction.adoc b/modules/ROOT/pages/tinymceai-introduction.adoc index b48d6b7315..9345783dca 100644 --- a/modules/ROOT/pages/tinymceai-introduction.adoc +++ b/modules/ROOT/pages/tinymceai-introduction.adoc @@ -9,10 +9,7 @@ Integrate real-time AI writing assistance into your application with TinyMCE AI, with ready-to-go editor features available via the TinyMCE plugin, and custom functionality available via the API -- even outside the editor. Speed up content creation and enhance editorial workflows across a wide range of use cases, from productivity boosts and proof-reading to content quality and consistency. All with your choice of LLM -- including your own. -[NOTE] -==== -{pluginname} requires {productname} 8.4 or later. -==== +include::partial$misc/admon-tinymceai-min-version.adoc[] [[demo]] == Demo diff --git a/modules/ROOT/pages/tinymceai.adoc b/modules/ROOT/pages/tinymceai.adoc index eafcf130f6..dcaca6b0ef 100644 --- a/modules/ROOT/pages/tinymceai.adoc +++ b/modules/ROOT/pages/tinymceai.adoc @@ -14,6 +14,8 @@ include::partial$misc/admon-inline-not-supported.adoc[] The {pluginname} plugin integrates AI-assisted authoring with rich-text editing. Users can interact through Actions, Reviews, or Conversations that can use relevant context from multiple sources. +include::partial$misc/admon-tinymceai-min-version.adoc[] + [[interactive-example]] == Interactive example diff --git a/modules/ROOT/partials/misc/admon-tinymceai-min-version.adoc b/modules/ROOT/partials/misc/admon-tinymceai-min-version.adoc new file mode 100644 index 0000000000..6415baee26 --- /dev/null +++ b/modules/ROOT/partials/misc/admon-tinymceai-min-version.adoc @@ -0,0 +1 @@ +NOTE: The {pluginname} plugin requires {productname} 8.4 or later.