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.
MIT License
824 stars 176 forks source link

Syntax with curly braces is deprecated - PHP 7.4 #79

Closed janeks closed 4 years ago

janeks commented 4 years ago

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.

YahnisElsts commented 4 years ago

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

janeks commented 4 years ago

Thank you.