On poniedziaĆek, 18 grudnia 2017 15:01:48 CET Borys Jurgiel wrote: > ... or just set min to 3.0 and wait for tonight build :) > > Now master's plugin compatibility is fully hardcoded as 3.0: > https://github.com/qgis/QGIS/commit/7c01b7e6478
Not yet. After I wrote it, I realized there is also a third test: even if master downloads plugins>=3.0, the loading code still thinks it's 2.99 and won't load them. So Richard's fix just declutters the list of available plugins and speeds up fetching, but plugins still need to be compatible with both versions. Take a look at https://github.com/qgis/QGIS/pull/5904 please. Regards, Borys _______________________________________________ QGIS-Developer mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
