8000 Update compatibility plugin by HLeithner · Pull Request #461 · joomla/Manual · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update compatibility plugin #461

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: 8000 main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions migrations/50-51/compat-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@
sidebar_position: 4
---

# Compatibility Plugin
Compatibility Plugin
====================

## Joomla 5 Compatibility Plugin

As part of Joomla! 5.0 a plugin was introduced which enhance backward compatibility between Joomla 5 and 4.
The plugin is implemented as "Behaviour" plugin type to guarantee that is loaded before any other plugin is loaded.
(Just a heads-up, don't create a plugin as behaviour plugin because it's possible that this group get removed at some point)

For more detail check [Compatibility Plugin Joomla! 5.0](https://manual.joomla.org/migrations/44-50/compat-plugin).
:::warning[Developer Note]
Heads-up, don't create a plugin as `behaviour` plugin because it's possible that this group get removed at some point.
:::

For more detail check [Compatibility Plugin Joomla! 5.0](https://manual.joomla.org/migrations/44-50/compat-plugin).
12 changes: 9 additions & 3 deletions migrations/51-52/compat-plugin.md
10000
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@
sidebar_position: 4
---

# Compatibility Plugin
Compatibility Plugin
====================

## Joomla 5 Compatibility Plugin

As part of Joomla! 5.0 a plugin was introduced which enhance backward compatibility between Joomla 5 and 4.
The plugin is implemented as "Behaviour" plugin type to guarantee that is loaded before any other plugin is loaded.
(Just a heads-up, don't create a plugin as behaviour plugin because it's possible that this group get removed at some point)

For more detail check [Compatibility Plugin Joomla! 5.0](https://manual.joomla.org/migrations/44-50/compat-plugin).
:::warning[Developer Note]
Heads-up, don't create a plugin as `behaviour` plugin because it's possible that this group get removed at some point.
:::

For more detail check [Compatibility Plugin Joomla! 5.0](https://manual.joomla.org/migrations/44-50/compat-plugin).
12 changes: 9 additions & 3 deletions migrations/52-53/compat-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@
sidebar_position: 4
---

# Compatibility Plugin
Compatibility Plugin
====================

## Joomla 5 Compatibility Plugin

As part of Joomla! 5.0 a plugin was introduced which enhance backward compatibility between Joomla 5 and 4.
The plugin is implemented as "Behaviour" plugin type to guarantee that is loaded before any other plugin is loaded.
(Just a heads-up, don't create a plugin as behaviour plugin because it's possible that this group get removed at some point)

For more detail check [Compatibility Plugin Joomla! 5.0](https://manual.joomla.org/migrations/44-50/compat-plugin).
:::warning[Developer Note]
Heads-up, don't create a plugin as `behaviour` plugin because it's possible that this group get removed at some point.
:::

For more detail check [Compatibility Plugin Joomla! 5.0](https://manual.joomla.org/migrations/44-50/compat-plugin).
11 changes: 7 additions & 4 deletions migrations/53-54/compat-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@ sidebar_position: 4
Compatibility Plugin
====================

:::warning[Developer Note]
Heads-up, don't create a plugin as `behaviour` plugin because it's possible that this group get removed at some point.
:::

## Joomla 5 Compatibility Plugin

As part of Joomla! 5.0 a plugin was introduced which enhance backward compatibility between Joomla 5 and 4.
The plugin is implemented as "Behaviour" plugin type to guarantee that is loaded before any other plugin is loaded.

:::warning
(Just a heads-up, don't create a plugin as behaviour plugin because it's possible that this group get removed at some point)
:::

For more detail check [Compatibility Plugin Joomla! 5.0](https://manual.joomla.org/migrations/44-50/compat-plugin).

## Joomla 6 Compatibility Plugin

23 changes: 17 additions & 6 deletions migrations/54-60/compat-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,33 @@
sidebar_position: 4
---

# Compatibility Plugin
Compatibility Plugin
====================

:::tip[Developer Note]
Since this version of Joomla has not been released yet, this page can change anytime.
:::

:::caution[Update Needed]
No decision has made yet what's happening to this plugin in Joomla 6.0
:::warning[Developer Note]
Heads-up, don't create a plugin as `behaviour` plugin because it's possible that this group get removed at some point.
:::

As part of Joomla! 5.0 a plugin was introduced which enhance backward compatibility between Joomla 5 and 4.
The plugin is implemented as "Behaviour" plugin type to guarantee that is loaded before any other plugin is loaded.
(Just a heads-up, don't create a plugin as behaviour plugin because it's possible that this group get removed at some point)
## Joomla 5 Compatibility Plug 6BF3 in

As part of Joomla! 5.0 a plugin was introduced which enhance backward compatibility between Joomla 5 and 4.
Please check the [Backward Compatibility Plugin](https://manual.joomla.org/migrations/44-50/compat-plugin.md) for more details.

For more detail check [Compatibility Plugin Joomla! 5.0](https://manual.joomla.org/migrations/44-50/compat-plugin).

## Joomla 6 Compatibility Plugin

In Joomla! 6.0 the Compatibility Plugin introduced in Joomla! 5.0 will be replaced by a new plugin
called "Behaviour - Backward Compatibility 6".

Despite the warning about the potential removal of the `behaviour` plugin type, this compatibility plugin still uses
this type to ensure it loads before any other plugin, as this is critical for backward compatibility functionality.


### CMS BaseApplication and CLI classes

- PR's:
Expand Down
0