Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #2715 - Adding Microsoft Edge UA string support to Browser. #2716

Merged
merged 1 commit into from May 5, 2015

Conversation

arian
Copy link
Member

@arian arian commented May 5, 2015

Fixes #2715

The UA string looks like:

Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36 Edge/12.0

Also fixes platform recognition, where the wrong variable was matched,
so it did not recognize windows/linux/mac, but identified it as 'other'.

…ser.

The UA string looks like:
  Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36 Edge/12.0

Also fixes platform recognition, where the wrong variable was matched,
so it did not recognize windows/linux/mac, but identified it as 'other'.
@arian arian force-pushed the fix-2715-edge-ua-string branch from d73500d to d8b4369 Compare May 5, 2015 10:56
SergioCrisostomo added a commit that referenced this pull request May 5, 2015
Fixes #2715 - Adding Microsoft Edge UA string support to Browser.
@SergioCrisostomo SergioCrisostomo merged commit 4a824b6 into mootools:master May 5, 2015
@ghost
Copy link

ghost commented Jul 30, 2015

Hi there,

Is there a new tag including this merged PR coming up ?

@SergioCrisostomo
Copy link
Member

@dreadcast yes, it will be 1.5.2. Will check in the devgroup if we can tag it soonish.

@ghost
Copy link

ghost commented Jul 30, 2015

Great !

@SergioCrisostomo
Copy link
Member

@dreadcast 1.5.2 is out now.
Cheers.

@ghost
Copy link

ghost commented Sep 13, 2015

(y)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Microsoft Edge browser detection
2 participants