From 43c82e25502cc872465b29deb8ab02abe7c9e6ea Mon Sep 17 00:00:00 2001 From: Damon Cook Date: Tue, 29 Aug 2023 13:50:32 -0400 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=91=8C=20IMPROVE:=20Update=20README?= =?UTF-8?q?=20Changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 55b0d9c..63a1cf4 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,9 @@ __Required__ You must have [ACF PRO](https://https://www.advancedcustomfields.co ## Changelog +### 0.1.2 – 2023-08-29 + +Added example of restricting access to ACF admin screens based on role && email domain, example: `yourAgency.com`. So builders can limit admin screens for their clients. See: `includes/acf-restrict-access.php` ### 0.1.1 – 2023-08-15 Initial release, which includes: From ee0d5b0832c6d1f7b14906ab8711c8749eafa455 Mon Sep 17 00:00:00 2001 From: Damon Cook Date: Tue, 29 Aug 2023 13:50:56 -0400 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=97=91=20REMOVE:=20date=20from=20Auth?= =?UTF-8?q?or:=20in=20plugin=20header?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo-acf-plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-acf-plugin.php b/demo-acf-plugin.php index 3649386..edb061d 100644 --- a/demo-acf-plugin.php +++ b/demo-acf-plugin.php @@ -5,7 +5,7 @@ * Requires at least: 6.3 * Requires PHP: 7.4 * Version: 0.1.2 - * Author: ACF (2023-08-28) + * Author: ACF * License: GPL-2.0-or-later * License URI: https://www.gnu.org/licenses/gpl-2.0.html * Text Domain: demo-acf