Changeset 3052031
- Timestamp:
- 03/16/2024 05:52:50 AM (2 years ago)
- File:
-
- 1 edited
-
wp-codemirror-block/trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-codemirror-block/trunk/readme.txt
r2824490 r3052031 2 2 Contributors: vickyagravat 3 3 Tags: syntax highlighter, code block, codemirror, gutenberg, editor, php, html, css, javascript, python, java, jsx, react, vue, go, snippet, highlight, syntax highlighting 4 Requires at least: 5.04 Requires at least: 6.0 5 5 Donate link: https://paypal.me/VikeshAgravat 6 Tested up to: 6. 17 Stable tag: 1.2.46 Tested up to: 6.4 7 Stable tag: 2.0.0 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 42 42 * Cross browser compatible (work smooth in any modern browser) 43 43 * Works also on android mobile browser 44 * Compatible with all Default WordPress themes (tested with Latest Twenty Twenty) 44 * Compatible with all Default WordPress themes (tested with Latest Twenty Twenty-Four) 45 - Twenty Twenty-Four 46 - Twenty Twenty-Three 47 - Twenty Twenty-Two 48 - Twenty Twenty-One 49 - Twenty Twenty 50 * Also Compatible with other third-party themes. 45 51 46 52 **Key features include** … … 146 152 A. Just click toggle button to (On/Off) it. 147 153 148 = Q. How to enable Execute Button (Beta)? =149 A. Execute the code is currently in beta testing, if you want to enable it,150 1. Log in to Admin Area of your WordPress website.151 2. Go to `CodeMirror Blocks` Options Page.152 3. Scroll Down and Find `(Beta) Output Block`153 4. Check Yes `Enable Execution Button?` You can also set Execute Button Text.154 5. Now, Go to Editor and select any Code Block and Set `Editable on Frontend?` option to (On or Yes).155 6. Please Note that Code Block have Web Languages such as (HTML, CSS, or Javascript) Language/Mode, will only have Execute Button.156 157 154 = Q. Does this require any knowledge of HTML or CSS? = 158 A. Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use Block. But you have to know about co de pasted on `CodeMirror Block 1.1`, to select proper Language/Mode.155 A. Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use Block. But you have to know about copy paste code on `CodeMirror Block`, and select proper Language/Mode and Theme. 159 156 160 157 = Q. The last WordPress update is preventing me from editing my website that is using this plugin. Why is this? = … … 175 172 176 173 == Changelog == 174 175 = 2.0.0 = 176 * Fix: Cross-Site Scripting issue. See it on [GitHub Advisory](https://github.com/advisories/GHSA-f949-cfvp-v3rg) or [Wordfence](https://www.wordfence.com/threat-intel/vulnerabilities/id/52569aac-1e9e-40fb-9ff4-5eeb7940375d?source=cve) 177 * Removed: Due to Cross-Site Scripting issue, Code Execution functionality (beta functionality) removed. 178 * Removed: Now, Dependency of jQuery is not needed any more. It is written in pure JavaScript. 179 * Feature: Suggested [Vertical Scrollbar with Fixed Width](https://wordpress.org/support/topic/vertical-scrollbar-with-fixed-width/) 180 * Fix: [Cannot show the last 1~2 lines in full screen view](https://wordpress.org/support/topic/cannot-show-the-last-12-lines-in-full-screen-view/) 181 * Fix: [Font side design not working when multiple use](https://wordpress.org/support/topic/font-side-design-not-working-when-multiple-use/) 182 * Fix: [Editing name does not stick…](https://wordpress.org/support/topic/editing-name-does-not-stick/) 177 183 178 184 = 1.2.4 = … … 253 259 = 1.1.0 = 254 260 Added New Features Included. 261 262 = 2.0.0 = 263 * Fix Cross-Site Scripting issue. 264 * Code Execution functionality removed. 265 * jQuery Dependency removed. Now, it is written in pure JavaScript.
Note: See TracChangeset
for help on using the changeset viewer.