Title: DLM Changelog Add-on
Author: Erin Morelli
Published: <strong>1 сар 17, 2014</strong>
Last modified: 1 сар 6, 2019

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/dlm-changelog.svg)

# DLM Changelog Add-on

 By [Erin Morelli](https://profiles.wordpress.org/erinmorelli/)

[Download](https://downloads.wordpress.org/plugin/dlm-changelog.1.2.1.zip)

 * [Details](https://mn.wordpress.org/plugins/dlm-changelog/#description)
 * [Reviews](https://mn.wordpress.org/plugins/dlm-changelog/#reviews)
 *  [Installation](https://mn.wordpress.org/plugins/dlm-changelog/#installation)
 * [Development](https://mn.wordpress.org/plugins/dlm-changelog/#developers)

 [Support](https://wordpress.org/support/plugin/dlm-changelog/)

## Description

**NOTICE: _This plugin is no longer being actively developed or supported._**

An add-on for Mike Jolley’s [Download Monitor](https://wordpress.org/plugins/download-monitor/)
which adds version changelog functionality.

**Requires Download Monitor version 1.2 or higher**

#### Shortcode

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"]
    ```

#### Support

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](https://wordpress.org/support/plugin/download-monitor)
or log a bug on the [DLM GitHub](https://github.com/mikejolley/download-monitor).

## Screenshots

[⌊The DLM Changelog admin area⌉⌊The DLM Changelog admin area⌉[

The DLM Changelog admin area

## Installation

 1. Unzip the `dlm-changelog.zip` file to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Go to the new “Changelog” options page located in the DLM “Downloads” section

## FAQ

  How do I add changelog version notes?

Go to “Downloads” then “Changelogs” in the WordPress admin. Select the download 
you wish to add/edit the changelog for from the dropdown. Under the “Notes” column
of the download’s Changelog table, click inside the area where your pre-existing
notes are or where it says “Click to add notes”. An inline text editor will appear
for you to use. Click Save” to save your note. Basic HTML, such as _italics_, **
bold**, underline, and ordered/unordered lists is able to be used in this text area.

  How do I display a changelog on my site?

Use the `[dlm_changelog id={DLM Download ID}]` shortcode inside the WordPress page
editor to display your changelog.

  How do I disable pagination?

Set the `[dlm_changelog]` show attribute to 0, or don’t set it at all:

    ```
    [dlm_changelog id={DLM Download ID}]
    ```

OR

    ```
    [dlm_changelog id={DLM Download ID} show="0"]
    ```

  How can I hide the release dates?

Use the `hide_release` option in your shortcode like this:

    ```
    [dlm_changelog id={DLM Download ID} hide_release="1"]
    ```

  How can I hide the download links?

Use the `hide_links` option in your shortcode like this:

    ```
    [dlm_changelog id={DLM Download ID} hide_links="1"]
    ```

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“DLM Changelog Add-on” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Erin Morelli ](https://profiles.wordpress.org/erinmorelli/)

[Translate “DLM Changelog Add-on” into your language.](https://translate.wordpress.org/projects/wp-plugins/dlm-changelog)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/dlm-changelog/), check
out the [SVN repository](https://plugins.svn.wordpress.org/dlm-changelog/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/dlm-changelog/) 
by [RSS](https://plugins.trac.wordpress.org/log/dlm-changelog/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.2.1

 * Overrides and fixes an issue introduced DLM where saving a download will remove
   all existing saved changelog content for that download’s versions

#### 1.2.0

 * Fixed incompatibility issues with DLM versions 4.0+
 * Added two new shortcode options, `hide_links` and `hide_release`

#### 1.1.1

 * Changed admin permissions to match Download Monitor’s (many thanks to Craig Morin!)

#### 1.1.0

 * Added simple success/error notifications for save events

#### 1.0.1

 * Fixed issue where not all published downloads were showing in admin dropdown

#### 1.0.0

 * Added TinyMCE inline WYSIWYG editor to changelog admin
 * Lots of under-the-hood code improvements and cleanup

#### 0.1.2

 * Fixed issue with plugin breaking on Download Monitor upgrade

#### 0.1.1

 * Fixed jQuery pagination issue with shortcode output

#### 0.1.0

 * Initial plugin release

## Meta

 *  Version **1.2.1**
 *  Last updated **8 жил ago**
 *  Active installations **10+**
 *  WordPress version ** 3.0.1 or higher **
 *  Tested up to **4.9.31**
 *  Language
 * [English (US)](https://wordpress.org/plugins/dlm-changelog/)
 * Tags
 * [changelog](https://mn.wordpress.org/plugins/tags/changelog/)[download monitor](https://mn.wordpress.org/plugins/tags/download-monitor/)
   [downloads](https://mn.wordpress.org/plugins/tags/downloads/)[versions](https://mn.wordpress.org/plugins/tags/versions/)
 *  [Advanced View](https://mn.wordpress.org/plugins/dlm-changelog/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/dlm-changelog/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/dlm-changelog/reviews/)

## Contributors

 *   [ Erin Morelli ](https://profiles.wordpress.org/erinmorelli/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/dlm-changelog/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.erinmorelli.com/projects/dlm-changelog/)