DokuWiki

It's better when it's simple

User Tools

Site Tools


devel:plugin_info

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
devel:plugin_info [2013-01-23 15:06] Klap-indevel:plugin_info [2023-10-10 10:24] (current) andi
Line 16: Line 16:
  
 ^ Parameter ^ Description ^ ^ Parameter ^ Description ^
-| base      | The technical name of the plugin. Plugin Manager will install it into this directory. |+| base      | The technical name of the plugin. **[[plugin:extension|Extension Manager]] will install it into this directory.**|
 | author    | The full name of the Plugin author | | author    | The full name of the Plugin author |
 | email     | E-Mail to contact the plugin author about this plugin | | email     | E-Mail to contact the plugin author about this plugin |
-| date      | The date of the last update of this plugin in YYYY-MM-DD form. Don't forget to update this when you update your plugin! |+| date      | The date of the last update of this plugin in YYYY-MM-DD form. Don't forget to update this when you update your plugin! ((**This date should be equal to the "Last updated on" date on the plugins page in the repository.** This is needed for the automated update flagging used by the Extension Manager introduced in release Ponder Stibbons))|
 | name      | The human readable name of the plugin | | name      | The human readable name of the plugin |
 | desc      | A description of what the plugin does | | desc      | A description of what the plugin does |
 | url       | URL to where more info about the plugin is available | | url       | URL to where more info about the plugin is available |
 +| minphp    | Minimum PHP version required by this plugin. Empty for same as DokuWiki. Only ''Major.Minor'' version, eg. ''8.2'', not ''8.2.3'' may be provided! |
 +| maxphp    | Maximum PHP version supported by this plugin. Empty for same as DokuWiki. Only ''Major.Minor'' version, eg. ''8.2'', not ''8.2.3'' may be provided! |
 +
  
 Note: the ''plugin.info.txt'' replaces the old [[xref>getInfo()]] call in your plugin components for DokuWiki 2009-12-25 "Lemming" and later. getInfo() is now implemented in the base class and will read all info from this file. It no longer needs to be implemented in your sub classes. Note: the ''plugin.info.txt'' replaces the old [[xref>getInfo()]] call in your plugin components for DokuWiki 2009-12-25 "Lemming" and later. getInfo() is now implemented in the base class and will read all info from this file. It no longer needs to be implemented in your sub classes.
devel/plugin_info.1358949995.txt.gz · Last modified: 2013-01-23 15:06 by Klap-in

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki