Changeset 172123
- Timestamp:
- 11/10/2009 08:18:04 PM (16 years ago)
- Location:
- wpaudio-mp3-player/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wpaudio.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpaudio-mp3-player/trunk/readme.txt
r170211 r172123 5 5 Requires at least: 2.5 6 6 Tested up to: 2.8.5 7 Stable tag: 2.0. 37 Stable tag: 2.0.4 8 8 9 9 Play mp3s and podcasts in your posts with the simplest, cleanest, easiest-to-use mp3 player. Supports links, tags, and separate download URLs. … … 109 109 == Changelog == 110 110 111 = 2.0.4 = 112 * Player button resets on completion 113 * JS events checking button status call handlers directly 114 111 115 = 2.0.3 = 112 116 * Link and play button CSS more specific -
wpaudio-mp3-player/trunk/wpaudio.php
r170211 r172123 5 5 Plugin URI: http://wpaudio.com 6 6 Description: Play mp3s and podcasts in your posts by converting links and tags into a simple, customizable audio player. 7 Version: 2.0. 37 Version: 2.0.4 8 8 Author: Todd Iceton 9 9 Author URI: http://ticeton.com … … 27 27 28 28 ## WPaudio version 29 $wpa_version = '2.0. 3';29 $wpa_version = '2.0.4'; 30 30 31 31 ## Pre-2.6 compatibility (from WP codex)
Note: See TracChangeset
for help on using the changeset viewer.