This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
faq:how-to-add-changelog-to-updated-plugin-theme [2016/03/15 10:59] Den |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Q: How to add changelog to updated plugin/theme? ====== | ||
- | A: After introducing changes to a plugin/theme, you should add a CHANGELOG.md (case sensitive) file to the plugin/theme folder. The file should include version name and build number of the platform, followed by the list of introduced changes, in the following format: | ||
- | |||
- | # {$version-name} ( {$version-number} )\\ | ||
- | - change1\\ | ||
- | - change2\\ | ||
- | |||
- | Example 1: | ||
- | |||
- | # Version 1.8.1 (10200)\\ | ||
- | - empty albums no longer show up in User Albums widget on Profile View page;\\ | ||
- | - fixed photo search by tag bug;\\ | ||
- | - fixed bugs found during display of photos on photo lists;\\ | ||
- | |||
- | Example 2: | ||
- | |||
- | # Version 1.8.1 (10200)\\ | ||
- | - empty albums no longer show up in User Albums widget on Profile View page;\\ | ||
- | - fixed photo search by tag bug;\\ | ||
- | - fixed bugs found during display of photos on photo lists;\\ | ||
- | |||
- | # Version 1.8.0 (1000)\\ | ||
- | - empty albums no longer show up in User Albums widget on Profile View page;\\ | ||
- | - fixed photo search by tag bug;\\ |