Skip to content

v1.1.1 — Fix acf.$ TypeError

Choose a tag to compare

@dbrabyn dbrabyn released this 08 May 14:07
· 6 commits to main since this release

Fixed

  • TypeError: acf.$ is not a function thrown when adding repeater or flexible content rows. ACF Pro 6.8.0.1 no longer exposes acf.$ as a jQuery alias, so the IIFE now takes jQuery as $ directly (( function( $ ) { ... } )( jQuery );).