Parser-PHP icon indicating copy to clipboard operation
Parser-PHP copied to clipboard

hideOsVersionIfFixed

Open danielsballes opened this issue 4 months ago • 0 comments

Hey, I recently added this package to my project but I have found that the version is hidden if the user is accessing my page on mac os 10.15.7, I have found this commit where you're hiding the version object in some conditions, specifically if the os is OS x and the version is 10.15.7.

I tried to understand the reason behind this change, but it's confusing to me, could someone explain to me why the os object is set as null in these cases? Thanks!

danielsballes avatar Sep 26 '24 18:09 danielsballes