Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:entwickler:changes_to_functions_and_methods [2021/10/21 17:43] – [Admidio version 4.1] fasse | en:entwickler:changes_to_functions_and_methods [2022/04/15 20:11] (current) – fasse | ||
---|---|---|---|
Line 2: | Line 2: | ||
With this page we want to help plugin developers to stay compatible with the changes that were made in the Admidio core and that could affect plugins. During the development of Admidio we try to not change our existing methods and functions but sometimes it's necessary and could break your working plugin. Here you will find a list of methods and functions that we changed in a specific Admidio version with a notice how you could fix this in your plugin if you have used that method or function. | With this page we want to help plugin developers to stay compatible with the changes that were made in the Admidio core and that could affect plugins. During the development of Admidio we try to not change our existing methods and functions but sometimes it's necessary and could break your working plugin. Here you will find a list of methods and functions that we changed in a specific Admidio version with a notice how you could fix this in your plugin if you have used that method or function. | ||
+ | |||
+ | ===== Admidio version 4.2 ===== | ||
+ | |||
+ | === Changes/ | ||
+ | == Class == | ||
+ | * **Menu** renamed to **MainMenu** | ||
+ | == Class methods == | ||
+ | * **HtmlPage-> | ||
+ | * **Email-> | ||
+ | * **Email-> | ||
===== Admidio version 4.1 ===== | ===== Admidio version 4.1 ===== |