An earlier thread https://lists.osgeo.org/pipermail/qgis-developer/2016-October/045538.html
ended on: current QGIS Master getting to request ?qgis=3.0 versions of plugins I had a look into it to create a pull request, but that is coded as the true Qgis.QGIS_VERSION_INT https://github.com/qgis/QGIS/blob/master/python/pyplugin_installer/installer_data.py#L238 Would it be ok to change that (temporarily) to a hardcoded "3.0"? So the master/nightly plugins installer actually requests only plugins which are ready to be used in 3.0? https://plugins.qgis.org/plugins/plugins.xml?qgis=3.0 After we have a the actual 3.0 release this could go back to v = str(Qgis.QGIS_VERSION_INT) OK? Regards, Richard _______________________________________________ Qgis-developer mailing list [email protected] List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer
