You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have released the last minor release for Piwik 2.X and from now on there will be only patch releases that contain only important bug and security fixes for 2.15.X.
This means it is time to merge 3.0 => master and we will handle 2.15.X updates in another branch.
I'm wondering what the normal process for this is? I presume we should release a blog post asap to announce this change as some might have installed master via Git on development, testing, QA or production servers. We recommended to not use Piwik via Git so we should be fine here but possibly still need to notify users.
Some custom plugins will become incompatible most likely
If someone uses PHP 5.3 Piwik and updates via Git won't work anymore
We also need to mention that Piwik 3.0 API's are not stable yet and there will be changes over time
Before we release a blog post about merging 3.0 we need to:
Make Developer Changelog nice (group similar changes etc)
Ideally we have some migration guides that makes it easier to update plugins, this should safe a lot of time when updating plugins
We have released the last minor release for Piwik 2.X and from now on there will be only patch releases that contain only important bug and security fixes for 2.15.X.
This means it is time to merge
3.0
=>master
and we will handle2.15.X
updates in another branch.I'm wondering what the normal process for this is? I presume we should release a blog post asap to announce this change as some might have installed
master
via Git on development, testing, QA or production servers. We recommended to not use Piwik via Git so we should be fine here but possibly still need to notify users.Before we release a blog post about merging 3.0 we need to:
Before merging Piwik 3.0 into master we need to:
How much time should we give after the blog post till we merge
3.0
=>master
. 2 weeks?Meanwhile:
We have to issue all PR's for
3.0
and notmaster
. If we need a fix for2.X
we should cherry-pickThe text was updated successfully, but these errors were encountered: