Automattic / syntaxhighlighter

WordPress plugin that makes it easy to post syntax-highlighted code snippets.
https://alex.blog/wordpress-plugins/syntaxhighlighter/
239 stars 78 forks source link

Syntaxhighlighter block broken on Wordpress 6.4.1 #267

Closed mainmind83 closed 11 months ago

mainmind83 commented 11 months ago

Steps to Reproduce

  1. Go to editor
  2. Click on add ...

What Happened Instead

"Your site doesn’t include support for the SyntaxHighlighter Evolved block. You can try installing the block, convert it to a Custom HTML block, or remove it entirely."

PHP / WordPress / SyntaxHighlighter Evolved version

Wordpress 6.4.1 Theme Radiate - 1.4.1 SyntaxHighlighter Evolved version 3.6.2

Browser / OS version

Chrome 119.0.6045.124 / Win 11 (10.0.22631.2428)

Screenshot / Video

Same problem: https://wordpress.org/support/topic/your-site-doesnt-include-support-for-the-syntaxhighlighter-evolved-block-2/

image

mainmind83 commented 11 months ago

Deprecated: Creation of dynamic property SyntaxHighlighter::$brush_names is deprecated in C:\inetpub\vhosts\example.com\httpdocs\blog\wp-content\plugins\syntaxhighlighter\syntaxhighlighter.php on line 248

Deprecated: Creation of dynamic property SyntaxHighlighter::$specialchars is deprecated in C:\inetpub\vhosts\example.com\httpdocs\blog\wp-content\plugins\syntaxhighlighter\syntaxhighlighter.php on line 326

yscik commented 11 months ago

Lodash is no longer being loaded in Gutenberg

We need to list it as a dependency or remove it's usage from this plugin too.