Plugin Directory

Changeset 2848685


Ignore:
Timestamp:
01/15/2023 02:55:56 PM (3 years ago)
Author:
Andi Dittrich
Message:

stable tag 4.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • enlighter/trunk/readme.txt

    r2720126 r2848685  
    33Tags: syntax highlighting, syntax highlighter, highlighter, highlighting, classic editor, gutenberg, javascript, code, coding, sourcecode,customizable, visual editor, tinymce, themes, css, html, php, js, xml, c, cpp, c#, ruby, shell, java, python, sql, rust, matlab, json, ini, config, cython, lua, assembly, asm
    44Donate link: https://enlighterjs.org
    5 Requires at least: 5.8
    6 Tested up to: 6.0
    7 Stable tag: 4.5.0
     5Requires at least: 6.0
     6Tested up to: 6.1
     7Stable tag: 4.6.0
    88License: GPL-2.0
    99License URI: https://opensource.org/licenses/gpl-2.0.php
     
    2929* **Full Classic Editor Integration** (TinyMCE)
    3030* Support for all common used languages
    31 * Powerful generic highlighting engine for unknown languages
     31* Powerful generic highlighting engine for unknown/unsupported languages
    3232* Theme Customizer
    3333* Inline Syntax Highlighting
     
    102102
    103103### System requirements ###
    104 * WordPress `5.0`
    105 * PHP `7.0`, including `json` functions
     104* WordPress `6.0`
     105* PHP `7.4`, including `json` functions
    106106* Modern webbrowser with enabled Javascript (required for highlighting)
    107107* Accessable cache directory (`/wp-content/plugins/enlighter/cache/`)
     
    140140
    141141## Changelog ##
     142
     143### 4.6.0 ###
     144
     145* Added: EnlighterJS `v3.6.0`
     146* Added: css tooltips to the toolbar
     147* Added: copy-to-clipboard success/error message via tooltip
     148* Added: language identifier as css class to the outer wrapper `enlighter-l-<resolvedLanguage>`
     149* Added: `htaccess` language alias to "Apache httpd"
     150* Changed: WordPress `6.0` required
     151* Changed: DOM structure has changed: each raw+highlighted code elements are wrapper into `enlighter-code` container
     152* Changed: DOM structure has changed: removed `enlighter-codegroup-wrapper`
     153* Changed: toolbar position is now persistent and not affected by horizontal/vertical scrolling
     154* Bugfix: compatibility filters may cause malformed markup caused by `wpauto` filter. To avoid such issues the placeholders are wrapped into `<pre>` tags - thanks to [dmadison  on GitHub](https://github.com/EnlighterJS/EnlighterJS/issues/351)
     155* Bugfix: `bash` pound style comment regex also matched variable substituions and special cases - thanks to [maidentaiwan on GitHub](https://github.com/EnlighterJS/EnlighterJS/issues/200)
     156* Bugfix: `bash` single quoted strings not highlighted
     157* Bugfix: language alias `js` was processed as `typescript` due to inheritance issue (missing override)
    142158
    143159### 4.5.0 ###
Note: See TracChangeset for help on using the changeset viewer.