Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:entwickler:make_your_plugin_compatible_to_admidio_5 [2025/03/01 09:12] – [Introducing namespaces] fasse | en:entwickler:make_your_plugin_compatible_to_admidio_5 [2025/04/03 21:05] (current) – [Method changes] fasse | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Make your plugin compatible to Admidio 5 ====== | ====== Make your plugin compatible to Admidio 5 ====== | ||
+ | ===== Using Bootstrap 5 ===== | ||
+ | Admidio 5 uses Bootstrap 5. So therefore you have to convert your Bootstrap customizations to Bootstrap 5. View [[https:// | ||
===== Changes to HtmlForm ===== | ===== Changes to HtmlForm ===== | ||
The entry list of the parameter '' | The entry list of the parameter '' | ||
Line 18: | Line 20: | ||
If you have used several classes of Admidio like SecurityUtils you must now integrate the following line at the top of your file <code php>use Admidio\Infrastructure\Utils\StringUtils;</ | If you have used several classes of Admidio like SecurityUtils you must now integrate the following line at the top of your file <code php>use Admidio\Infrastructure\Utils\StringUtils;</ | ||
+ | ===== Method changes ===== | ||
+ | The following methods have changed their names for better understanding about the functions of that method: | ||
+ | '' | ||
+ | '' | ||
+ | '' |