You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently to select the "standard", "full" etc. version, one has to enter the full file url. It is not the most convenient, and as we are seeing the URLs are subject to change.
I suggest adding a setting that would allow to do so:
$bc = new Browscap();
$bc->version = 'lite';
Details:
If both $remoteIniUrl and $version are defined, use $remoteIniUrl
I'm not sure $version would be the best fit... I'm looking for suggestions ;-)
Your opinion on this?
Regards
The text was updated successfully, but these errors were encountered:
If it's any consolation, the URLs shouldn't change from the new browscap.org URLs, and if they do at least I now have the power to create redirects whilst migrations can happen! :)
Hello,
Currently to select the "standard", "full" etc. version, one has to enter the full file url. It is not the most convenient, and as we are seeing the URLs are subject to change.
I suggest adding a setting that would allow to do so:
Details:
$remoteIniUrl
and$version
are defined, use$remoteIniUrl
$version
would be the best fit... I'm looking for suggestions ;-)Your opinion on this?
Regards
The text was updated successfully, but these errors were encountered: