Trouble with updating Add-on
Permalink
Anyone else having an issue with trying to update add-ons? Google+1 addon keeps saying a new version is available. I click on Download and Install. It says successful but never actually does the update. This is happening with the same addon on 2 different sites.
Starting to think it's the addon itself. I am running 5.6.0.2
Starting to think it's the addon itself. I am running 5.6.0.2
I've found the solution to my problem, and from a test i think it is like your.
The package version of Google Plus One is actually 1.0.2 but in the zip archive you (or the automatic procedure) download, the virsion declared is still 1.0
as you can see from this line inside the controller.php
on the marketplace there are no information about change logs or something about this plugin versions history. So I've no idea if it is actually a mistake in the package or it is still the 1.0 version.
If you do not have problems with the version installed, but you still want to remove the update notification simply change that line in this way:
I hope this can help
The package version of Google Plus One is actually 1.0.2 but in the zip archive you (or the automatic procedure) download, the virsion declared is still 1.0
as you can see from this line inside the controller.php
protected $pkgVersion = '1.0';
on the marketplace there are no information about change logs or something about this plugin versions history. So I've no idea if it is actually a mistake in the package or it is still the 1.0 version.
If you do not have problems with the version installed, but you still want to remove the update notification simply change that line in this way:
protected $pkgVersion = '1.0.2';
I hope this can help
Thanks for the tip. I really didn't look into it much further since I posted this. Will look at it as soon as I get free.
Any news about this issue?