In (5), You can copy your wb-v1 into wb-v2 but you will not be able to have 2 different version of a same extension installed on the master website.
If you upgrade the version of an extension, this will be for all the website.
If you want to test an upgrade of an extension, you will have to create a totally independent master website to test the second version of an extension.
I remember you that the PHP code of the extension are present only once on the disk and therefore you can not have an extension with 2 different versions in the same directory on the disk.
If your changes concern your "themes" or things like that, this is not a problem as you can have specific "/templates" directory.
So in summary, if you want to install 2 differents version of a same extension in the master, this is not possible. If you want 2 version of a same extension, you need to create 2 master. One master per version of the extension.
|