[wp-meta] [Making WordPress.org] #2605: post_modified gets bumped when plugin status is updated from within wp-admin

Making WordPress.org noreply at wordpress.org
Tue Apr 11 03:58:21 UTC 2017


#2605: post_modified gets bumped when plugin status is updated from within wp-
admin
------------------------------+------------------------------------
 Reporter:  dd32              |       Owner:
     Type:  defect            |      Status:  new
 Priority:  high              |   Milestone:  Plugin Directory v3.0
Component:  Plugin Directory  |  Resolution:
 Keywords:                    |
------------------------------+------------------------------------

Comment (by dd32):

 > HOWEVER approving a plugin should change the update date :D Or at least
 it should change the publish date to 'now' instead of the date it was
 submitted so https://wordpress.org/plugins/browse/new/ shows the right
 data.

 That actually raises a different bug than the one seen here :)
 `/browse/new/` is ordered by `post_date` which will always be the submit
 date at present, not `post_modified` which this ticket is specifically
 about.

 My assumption here is that we need to store the submitted date as meta,
 for future use, and store the approval date as `post_date` instead.

--
Ticket URL: <https://meta.trac.wordpress.org/ticket/2605#comment:4>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list