geodesicsolutions-community / geocore-community

GeoCore Community, open source classifieds and auctions software
MIT License
9 stars 6 forks source link

remove legacy changelogs from upgrade folder #146

Closed vicos59 closed 2 years ago

vicos59 commented 2 years ago

fixes #143

The upgrade folder is deleted after install, so no point in keeping them. They are on the website:

https://geodesicsolutions.org/changelog/

These have old links to bugzilla.

ALSO, I noted that the version number in versions.php (20.0.0) does not match that in updateFactory.php (18.02.0). Is this by design?

jonyo commented 2 years ago

ALSO, I noted that the version number in versions.php (20.0.0) does not match that in updateFactory.php (18.02.0). Is this by design?

In the past, if you updated the version on one spot it needed to be updated in the other spot as well. This was a thing to stop people from using a newer update that was released after their download access already expired.

I noticed that the method in updateFactory, getReleaseDate() is no longer called anywhere, probably removed when the licensing restrictions were removed. We can just remove the method now. One less thing to have to mess with when doing updates.