Skip to content

1.4.4

Latest
Compare
Choose a tag to compare
@fabiorino fabiorino released this 12 Dec 11:58
· 1 commit to master since this release
Add compatibility with jQuery 3 and remove some deprecated JS code

Frontend and backend JS code generated various warnings or fatal
errors due to the deprecation of some functions in jQuery 3.
The fatal errors made the plugin incompatible with WordPress 5.6.

- Replaced jQuery mobile with Andrés Zsögön's jquery.events.swipe
library for handling swipe events on mobile and mouse drag events on
desktop. jQuery mobile is not compatible with jQuery 3, so it could no
longer be used.
- Replaced some jQuery functions that were still present in jQuery 3 but
considered deprecated.