isotope / core

Core repository of Isotope eCommerce, an eCommerce extension for Contao Open Source CMS
https://isotopeecommerce.org
136 stars 107 forks source link

Get rid of array_insert function (Adaption to Contao5 Step 005) #2494

Closed Ernestopheles closed 10 months ago

Ernestopheles commented 10 months ago

Next adaption towards Contao 5.

See useCases tested with cypress: tests Contao 4.13.31, Isotope 2.9 and PHP 8.1

Ernestopheles commented 10 months ago

Next adaption (005) towards Contao 5.

Deprecated PHP function array_insert replaced by Contao\ArrayUtil::arrayInsert() method

See useCases tested with cypress: tests Contao 4.13.31, Isotope 2.9 and PHP 8.1

aschempp commented 10 months ago

Thank you @Ernestopheles