Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
joomla:joomla50 [2026/03/04 13:51] – [Development] Bernard Condraujoomla:joomla50 [2026/05/14 13:59] (current) – [Migration] Bernard Condrau
Line 3: Line 3:
 ===== Migration ===== ===== Migration =====
   * [[joomla:migrate310|Migrate J3.10 to J4.x to J5.x]]   * [[joomla:migrate310|Migrate J3.10 to J4.x to J5.x]]
 +  * [[joomla:prep50|Prepare Joomla 5]] 
 +  * [[joomla:tmpl50|Template for Joomla 5]] 
 +  * [[joomla:setup50|Setup for Joomla 5]]
 ===== Development ===== ===== Development =====
   * [[https://nicolauroca.dev/blog/how-to-develop-a-joomla-5-component|How to develop a Joomla 5 component]]   * [[https://nicolauroca.dev/blog/how-to-develop-a-joomla-5-component|How to develop a Joomla 5 component]]
Line 20: Line 22:
   * [[https://docs.joomla.org/J4.x:Using_Bootstrap_Components_in_Joomla_4#Using_Interactive_Components:_Coders|Using Bootstrap Components in Joomla 4]]   * [[https://docs.joomla.org/J4.x:Using_Bootstrap_Components_in_Joomla_4#Using_Interactive_Components:_Coders|Using Bootstrap Components in Joomla 4]]
  
 +===== Bash =====
 +  * Find files modified within the last 24 hours:<code>find . -type f -mtime -1</code>