[wp-meta] [Making WordPress.org] #2740: Plugin Directory: "Last updated: 2019 years ago"
Making WordPress.org
noreply at wordpress.org
Sat Apr 15 14:23:14 UTC 2017
#2740: Plugin Directory: "Last updated: 2019 years ago"
------------------------------+---------------------
Reporter: SergeyBiryukov | Owner: Otto42
Type: defect | Status: closed
Priority: normal | Milestone:
Component: Plugin Directory | Resolution: fixed
Keywords: |
------------------------------+---------------------
Comment (by Otto42):
The initial problem started from [5316]. Before this, the post_modified
value was getting set when the plugin was published, and then the importer
would change it whenever the version of the plugin changed.
Since the version is stored as postmeta, and it is in the initial
submission of the plugin, if the plugin is published and then the same
version is pushed to SVN, the importer would not detect the change.
[5338] adds a condition where it will always set the post_modified value
if the value is not set, which will only happen on the first import of the
plugin from SVN.
Any plugins that still have this issue can simply push any change to SVN
and it will update the post_modified value, fixing the issue for that
plugin. Any future plugins will get their post_modified updated correctly
on the initial import regardless of the version check.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/2740#comment:15>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list