Skip to content

Commit d4aecbc

Browse files
committed
DOC-3151: bump api-version to 7.9.0.
1 parent b7820a1 commit d4aecbc

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.api-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.8.0
1+
7.9.0

modules/ROOT/pages/apis/tinymce.editor.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ the tinymce command identifiers documentation.|`xref:apis/tinymce.editor.adoc[Ed
9090
link:https://www.tiny.cloud/docs/tinymce/7/events/[event reference] for more details on each event.
9191

9292

93-
__Deprecated in TinyMCE 6.0 and has been marked for removal in TinyMCE 7.0. Use `dispatch` instead.__|`xref:apis/tinymce.util.observable.adoc[Observable]`
93+
__Deprecated in TinyMCE 6.0 and has been marked for removal in TinyMCE 9.0. Use `dispatch` instead.__|`xref:apis/tinymce.util.observable.adoc[Observable]`
9494
|xref:#focus[focus()]|Focuses/activates the editor. This will set this editor as the activeEditor in the tinymce collection
9595
it will also place DOM focus inside the editor.|`xref:apis/tinymce.editor.adoc[Editor]`
9696
|xref:#getBody[getBody()]|Returns the root element of the editable area.
@@ -394,7 +394,7 @@ Fires the specified event by name. Consult the
394394
link:https://www.tiny.cloud/docs/tinymce/7/events/[event reference] for more details on each event.
395395

396396

397-
__Deprecated in TinyMCE 6.0 and has been marked for removal in TinyMCE 7.0. Use `dispatch` instead.__
397+
__Deprecated in TinyMCE 6.0 and has been marked for removal in TinyMCE 9.0. Use `dispatch` instead.__
398398

399399
==== Examples
400400
[source, javascript]

modules/ROOT/pages/apis/tinymce.util.observable.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ link:https://www.tiny.cloud/docs/tinymce/7/events/[event reference] for more det
2020
link:https://www.tiny.cloud/docs/tinymce/7/events/[event reference] for more details on each event.
2121

2222

23-
__Deprecated in TinyMCE 6.0 and has been marked for removal in TinyMCE 7.0. Use `dispatch` instead.__|`xref:apis/tinymce.util.observable.adoc[Observable]`
23+
__Deprecated in TinyMCE 6.0 and has been marked for removal in TinyMCE 9.0. Use `dispatch` instead.__|`xref:apis/tinymce.util.observable.adoc[Observable]`
2424
|xref:#hasEventListeners[hasEventListeners()]|Returns true/false if the object has a event of the specified name.|`xref:apis/tinymce.util.observable.adoc[Observable]`
2525
|xref:#off[off()]|Unbinds an event listener to a specific event by name. Consult the
2626
link:https://www.tiny.cloud/docs/tinymce/7/events/[event reference] for more details on each event.|`xref:apis/tinymce.util.observable.adoc[Observable]`
@@ -70,7 +70,7 @@ Fires the specified event by name. Consult the
7070
link:https://www.tiny.cloud/docs/tinymce/7/events/[event reference] for more details on each event.
7171

7272

73-
__Deprecated in TinyMCE 6.0 and has been marked for removal in TinyMCE 7.0. Use `dispatch` instead.__
73+
__Deprecated in TinyMCE 6.0 and has been marked for removal in TinyMCE 9.0. Use `dispatch` instead.__
7474

7575
==== Examples
7676
[source, javascript]

modules/ROOT/pages/apis/tinymce.util.tools.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
= tinymce.util.Tools
22
:navtitle: tinymce.util.Tools
3-
:description: This class contains various utlity functions. These are also exposed directly on the tinymce namespace.
3+
:description: This class contains various utility functions. These are also exposed directly on the tinymce namespace.
44
:keywords: each, explode, grep, hasOwnProperty, inArray, is, isArray, makeMap, map, resolve, toArray, trim, walk
55
:moxie-type: api
66

7-
This class contains various utlity functions. These are also exposed directly on the tinymce namespace.
7+
This class contains various utility functions. These are also exposed directly on the tinymce namespace.
88

99
[[summary]]
1010
== Summary

0 commit comments

Comments
 (0)