ppoffice / hexo-theme-hueman

A redesign of Alx's wordpress theme Hueman, ported to Hexo.
http://ppoffice.github.io/hexo-theme-hueman/
GNU General Public License v2.0
1.17k stars 336 forks source link

Upgraded jquery 2.2.4 to 3.3.1 and resolved deprecation notices #221

Closed marcofranssen closed 6 years ago

marcofranssen commented 6 years ago

Upgraded jquery from 2.2.4 to 3.3.1.

As far I can see and tested on my own webblog there are no issues.

Resolved some deprecation notices using following script in main.js as well.

Please also do some sanity test if all plugins still work as I'm not using all of the plugins and this is a major version upgrade which might cause some trouble.

ppoffice commented 6 years ago

I think we should stay at jQuery 2.x for now in case some third party plugins breaks. We need a thorough test before moving on.

marcofranssen commented 6 years ago

Did we already do some test? On my personal blog I didn't see any issues so far https://marcofranssen.nl

I don't have all the plugins enabled though...

marcofranssen commented 6 years ago

I did rebase this branch on the master branch as well so you can have a straight forward merge :wink: