Opened 8 years ago
Closed 8 years ago
#2258 closed defect (bug) (fixed)
Last_updated should be the date the plugin version was last changed, not last updated
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Plugin Directory | Keywords: | |
Cc: |
Description
At present the last_updated
field includes some logic to ensure that it only gets set in the event that the plugin version changes (or couldn't be found, for reasons).
Unfortunately the logic for the override is a little reversed, although it overrides it to the current date when the version changes, it doesn't apply outside of that - leading to wp_insert_post()
updating the field itself every time a trunk commit happens or a manual import updates the post.
Change History (1)
Note: See
TracTickets for help on using
tickets.
In 4389: