Skip to content

Commit 9880cbc

Browse files
committed
Updated assets
1 parent c2e5cc6 commit 9880cbc

File tree

7 files changed

+13
-7
lines changed

7 files changed

+13
-7
lines changed
File renamed without changes.
File renamed without changes.

assets/Archive/icon-128x128.png

43 KB
Loading

assets/Archive/icon-256x256.png

155 KB
Loading

assets/icon-128x128.png

-40 KB
Loading

assets/icon-256x256.png

-149 KB
Loading

readme.txt

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22
Contributors: dartiss
33
Tags: code, embed, html, javascript, script
44
Requires at least: 4.6
5-
Tested up to: 4.9.6
5+
Tested up to: 5.2.2
66
Requires PHP: 5.3
77
Stable tag: 2.3.2
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

1111
Code Embed provides a very easy and efficient way to embed code (JavaScript and HTML) in your posts and pages.
1212

13-
== Description ==
13+
== Description ==
14+
15+
**Note for users of WordPress 5.0 and above: please see the FAQ for details on using this plugin with Gutenberg**
1416

1517
Code Embed allows you to embed code (JavaScript and HTML - it can't be used for server-side code, such as PHP) in a post, without the content being changed by the editor. This is incredibly useful for embedding third-party scripts, etc. The plugin is used by many large sites, including Mozilla.
1618

@@ -37,6 +39,8 @@ Technical specification...
3739

3840
Please visit the [Github page](https://github.com/dartiss/code-embed "Github") for the latest code development, planned enhancements and known issues.
3941

42+
Icons made by [Freepik](https://www.flaticon.com/authors/freepik "Freepik") from [www.flaticon.co](https://www.flaticon.com/ "Flaticon") is licensed by [CC 3.0 BY](http://creativecommons.org/licenses/by/3.0 "Creative Commons BY 3.0").
43+
4044
== Getting Started ==
4145

4246
Here's how easy it is to use…
@@ -148,7 +152,13 @@ Code Embed can be found and installed via the Plugin menu within WordPress admin
148152

149153
Voila! It's ready to go.
150154

151-
== Frequently Asked Questions ==
155+
== Frequently Asked Questions ==
156+
157+
== Can I use this plugin with the new editor (aka Gutenberg) / WordPress 5.0 and above? ==
158+
159+
The new editor (Gutenberg) removes the custom fields meta box and, as a result, you are unable to add or edit existing code embeds. However, the plugin will continue to work, in all other ways.
160+
161+
However, a rather smart plugin named [Custom Fields for Gutenberg](https://wordpress.org/plugins/custom-fields-gutenberg/) will add this functionality back in - with that active, you can happily continue to use this plugin, even with WordPress 5.0 or later.
152162

153163
= My code doesn't work =
154164

@@ -166,10 +176,6 @@ If you still can't find it then you may have a theme or plugin that removes this
166176

167177
WordPress stores the custom field contents in a MySQL table using the `longtext` format. This can hold over 4 billion characters.
168178

169-
== Does this work with Gutenberg? ==
170-
171-
Right now, no, as the custom fields meta box will not be present. However, a rather smart plugin named [Custom Fields for Gutenberg](https://wordpress.org/plugins/custom-fields-gutenberg/) will add this functionality back in - with that active, you can happily continue to use this plugin.
172-
173179
== Is this GDPR compliant? ==
174180

175181
It is, in that it doesn't save any data that could be odds with GDPR compliance (i.e. it's compliant by design). However, if you use this to embed third-party scripts, then those scripts may not be and you will need to speak to the providers for further details.

0 commit comments

Comments
 (0)