You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Fluent Cart licensing (product ID 1150934) and auto-install SCF
- Set Fluent Cart product ITEM_ID to 1150934 in license manager
- Auto-install and activate Secure Custom Fields (SCF) from WordPress.org
on plugin activation when neither ACF Pro nor SCF is installed
- Update admin notice to mention SCF as an alternative to ACF Pro
- Bump version to 2.1.0
https://claude.ai/code/session_019ZXK8q3U17Pba1N87DJesh
@@ -36,12 +36,12 @@ function acf_blocks_check_requirements() {
36
36
}
37
37
38
38
/**
39
-
* Admin notice for missing ACF Pro.
39
+
* Admin notice for missing ACF Pro / SCF.
40
40
*/
41
41
functionacf_blocks_missing_acf_notice() {
42
42
?>
43
43
<div class="notice notice-error">
44
-
<p><?phpesc_html_e( 'ACF Blocks requires Advanced Custom Fields Pro to be installed and activated.', 'acf-blocks' ); ?></p>
44
+
<p><?phpesc_html_e( 'ACF Blocks requires Advanced Custom Fields Pro or Secure Custom Fields (SCF) to be installed and activated.', 'acf-blocks' ); ?></p>
0 commit comments