Plugin Directory

Changeset 170211


Ignore:
Timestamp:
11/04/2009 03:14:10 AM (16 years ago)
Author:
toddiceton
Message:

2.0.3

Location:
wpaudio-mp3-player/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wpaudio-mp3-player/trunk/readme.txt

    r169444 r170211  
    55Requires at least: 2.5
    66Tested up to: 2.8.5
    7 Stable tag: 2.0.2
     7Stable tag: 2.0.3
    88
    99Play mp3s and podcasts in your posts with the simplest, cleanest, easiest-to-use mp3 player.  Supports links, tags, and separate download URLs.
     
    109109== Changelog ==
    110110
     111= 2.0.3 =
     112* Link and play button CSS more specific
     113* CDATA around wpa_urls
     114
    111115= 2.0.2 =
    112116* Load scripts only outside of admin (removes SM2 debug button)
  • wpaudio-mp3-player/trunk/wpaudio.php

    r169307 r170211  
    55Plugin URI: http://wpaudio.com
    66Description: Play mp3s and podcasts in your posts by converting links and tags into a simple, customizable audio player.
    7 Version: 2.0.2
     7Version: 2.0.3
    88Author: Todd Iceton
    99Author URI: http://ticeton.com
     
    2727
    2828## WPaudio version
    29 $wpa_version = '2.0.2';
     29$wpa_version = '2.0.3';
    3030
    3131## Pre-2.6 compatibility (from WP codex)
Note: See TracChangeset for help on using the changeset viewer.