Skip to content

Commit 1e25ae0

Browse files
committed
Merge remote-tracking branch 'origin/tinymce/7' into release/7.8
2 parents f7900db + 74989ba commit 1e25ae0

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

modules/ROOT/examples/live-demos/comments-callback/index.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
tinymce.ScriptLoader.loadScripts(
2+
// Update to use UMD for broader compatibility browser support.
23
[
3-
'//unpkg.com/@pollyjs/[email protected]',
4-
'//unpkg.com/@pollyjs/[email protected]',
5-
'//unpkg.com/@pollyjs/[email protected]',
4+
'//unpkg.com/@pollyjs/[email protected]/dist/umd/pollyjs-core.js',
5+
'//unpkg.com/@pollyjs/[email protected]/dist/umd/pollyjs-adapter-fetch.js',
6+
'//unpkg.com/@pollyjs/[email protected]/dist/umd/pollyjs-persister-local-storage.js',
67
]
78
).then(() => {
89
/******************************

modules/ROOT/partials/individually-licensed-components/export-to-pdf/export-to-pdf-installation.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ Pull the Docker image:
3535
docker pull registry.containers.tiny.cloud/{dockerimageexporttopdf}:[version]
3636
----
3737

38+
[TIP]
39+
====
40+
To view all available Docker image versions, refer to the changelog at link:https://registry.containers.tiny.cloud/api/changelogs/pdf-converter-tiny[pdf-converter-tiny].
41+
42+
To ensure access to the most recent version of the service, {companyname} **recommends** using the `latest` tag when pulling the image.
43+
====
44+
3845
Launch the Docker container:
3946

4047
[source, sh, subs="attributes+"]

modules/ROOT/partials/individually-licensed-components/import-from-word-and-export-to-word/import-from-word-and-export-to-word-installation-on-premises.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ Pull the Docker image:
3535
docker pull docker pull registry.containers.tiny.cloud/{dockerimageimportfromwordexporttoword}:[version]
3636
----
3737

38+
[TIP]
39+
====
40+
To view all available Docker image versions, refer to the changelog at link:https://registry.containers.tiny.cloud/api/changelogs/docx-converter-tiny[docx-converter-tiny].
41+
42+
To ensure access to the most recent version of the service, {companyname} recommends using the `latest` tag when pulling the image.
43+
====
44+
3845
Launch the Docker container:
3946

4047
[source, sh, subs="attributes+"]

0 commit comments

Comments
 (0)