Plugin Directory

Changeset 995917


Ignore:
Timestamp:
09/24/2014 09:29:54 AM (12 years ago)
Author:
Clear_Code
Message:

Updated Documentation to include Future Plans

Location:
djpress
Files:
2 edited
5 copied

Legend:

Unmodified
Added
Removed
  • djpress/tags/1.1/DjPress.php

    r986148 r995917  
    44 * Plugin URI: http://clearcode.info
    55 * Description: A simple WordPress plugin for displaying Mixes.
    6  * Version: 1.0
    7  * Author: Mike Flynn
     6 * Version: 1.1
     7 * Author: Mike Flynn <mike@clearcode.info>
    88 * Author URI: http://clearcode.info
    99 * License: GPL2
  • djpress/tags/1.1/readme.txt

    r986375 r995917  
    11=== DjPress ===
    2 Contributors: Clear_Code, spikeon
     2Contributors: Clear_Code, mflynn, cngann
    33Tags: dj, mix,
    44Requires at least: 3.0.1
    55Tested up to: 4.0
    6 Stable tag: 1.0
     6Stable tag: 1.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1414This Plugin is currently in it's early stages.
    1515Many updates planned.
     16
     17= Future Plans =
     18
     19*This list includes a list of changes that are planned for a future release*
     20
     211. Creation of a hosted webservice to generate waveforms so that we can display the waveform prior to the song being played.  *currently we cannot do this because the waveform processing crashes the web-browser if the song is longer than 5 minutes long* **Full Hi-Def waveform generation will be offered to those who purchase a future "Pro" version of this plugin, while the free version will include only a basic waveform outline**
     221. A new "Appearance" panel where you can change the color of the different sections of the waveform
     231. A new "Options" panel which will allow you to disable/enable certain plugin functions ( Tracklist, Download, Play, etc... )
     241. Addition of timestamps for the tracklist, which would place markers on the waveform
     251. Creation of full description with screenshots, logo, etc.
  • djpress/trunk/DjPress.php

    r986148 r995917  
    44 * Plugin URI: http://clearcode.info
    55 * Description: A simple WordPress plugin for displaying Mixes.
    6  * Version: 1.0
    7  * Author: Mike Flynn
     6 * Version: 1.1
     7 * Author: Mike Flynn <mike@clearcode.info>
    88 * Author URI: http://clearcode.info
    99 * License: GPL2
  • djpress/trunk/readme.txt

    r986375 r995917  
    11=== DjPress ===
    2 Contributors: Clear_Code, spikeon
     2Contributors: Clear_Code, mflynn, cngann
    33Tags: dj, mix,
    44Requires at least: 3.0.1
    55Tested up to: 4.0
    6 Stable tag: 1.0
     6Stable tag: 1.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1414This Plugin is currently in it's early stages.
    1515Many updates planned.
     16
     17= Future Plans =
     18
     19*This list includes a list of changes that are planned for a future release*
     20
     211. Creation of a hosted webservice to generate waveforms so that we can display the waveform prior to the song being played.  *currently we cannot do this because the waveform processing crashes the web-browser if the song is longer than 5 minutes long* **Full Hi-Def waveform generation will be offered to those who purchase a future "Pro" version of this plugin, while the free version will include only a basic waveform outline**
     221. A new "Appearance" panel where you can change the color of the different sections of the waveform
     231. A new "Options" panel which will allow you to disable/enable certain plugin functions ( Tracklist, Download, Play, etc... )
     241. Addition of timestamps for the tracklist, which would place markers on the waveform
     251. Creation of full description with screenshots, logo, etc.
Note: See TracChangeset for help on using the changeset viewer.