[wp-trac] [WordPress Trac] #53049: Add changelog release notes to auto update email notifications

WordPress Trac noreply at wordpress.org
Fri Aug 27 01:52:22 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):

 In my testing site, I inserted the following code at the line 1170 in wp-
 admin/includes/class-wp-automatic-updater.php

 {{{
 $body[] = ( 'https://wordpress.org/plugins/' ) . $item->item->slug . (
 '/#developers' );
 }}}


 This adds the link to the plugin's developers tab.

 I saw that links are not enclosed to an HTML <a> tag  in the e-mail. I
 don't know if this is on purpose. So for now it takes a whole row, look at
 the screenshots at the end.

 Also I don't know how we could translate the link to the different admin
 languages.

 For me this works well but I don't know if it is enough. It is kind of
 compact and I like the fact that you can read the plugin's slug.

 Desktop example:
 https://www.josvelasco.com/53049/wp-content/uploads/2021/08/update-
 desktop.png

 Mobile example:
 https://www.josvelasco.com/53049/wp-content/uploads/2021/08/update-
 mobile.png

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/53049#comment:15>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list