-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
rename v3 main plugin file #62
Comments
(did a quick test by renaming the file manually directly after |
Hello @joostdekeijzer, I did some cleanup, can you try latest 3.x branch and tell me if it's working for you? Than I can merge #63 and 3.0 is released. |
With PHPv8.1 I get
Removing code below from /**
* Isn't needed because we're extending acf_field, but it's here for clarity.
*
* @var boolean
*/
public bool $show_in_rest = true; |
Other than that the upgrade works fine |
Just removed the type, seems to work fine, you can update and tell me everything's ok from your side? |
All OK here :) |
Let's release it then! :) |
💪 |
Details
Reproduction
Testing v3 branch I've updated the plugin through composer from v2.1.0 to v3.x-dev.
Because the main plugin file is renamed I get the following error in the WordPress plugins overview:
Renaming the main plugin file from
plugin.php
toacf-country.php
should fix this and make a more seamless version update possible.The text was updated successfully, but these errors were encountered: