YahnisElsts / wp-update-server

A custom update API for WordPress plugins and themes. Intended to be used in conjunction with my plugin-update-checker library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Syntax with curly braces is deprecated - PHP 7.4

janeks opened this issue · comments

Just FYI:
Array and string offset access syntax with curly braces is deprecated in ...\update-server\includes\extension-meta\markdown.php on line 949 plus around 20 similar messages.

I've just committed a patch that should fix these deprecation messages. Please give it a try.

Thank you.