As an admin user of the plugin I need to be able to save items without error.
_When trying to get a saved option of items checked the get_wp_launch_checklist_values() function would fail due to string return type. This bumps the required PHP version number to 8.0+ and uses a union return type._
Affected URL
N/A pull branch into a WP test site using the plugin
Description
_When trying to get a saved option of items checked the
get_wp_launch_checklist_values()
function would fail due to string return type. This bumps the required PHP version number to 8.0+ and uses a union return type._Affected URL
N/A pull branch into a WP test site using the plugin
Related Tickets
Fix PHP Errors in the WP Launch Checklist Plugin
Steps to Validate
/wp-content/plugins
on an existing project, and checkout the branch. Don't activate it./wp-admin/admin.php?page=wp_launch_checklist
, save, uncheck all of them and save.Deploy Notes
N/A.