From d63b739691f973b0714380bbcc8ccdc9c4012f4d Mon Sep 17 00:00:00 2001 From: Pierrick Le Gall Date: Mon, 31 Mar 2025 11:56:08 +0200 Subject: [PATCH] changes according to new extension manager --- Plugin-Tutorial:-Hello-world!.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Plugin-Tutorial:-Hello-world!.md b/Plugin-Tutorial:-Hello-world!.md index cace55d..f81b483 100644 --- a/Plugin-Tutorial:-Hello-world!.md +++ b/Plugin-Tutorial:-Hello-world!.md @@ -247,9 +247,11 @@ you can read about what to do now. After you have written a plugin, you possibly want to share it with others of the Piwigo community. Publishing a plugin is not very -difficult. Go to the extension gallery, after you have logged in, and -click the link [Add an -extension](http://piwigo.org/ext/extension_add.php) in the left menu. +difficult. Go to [the extension manager](https://piwigo.org/ext), after you have logged in, click the button "Add an +extension". + +Screenshot 2025-03-31 at 11 53 43 + Fill out the form, and go on to the next page. You will conme in the administration area of you plugin. Here you can upload revisions and manage the authors of the plugin. Happy sharing!