by Erin Morelli
An add-on for Mike Jolley's Download Monitor which adds version changelog functionality.
Requires Download Monitor version 1.2 or higher
Use this shortcode to display a DLM Download's changelog in your posts or pages:
[dlm_changelog id={DLM Download ID}]
To paginate the changelog's output, use the optional show
attribute with the number of versions you want displayed on each page:
[dlm_changelog id={DLM Download ID} show="5"]
To hide download links or release dates (or both), use the optional hide_links
and/or hide_release
attributes, respectively:
[dlm_changelog id={DLM Download ID} hide_links="1" hide_release="1"]
Use the community support forums for this plugin for questions that are specific to the Changelog Add-on. For support questions specific to other aspects of the Download Monitor plugin, please visit it's support forum or log a bug on the DLM GitHub.
- Overrides and fixes an issue introduced DLM where saving a download will remove all existing saved changelog content for that download's versions
- Unzip the
dlm-changelog.zip
file to the/wp-content/plugins/
directory - Activate the plugin through the 'Plugins' menu in WordPress
- Go to the new "Changelog" options page located in the DLM "Downloads" section