Differences

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

Link to this comparison view

joomla:prep50 [2026/03/04 11:33] – created Bernard Condraujoomla:prep50 [2026/03/04 11:34] (current) Bernard Condrau
Line 5: Line 5:
 | ''Factory::getConfig()'' | ''$app->getConfig()'' | ''$app->getConfig()'' | | ''Factory::getConfig()'' | ''$app->getConfig()'' | ''$app->getConfig()'' |
  
 +===== Joomla 5 changes =====
 +  * WebAssetManager paths
 +  * Language strings: no multiline
 +
 +===== Links =====
 +  * [[https://manual.joomla.org/docs/building-extensions/modules/module-development-tutorial/|Module Development Tutorial]]
 +  * [[https://docs.joomla.org/how_do_you_put_a_module_inside_an_article%3F|How do you put a module inside an article?]]