Changeset 2848685
- Timestamp:
- 01/15/2023 02:55:56 PM (3 years ago)
- File:
-
- 1 edited
-
enlighter/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
enlighter/trunk/readme.txt
r2720126 r2848685 3 3 Tags: 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 4 4 Donate link: https://enlighterjs.org 5 Requires at least: 5.86 Tested up to: 6. 07 Stable tag: 4. 5.05 Requires at least: 6.0 6 Tested up to: 6.1 7 Stable tag: 4.6.0 8 8 License: GPL-2.0 9 9 License URI: https://opensource.org/licenses/gpl-2.0.php … … 29 29 * **Full Classic Editor Integration** (TinyMCE) 30 30 * Support for all common used languages 31 * Powerful generic highlighting engine for unknown languages31 * Powerful generic highlighting engine for unknown/unsupported languages 32 32 * Theme Customizer 33 33 * Inline Syntax Highlighting … … 102 102 103 103 ### System requirements ### 104 * WordPress ` 5.0`105 * PHP `7. 0`, including `json` functions104 * WordPress `6.0` 105 * PHP `7.4`, including `json` functions 106 106 * Modern webbrowser with enabled Javascript (required for highlighting) 107 107 * Accessable cache directory (`/wp-content/plugins/enlighter/cache/`) … … 140 140 141 141 ## 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) 142 158 143 159 ### 4.5.0 ###
Note: See TracChangeset
for help on using the changeset viewer.