From 0ab5ea916c4b66a74e4edff0a6b7d4aab4ce5519 Mon Sep 17 00:00:00 2001 From: James Lockman Date: Tue, 7 May 2024 08:06:58 -0400 Subject: [PATCH 1/2] Update CEP 10.0 HTML Extension Cookbook.md Updated the link to the CEF framework. This needs to be updated in all places across the project. https://bitbucket.org/chromiumembedded/cef --- CEP_10.x/Documentation/CEP 10.0 HTML Extension Cookbook.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CEP_10.x/Documentation/CEP 10.0 HTML Extension Cookbook.md b/CEP_10.x/Documentation/CEP 10.0 HTML Extension Cookbook.md index 41931c4..00c46f3 100644 --- a/CEP_10.x/Documentation/CEP 10.0 HTML Extension Cookbook.md +++ b/CEP_10.x/Documentation/CEP 10.0 HTML Extension Cookbook.md @@ -58,7 +58,8 @@ These applications support CEP HTML extensions. (For older applications, [see th ### Chromium Embedded Framework (CEF) -CEP HTML engine is based on Chromium Embedded Framework version 3 (CEF3). You can find more information about CEF [here](http://code.google.com/p/chromiumembedded/). Here are the versions used in CEP: +CEP HTML engine is based on Chromium Embedded Framework version 3 (CEF3). You can find more information about CEF [here](https://bitbucket.org/chromiumembedded/cef). Here are the versions used in CEP: + |Component| CEP 9.0|CEP 10.0| |-------|---------------------------|-------------------------------| From 4027e420815365bd11f914ae9dc1fef970926b91 Mon Sep 17 00:00:00 2001 From: James Lockman Date: Tue, 7 May 2024 08:10:23 -0400 Subject: [PATCH 2/2] Update README.md Adding BOLT CEP to the resources --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5b782fb..afdeca9 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,8 @@ For developing CEP 10.0 HTML/JavaScript extensions for Creative Cloud host appli * [Extension Builder 3 Preview](http://adobe.ly/1pho2QU) * [Extension Builder 3 forums - get help from the developer community](http://adobe.ly/1mgZ2xe) (NOTE: EB3 is compatible with CEP 4.x only. You can [tweak it](http://adobe.ly/1v3wgiq) so that it supports CC 2014 (with limitations)) + * [BOLT CEP Extension framework](https://github.com/hyperbrew/bolt-cep) + (NOTE: BOLT is a boilerplate for building CEP extensions in React, Vue or Svelte, built on TypeScript + Sass) * **[Older CEP versions 4.x to 7.x](./README_ArchivedVersions.md)**