{"id":27254,"date":"2014-01-17T00:11:44","date_gmt":"2014-01-17T00:11:44","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/dlm-changelog\/"},"modified":"2019-01-06T03:03:27","modified_gmt":"2019-01-06T03:03:27","slug":"dlm-changelog","status":"publish","type":"plugin","link":"https:\/\/twd.wordpress.org\/plugins\/dlm-changelog\/","author":12486709,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.2.1","stable_tag":"1.2.1","tested":"4.9.29","requires":"3.0.1","requires_php":"","requires_plugins":"","header_name":"DLM Changelog Add-on","header_author":"Erin Morelli","header_description":"","assets_banners_color":"","last_updated":"2019-01-06 03:03:27","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.erinmorelli.com\/projects\/dlm-changelog\/","header_plugin_uri":"https:\/\/www.erinmorelli.com\/projects\/dlm-changelog\/","header_author_uri":"https:\/\/erinmorelli.com\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":2149,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.2.1":"<ul>\n<li>CRITICAL UPDATE to fix a bug conflict with DLM that caused all changelog data to be deleted when updating a download via DLM<\/li>\n<\/ul>","1.0.1":"<ul>\n<li>Fixed issue where not all published downloads were showing in admin dropdown<\/li>\n<\/ul>","1.0.0":"<p>Added WYSIWYG editor to changelog admin<\/p>","0.1.2":"<p>This version fixes issue with plugin breaking due to a Download Monitor upgrade.  Upgrade immediately.<\/p>","0.1.0":"<p>Initial plugin release<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1.1","0.1.2","1.0.0","1.0.1","1.1.0","1.1.1","1.2.0","1.2.1"],"block_files":[],"assets_screenshots":{"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"840024","resolution":"1","location":"assets"}},"screenshots":{"1":"The DLM Changelog admin area"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[13434,18288,5440,17004],"plugin_category":[],"plugin_contributors":[86197],"plugin_business_model":[],"class_list":["post-27254","plugin","type-plugin","status-publish","hentry","plugin_tags-changelog","plugin_tags-download-monitor","plugin_tags-downloads","plugin_tags-versions","plugin_contributors-erinmorelli","plugin_committers-erinmorelli"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/dlm-changelog.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/dlm-changelog\/assets\/screenshot-1.jpg?rev=840024","caption":"The DLM Changelog admin area"}],"raw_content":"<!--section=description-->\n<p><strong>NOTICE: <em>This plugin is no longer being actively developed or supported.<\/em><\/strong><\/p>\n\n<p>An add-on for Mike Jolley's <a href=\"http:\/\/wordpress.org\/plugins\/download-monitor\/\">Download Monitor<\/a> which adds version changelog functionality.<\/p>\n\n<p><strong>Requires Download Monitor version 1.2 or higher<\/strong><\/p>\n\n<h4>Shortcode<\/h4>\n\n<p>Use this shortcode to display a DLM Download's changelog in your posts or pages:<\/p>\n\n<pre><code>[dlm_changelog id={DLM Download ID}]\n<\/code><\/pre>\n\n<p>To <strong>paginate<\/strong> the changelog's output, use the optional <code>show<\/code> attribute with the number of versions you want displayed on each page:<\/p>\n\n<pre><code>[dlm_changelog id={DLM Download ID} show=\"5\"]\n<\/code><\/pre>\n\n<p>To <strong>hide<\/strong> download links or release dates (or both), use the optional <code>hide_links<\/code> and\/or <code>hide_release<\/code> attributes, respectively:<\/p>\n\n<pre><code>[dlm_changelog id={DLM Download ID} hide_links=\"1\" hide_release=\"1\"]\n<\/code><\/pre>\n\n<h4>Support<\/h4>\n\n<p>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 <a href=\"http:\/\/wordpress.org\/support\/plugin\/download-monitor\">support forum<\/a> or log a bug on the <a href=\"https:\/\/github.com\/mikejolley\/download-monitor\">DLM GitHub<\/a>.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Unzip the <code>dlm-changelog.zip<\/code> file to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Go to the new \"Changelog\" options page located in the DLM \"Downloads\" section<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>How do I add changelog version notes?<\/dt>\n<dd><p>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 <em>italics<\/em>, <strong>bold<\/strong>, underline, and ordered\/unordered lists is able to be used in this text area.<\/p><\/dd>\n<dt>How do I display a changelog on my site?<\/dt>\n<dd><p>Use the <code>[dlm_changelog id={DLM Download ID}]<\/code> shortcode inside the WordPress page editor to display your changelog.<\/p><\/dd>\n<dt>How do I disable pagination?<\/dt>\n<dd><p>Set the <code>[dlm_changelog]<\/code> show attribute to 0, or don't set it at all:<\/p>\n\n<pre><code>[dlm_changelog id={DLM Download ID}]\n<\/code><\/pre>\n\n<p>OR<\/p>\n\n<pre><code>[dlm_changelog id={DLM Download ID} show=\"0\"]\n<\/code><\/pre><\/dd>\n<dt>How can I hide the release dates?<\/dt>\n<dd><p>Use the <code>hide_release<\/code> option in your shortcode like this:<\/p>\n\n<pre><code>[dlm_changelog id={DLM Download ID} hide_release=\"1\"]\n<\/code><\/pre><\/dd>\n<dt>How can I hide the download links?<\/dt>\n<dd><p>Use the <code>hide_links<\/code> option in your shortcode like this:<\/p>\n\n<pre><code>[dlm_changelog id={DLM Download ID} hide_links=\"1\"]\n<\/code><\/pre><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.2.1<\/h4>\n\n<ul>\n<li>Overrides and fixes an issue introduced DLM where saving a download will remove all existing saved changelog content for that download's versions<\/li>\n<\/ul>\n\n<h4>1.2.0<\/h4>\n\n<ul>\n<li>Fixed incompatibility issues with DLM versions 4.0+<\/li>\n<li>Added two new shortcode options, <code>hide_links<\/code> and <code>hide_release<\/code><\/li>\n<\/ul>\n\n<h4>1.1.1<\/h4>\n\n<ul>\n<li>Changed admin permissions to match Download Monitor's (many thanks to Craig Morin!)<\/li>\n<\/ul>\n\n<h4>1.1.0<\/h4>\n\n<ul>\n<li>Added simple success\/error notifications for save events<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Fixed issue where not all published downloads were showing in admin dropdown<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Added TinyMCE inline WYSIWYG editor to changelog admin<\/li>\n<li>Lots of under-the-hood code improvements and cleanup<\/li>\n<\/ul>\n\n<h4>0.1.2<\/h4>\n\n<ul>\n<li>Fixed issue with plugin breaking on Download Monitor upgrade<\/li>\n<\/ul>\n\n<h4>0.1.1<\/h4>\n\n<ul>\n<li>Fixed jQuery pagination issue with shortcode output<\/li>\n<\/ul>\n\n<h4>0.1.0<\/h4>\n\n<ul>\n<li>Initial plugin release<\/li>\n<\/ul>","raw_excerpt":"An add-on for Mike Jolley&#039;s Download Monitor which adds version changelog functionality.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/27254","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=27254"}],"author":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/erinmorelli"}],"wp:attachment":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=27254"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=27254"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=27254"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=27254"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=27254"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=27254"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}