Plugin Directory

Changeset 3052031


Ignore:
Timestamp:
03/16/2024 05:52:50 AM (2 years ago)
Author:
vickyagravat
Message:

Trunk Readme updated to point 2.0.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-codemirror-block/trunk/readme.txt

    r2824490 r3052031  
    22Contributors: vickyagravat
    33Tags: 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.0
     4Requires at least: 6.0
    55Donate link: https://paypal.me/VikeshAgravat
    6 Tested up to: 6.1
    7 Stable tag: 1.2.4
     6Tested up to: 6.4
     7Stable tag: 2.0.0
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4242* Cross browser compatible (work smooth in any modern browser)
    4343* 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.
    4551
    4652**Key features include**
     
    146152A. Just click toggle button to (On/Off) it.
    147153
    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 
    157154= 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 code pasted on `CodeMirror Block 1.1`, to select proper Language/Mode.
     155A. 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.
    159156
    160157= Q. The last WordPress update is preventing me from editing my website that is using this plugin. Why is this? =
     
    175172
    176173== 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/)
    177183
    178184= 1.2.4 =
     
    253259= 1.1.0 =
    254260Added 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.