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

Remove json2 from piwikjs #11031

Closed

Conversation

spacenate
Copy link
Contributor

Refs #6093, removes the JSON3 library from piwik.js. More specifically, I removed the global JSON_PIWIK, and replaced all references to it with windowAlias.JSON. I also updated the Incompatibility table comment at the top of the file. I then minified this file as described in js/README.md.

@tsteur
Copy link
Member

tsteur commented Dec 18, 2016

We are still supporting IE7 and IE6 when it comes to tracking as well as some other old browsers. We could remove JSON3, however we would need to announce it in advance and give people time to work around. For example we would need to give people the possibility to include JSON3 or JSON2 manually and Piwik would need to pick it up if native JSON is not present.

@spacenate
Copy link
Contributor Author

Ah okay - I was confused by the 3.0.0 milestone on #6093.

We could remove JSON3,

What would you like me to do with this PR?

@mattab
Copy link
Member

mattab commented Dec 25, 2016

Ah okay - I was confused by the 3.0.0 milestone on #6093.

oops, we need to take another look at all issues in this milestone. we hope you'll pick another issue to work on 👍 thanks

@mattab mattab closed this Dec 25, 2016
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.

None yet

3 participants