Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document plugin getInformation() and the version number policy #1222

Closed
anonymous-matomo-user opened this issue Mar 20, 2010 · 2 comments
Closed
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@anonymous-matomo-user
Copy link

Most of the core plugins are using Piwik_Version::VERSION for their version number, but not so for the example plugins.

The version number policy is:

  • core plugins (distributed in the Piwik release, with the exception of examples) use Piwik_Version::VERSION, so that they always reflect/match the base version
  • example plugins use a hard-coded version number as an example for 3rd party developers (e.g., '0.1')
  • 3rd party plugins use a hard-coded version number that must be incremented with each plugin release

A policy for transitioning 3rd party plugins to core will be formalized after #1116.

@anonymous-matomo-user
Copy link
Author

Attachment:
plugin-numbers.patch

@robocoder
Copy link
Contributor

(In [1964]) fixes #1222 - document the version number policy; point developers (who read the code) to Piwik_Plugin (core/Plugin.php)

@anonymous-matomo-user anonymous-matomo-user added this to the Piwik 0.6 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

No branches or pull requests

2 participants