Totally Zenned
- Join Date:
- Aug 2007
- Location:
- Gijón, Asturias, Spain
- Posts:
- 2,866
- Plugin Contributions:
- 7
Mobile Detect version included with ZC distribution
As far as I can see, the class
/includes/classes/Mobile_Detect.php
is the almost identical file from
http://mobiledetect.net/
with one change: the version number that is shown in the authors file,
eg:
- @version 2.8.22
*/
has been replaced with a Zen Cart one:
- @version $Id: Author: DrByte Sun Dec 13 16:32:43 2015 -0500 New in v1.5.5 $
*/
Since this file is updated outside of the Zen Cart development cycle and store owners may want to always use the latest version, I think the removal of the true version number is unhelpful for comparison purposes.
I note the version included with ZC155b a couple of days ago is actually 2.8.17, released in 17/09/2015.
That is already five versions behind the current version 2.8.22 released 24/04/2016.
An admin notification of a new version would be ideal.