Releases: colorful-tones/Demo-ACF-Plugin
Releases · colorful-tones/Demo-ACF-Plugin
0.1.5 - Floral Dream 🌺
Wrap "Site Settings" Options page in function_exists() and check to fail gracefully if ACF PRO is not installed.
0.1.4 - fix fatal errors 🤦♂️
What's Changed
- 🐛 FIX: Misnamed function calls cause Fatal errors by @colorful-tones in #7
Full Changelog: 0.1.3...0.1.4
0.1.3 - raking up those 🐛 and 🍂
- Restrict access to block locking based on email domain with
demo_acf_show_acf_admin()
check. - Improve usage of
get_block_wrapper_attributes()
for Phone block based on Liam's Tweet thread. - Add
background
andtext
color supports to Phone block.
0.1.2
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
➕ ADD: .gitattributes for Releases