Based on open stats, IE versions 8 and older are used by ~7.1% of users, and it is decreasing fast (if was ~7.6% in the beginning of 2014). By the time we get to 3.1 release, it is possible that it will be about 5% (no offense at all, just kidding =)). Is this group large and important enough to stay on outdated branch with some deprecated jq functions?
And at my websites, all IE users amount for whooping 3.28%. And of them ~83% are using IE9 or higher. Therefore less than 0.6% of my users are using IE8 and older.
[RFC] Update jQuery included in 3.1 to 1.11.0
Re: [RFC] Update jQuery included in 3.1 to 1.11.0
Afaik you need to signup your website to be part of those statistics. So I would take those numbers with a pretty big grain of salt.BioLogIn wrote:Based on open stats, IE versions 8 and older are used by ~7.1% of users, and it is decreasing fast (if was ~7.6% in the beginning of 2014).
I'm guessing that there are still a huge number of Windows XP machines out there.
Last edited by Mess on Wed Apr 02, 2014 4:49 pm, edited 1 time in total.
- DavidIQ
- Customisations Team Leader
- Posts: 1904
- Joined: Thu Mar 02, 2006 4:29 pm
- Location: Earth
- Contact:
Re: [RFC] Update jQuery included in 3.1 to 1.11.0
This gives a very different picture of those stats:BioLogIn wrote:And at my websites, all IE users amount for whooping 3.28%. And of them ~83% are using IE9 or higher. Therefore less than 0.6% of my users are using IE8 and older.
http://m.cnet.com.au/internet-explorer- ... htm?redir=
You either run a very geeky website or stats aren't working properly.
- EXreaction
- Registered User
- Posts: 1555
- Joined: Sat Sep 10, 2005 2:15 am
Re: [RFC] Update jQuery included in 3.1 to 1.11.0
One website I work on is mostly used by healthcare professionals and about 1/3 of our traffic is IE8. A significant portion also use IE7.
I don't think phpBB should drop support for IE8 at this time as in some areas it is used by a large number of people.
I don't think phpBB should drop support for IE8 at this time as in some areas it is used by a large number of people.
Re: [RFC] Update jQuery included in 3.1 to 1.11.0
The jQuery 1.X line is not outdated, nor does it contain deprecated functions. jQuery 2.x has the same API as jQuery 1.x, but does not support Internet Explorer 6, 7, or 8.BioLogIn wrote:Is this group large and important enough to stay on outdated branch with some deprecated jq functions?
jQuery will continue to develop both the 1.X and 2.X lines simultaneously.
Has an irascible disposition.
Re: [RFC] Update jQuery included in 3.1 to 1.11.0
Definitely don't choose jQ2 yet. For all the obvious reasons. 1.11.1 should do just fine. Update it ASAP
Re: [RFC] Update jQuery included in 3.1 to 1.11.0
Ugh, sorry then. But which stats one should trust then?Afaik you need to signup your website to be part of those statistics. So I would take those numbers with a pretty big grain of salt.
Well, I guess I am. But I didn't try to sound like my case is representative, I know it is not. But neither are some healthcare/government websites ExReaction mentioned. And I'd suppose that they have lesser chance to be using phpbb forums than geeky sites, for what it's worth.You either run a very geeky website
With 2.0 introduction, some jq functions and methods were renamed. Some were dropped in favor of others. And so on. That's why they have the migration package: https://github.com/jquery/jquery-migrate/.jQuery 2.x has the same API as jQuery 1.x
===
But I see where it's going, so yeah, if my case is a minority, let's stick to the recent version of 1.x branch...
Re: [RFC] Update jQuery included in 3.1 to 1.11.0
The changes you are referring to, those that their migration tool checks for, were introduced in both 1.X and 2.X together.BioLogIn wrote:With 2.0 introduction, some jq functions and methods were renamed. Some were dropped in favor of others. And so on. That's why they have the migration package: https://github.com/jquery/jquery-migrate/.
From jQuery's very own site, direct quote, first sentence: http://jquery.com/download/#jquery-2-x
jQuery 2.x has the same API as jQuery 1.x, but does not support Internet Explorer 6, 7, or 8.
Has an irascible disposition.
Re: [RFC] Update jQuery included in 3.1 to 1.11.0
VSE+
Ok, I see. Thanks for clarification. Also sorry, I should have checked that myself before posting =(
Ok, I see. Thanks for clarification. Also sorry, I should have checked that myself before posting =(
Re: [RFC] Update jQuery included in 3.1 to 1.11.0
NP. Anyway, jQuery 1.11.0 has been merged. So phpBB does now have the latest and greatest version and still supports older versions of IE.
Has an irascible disposition.