Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:entwickler:make_your_plugin_compatible_to_admidio_5 [2025/03/29 08:13] fasseen: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;</code> 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;</code>
 ===== 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:\\  
-''Users::manageRoles()'' changes to ''Users::isAdministratorRoles'' +''Users::manageRoles()'' changes to ''Users::isAdministratorRoles()''\\  
-''Users::editUsers()'' changes to ''Users::isAdministratorUsers''+''Users::assignRoles()'' changes to ''Users::isAdministratorRoles()''\\  
 +''Users::editUsers()'' changes to ''Users::isAdministratorUsers()''
  • en/entwickler/make_your_plugin_compatible_to_admidio_5.1743232434.txt.gz
  • Last modified: 2025/03/29 08:13
  • by fasse