selfthinker / dokuwiki_plugin_wrap

Wrap Plugin for DokuWiki: Universal plugin which combines functionalities of many other plugins. Wrap wiki text inside containers (divs or spans) and give them a class (choose from a variety of preset classes), a width and/or a language with its associated text direction.
http://www.dokuwiki.org/plugin:wrap
GNU General Public License v2.0
41 stars 33 forks source link

Doku_Handler::_addCall() is deprecated #266

Closed dzidek23 closed 1 year ago

dzidek23 commented 1 year ago

Hi,

Just noticed log entries for WRAP plugin: 2023-07-11 10:32:41Doku_Handler::_addCall() is deprecated. It was called from syntax_plugin_wrap_div::handle() in /var/www/dokuwiki/lib/plugins/wrap/syntax/div.php:61 addCall should be used instead! 2023-07-11 10:32:41Doku_Handler::_addCall() is deprecated. It was called from syntax_plugin_wrap_div::handle() in /var/www/dokuwiki/lib/plugins/wrap/syntax/div.php:49 addCall should be used instead! 2023-07-11 10:32:41Doku_Handler::_addCall() is deprecated. It was called from syntax_plugin_wrap_div::handle() in /var/www/dokuwiki/lib/plugins/wrap/syntax/div.php:49 addCall should be used instead! 2023-07-11 10:32:41Doku_Handler::_addCall() is deprecated. It was called from syntax_plugin_wrap_div::handle() in /var/www/dokuwiki/lib/plugins/wrap/syntax/div.php:49 addCall should be used instead! 2023-07-11 10:32:41Doku_Handler::_addCall() is deprecated. It was called from syntax_plugin_wrap_div::handle() in /var/www/dokuwiki/lib/plugins/wrap/syntax/div.php:49 addCall should be used instead!

WRAP installed version: 2022-08-10 dokuwiki version: 2023-04-04a "Jack Jackrum"

fiwswe commented 1 year ago

I think the fix was already merged (#243) but there was no release of the fixed plugin yet.

fiwswe commented 1 year ago

This is also a duplicate of #242.

Miro-Collas commented 1 year ago

Same problem here.

fiwswe commented 1 year ago

The fix has just been released. This issue can be closed.