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/29 08:13] – fasse | en:entwickler:make_your_plugin_compatible_to_admidio_5 [2025/04/03 21:05] (current) – [Method changes] fasse | ||
|---|---|---|---|
| Line 21: | Line 21: | ||
| 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 ===== | ===== Method changes ===== | ||
| - | The following methods have changed their names for better understanding about the functions of that method: | + | The following methods have changed their names for better understanding about the functions of that method:\\ |
| - | '' | + | '' |
| - | '' | + | '' |
| + | '' | ||