Changes between Initial Version and Version 1 of Ticket #3069, comment 8
- Timestamp:
- 08/25/2017 09:26:06 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3069, comment 8
initial v1 4 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]. 5 5 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 the yshould be in a universal format like `YYYY-MM-DD` instead of English text.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 the dates should be in a universal format like `YYYY-MM-DD` instead of English text. 7 7 8 8 If some custom code depends on those headings being numbers only, seems like that code should be updated to avoid potential breakage.