-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecation Notice: Using ${var} in strings is deprecated, use {$var} instead #79
Comments
this works with php 8.1.xxxx line 56: line 80 and above: if (empty($file_headers['title'])) { if (empty($file_headers['category'])) { namespace App; // Check whether WordPress and ACF are available; bail if not. // Add the default blocks location, 'views/blocks', via filter /**
/**
/**
/**
/**
|
If you install the dev-master version, the Deprication warning goes away, as it's fixed already, just there was no release from it. |
Thank you for that hint! 👏🏻 |
Thank you it helped me a lot |
@MWDelaney Would you mind publishing a new release so folks can get this update without using |
/vendor/mwdelaney/sage-acf-gutenberg-blocks/sage-acf-gutenberg-blocks.php:56
The text was updated successfully, but these errors were encountered: