Making WordPress.org

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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3069, comment 8

    initial v1  
    44Plugin 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].
    55
    6 The 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 they should be in a universal format like `YYYY-MM-DD` instead of English text.
     6The 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.
    77
    88If some custom code depends on those headings being numbers only, seems like that code should be updated to avoid potential breakage.