Making WordPress.org

Changes between Version 1 and Version 2 of Ticket #3069, comment 8


Ignore:
Timestamp:
08/25/2017 09:30:06 AM (8 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3069, comment 8

    v1 v2  
    22> Those headers are parsed and read and used for various things. They need to be version numbers only, they cannot contain dates as well.
    33
    4 Plugin authors already include dates there without noticeable issues, see [https://wordpress.org/plugins/ninja-forms/#developers Ninja Forms] for example. That changelog is correctly displayed in both [attachment:3069.plugin-directory.PNG Plugin Directory] and [attachment:3069.plugin-directory.PNG WP admin].
     4Plugin authors already include dates there without noticeable issues, see [https://wordpress.org/plugins/ninja-forms/#developers Ninja Forms] for example. That changelog is correctly displayed in both [attachment:3069.plugin-directory.PNG Plugin Directory] and [attachment:3069.wp-admin.PNG WP admin].
    55
    66The only issue I see is that changelog headings [source:sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/i18n/class-readme-import.php?rev=5485&marks=90#L87 are not pulled into GlotPress for translation], so the dates should be in a universal format like `YYYY-MM-DD` instead of English text.