•  » Engine
  •  » missing Plugin URI breaks update detection

#1 2026-07-19 20:21:45

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
14100

missing Plugin URI breaks update detection

I'm working on PEM (Piwigo Extension Manager, ie piwigo.org/ext) to make it more compatible with Git URLs not on Github. @gregbosen, I'm thinking about you ;-)

Do not forget to set the "Plugin URI" value in main.inc.php, for example for [extension by gregbosen] Meta Photo Nav it should be:

Plugin URI: https://piwigo.org/ext/extension_view.php?eid=1094

or just:

Plugin URI: https://piwigo.org/ext/extension_view.php?eid=

... if you generate the revision with Git (and not with a zip upload). PEM will automatically set the "1094".

Offline

 

#2 2026-07-19 20:22:58

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
14100

Re: missing Plugin URI breaks update detection

I've forgotten to tell why it's important to have this id 1094 in the "plugin headers". It is used by Piwigo to search for updates.

Offline

 

#3 2026-07-21 04:59:12

gregbosen
Extension maintainer
USA
2026-06-28
26

Re: missing Plugin URI breaks update detection

Done on Meta Photo Nav. Try this out.

I'll bump the others when I get more changes.

Offline

 

#4 2026-07-23 09:41:12

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
14100

Re: missing Plugin URI breaks update detection

and also, I recommend you use version "auto" in Git and let PEM replace the appropriate version during zip creation.

The "version:auto" has a special meaning in Piwigo core. It means you have a "developer version" and it will always run the "maintain->update" (no need of version change).

Even if you don't set the version to "auto", PEM will replace the version during zip creation.

Offline

 
  •  » Engine
  •  » missing Plugin URI breaks update detection

Board footer

Powered by FluxBB