Skip to content

Commit bf79a83

Browse files
committed
A mention about support of /markeplace URLs
1 parent 44f2457 commit bf79a83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/upgradeguides/glpi-11.0.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ Crafting plugins URLs
8383
In GLPI 11.0, we changed the way to handle URLs to plugin resources so that they no longer need to reflect the location of the plugin on the file system.
8484
For instance, the same URL could be used to access a plugin file whether it was installed manually in the ``/plugins`` directory or via the marketplace.
8585

86+
To maintain backwards compatibility with previous behavior, we will continue to support URLs using the ``/marketplace`` path prefix.
87+
However, their use is deprecated and may be removed in a future version of GLPI.
88+
8689
The ``Plugin::getWebDir()`` PHP method has been deprecated.
8790

8891
.. code-block:: diff

0 commit comments

Comments
 (0)