|
2 | 2 | sidebar_position: 3 |
3 | 3 | --- |
4 | 4 |
|
5 | | -Removed and backward incompatibility |
6 | | -=============== |
7 | | -All the deprecated features than have now been removed and any backward incompatibilities. |
8 | | -There should be an explanation of how to mitigate the removals / changes. |
9 | 5 | :::caution TODO |
10 | 6 |
|
11 | 7 | This page is unfinished, please use the **Edit this Page** link at the bottom of this page to help make it more useful. |
12 | 8 |
|
13 | 9 | ::: |
| 10 | + |
| 11 | +## Removed files |
| 12 | + |
| 13 | +The following files hasn't been removed to prevent code which directly include |
| 14 | +these files to thru an fatal error. |
| 15 | + |
| 16 | +Migration: Remove the require/include class and use autoloading to load the class |
| 17 | + |
| 18 | +* administrator/components/com_finder/helpers/language.php |
| 19 | +* administrator/components/com_finder/helpers/indexer/adapter.php |
| 20 | +* administrator/components/com_finder/helpers/indexer/helper.php |
| 21 | +* administrator/components/com_finder/helpers/indexer/parser.php |
| 22 | +* administrator/components/com_finder/helpers/indexer/query.php |
| 23 | +* administrator/components/com_finder/helpers/indexer/result.php |
| 24 | +* administrator/components/com_finder/helpers/indexer/taxonomy.php |
| 25 | +* administrator/components/com_finder/helpers/indexer/token.php |
| 26 | + |
| 27 | +:::caution TODO |
| 28 | + |
| 29 | +to be continued |
| 30 | + |
| 31 | +::: |
| 32 | + |
| 33 | +## Modified function signatures |
| 34 | + |
| 35 | +##### Removed second parameter `$clientId = 0` in function cleanCache this parameter is no longer used |
| 36 | + |
| 37 | +* administrator/components/com_categories/src/Model/CategoryModel.php |
| 38 | +* administrator/components/com_content/src/Model/ArticleModel.php |
| 39 | +* administrator/components/com_fields/src/Model/FieldModel.php |
| 40 | +* administrator/components/com_finder/src/Model/FilterModel.php |
| 41 | +* administrator/components/com_fields/src/Model/GroupModel.php |
| 42 | +* administrator/components/com_languages/src/Model/LanguageModel.php |
| 43 | +* administrator/components/com_languages/src/Model/LanguagesModel.php |
| 44 | +* administrator/components/com_menus/src/Model/ItemModel.php |
| 45 | +* administrator/components/com_menus/src/Model/MenuModel.php |
| 46 | +* administrator/components/com_modules/src/Model/ModuleModel.php |
| 47 | +* administrator/components/com_plugins/src/Model/PluginModel.php |
| 48 | +* administrator/components/com_templates/src/Model/StyleModel.php |
| 49 | + |
| 50 | + |
| 51 | +:::caution TODO |
| 52 | + |
| 53 | +to be continued |
| 54 | + |
| 55 | +::: |
0 commit comments