Skip to content

Commit c6a5ed2

Browse files
committed
Fixed combat plugin linking
1 parent d3be22f commit c6a5ed2

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

migrations/40-41/removed-backward-incompatibility.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ This page is unfinished, please use the **Edit this Page** link at the bottom of
88

99
:::
1010

11-
12-
# Removed and backward incompatibility
13-
14-
Most of the code deprecated in Joomla! 3.x has been removed. Some Deprecations
15-
have been moved to the [combat plugin](combat-plugin.md).
16-
There should be an explanation of how to mitigate the removals / changes.
17-
1811
## Removed files
1912

2013
The following files hasn't been removed to prevent code which directly include

migrations/44-50/index.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,17 @@ sidebar_position: 995
33
---
44

55
4.4 to 5.0
6-
===============
6+
==========
77
An explanation of the code changes for each version of Joomla.
8-
If you follow from the version of your current code until the version you want to support you should come across all the changes you need to make.
8+
If you follow from the version of your current code until the version you want
9+
to support you should come across all the changes you need to make.
10+
11+
# Combatibility Plugin
12+
13+
Most of the code deprecated in Joomla! 3.x has been removed. Some deprecations have been moved
14+
to the [Combatibility Plugin](combat-plugin.md).
15+
16+
917
:::caution TODO
1018

1119
This page is unfinished, please use the **Edit this Page** link at the bottom of this page to help make it more useful.

0 commit comments

Comments
 (0)