From 15731d2f14b947ab553227f1d97268b30aaab496 Mon Sep 17 00:00:00 2001 From: Clement Boirie Date: Thu, 11 Jul 2024 22:09:32 +0200 Subject: [PATCH] chore: release 1.0.1 --- README.md | 9 +++++++-- acf-user-network.php | 6 +++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9976146..5b50eed 100755 --- a/README.md +++ b/README.md @@ -24,7 +24,12 @@ This ACF field type is compatible with: 2. Activate the plugin via the plugins admin page. 3. Create a new field via ACF and select the User Network selector. -## Changelog ## +## Changelog + +### 1.0.1 - 11 July 2024 + +* Fix: Update AJAX nonce handling for ACF 6.3.2 ([#5](https://github.com/BeAPI/acf-user-network/pull/5)) +* Fix: JS error when initializing the field ([#3](https://github.com/BeAPI/acf-user-network/pull/3)) ### 1.0.0 - 6 Sept 2017 -* Initial +* Initial release diff --git a/acf-user-network.php b/acf-user-network.php index 2064dfc..328668a 100755 --- a/acf-user-network.php +++ b/acf-user-network.php @@ -1,7 +1,7 @@