[wp-trac] [WordPress Trac] #53049: Add changelog release notes to auto update email notifications
WordPress Trac
noreply at wordpress.org
Fri Aug 27 15:32:52 UTC 2021
#53049: Add changelog release notes to auto update email notifications
-----------------------------+-----------------------------
Reporter: JosVelasco | Owner: josvelasco
Type: enhancement | Status: assigned
Priority: normal | Milestone: Future Release
Component: Upgrade/Install | Version:
Severity: minor | Resolution:
Keywords: needs-patch | Focuses: administration
-----------------------------+-----------------------------
Comment (by JosVelasco):
1. I added this function to my theme's functions.php to force auto
updates.
{{{
add_filter( ‘automatic_updates_is_vcs_checkout’, function( $checkout,
$context ) {return false;}, 10, 2 );
}}}
2. I installed the plugin WP Rollback to rollback some plugins
https://wordpress.org/plugins/wp-rollback/
3. I installed the plugin WP Control to manually run the hooks
wp_update_plugins and wp_version_check and https://wordpress.org/plugins
/wp-crontrol/
Replying to [comment:16 oliverstapelfeldt]:
> What's the best way to trigger an update for testing?
--
Ticket URL: <https://core.trac.wordpress.org/ticket/53049#comment:17>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list