v1.1.1 — Fix acf.$ TypeError
Fixed
TypeError: acf.$ is not a functionthrown when adding repeater or flexible content rows. ACF Pro 6.8.0.1 no longer exposesacf.$as a jQuery alias, so the IIFE now takesjQueryas$directly (( function( $ ) { ... } )( jQuery );).