3.1.1
There are two significant changes in async and reloadable widgets:
- They no longer require
jquery
. Setuse_jquery_for_ajax_calls
totrue
in the config file if you prefer to have it instead of native javascript. - They use
GET
request instead ofPOST
to load widget content now.