Changeset 170211
- Timestamp:
- 11/04/2009 03:14:10 AM (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
r169444 r170211 5 5 Requires at least: 2.5 6 6 Tested up to: 2.8.5 7 Stable tag: 2.0. 27 Stable tag: 2.0.3 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.3 = 112 * Link and play button CSS more specific 113 * CDATA around wpa_urls 114 111 115 = 2.0.2 = 112 116 * Load scripts only outside of admin (removes SM2 debug button) -
wpaudio-mp3-player/trunk/wpaudio.php
r169307 r170211 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. 27 Version: 2.0.3 8 8 Author: Todd Iceton 9 9 Author URI: http://ticeton.com … … 27 27 28 28 ## WPaudio version 29 $wpa_version = '2.0. 2';29 $wpa_version = '2.0.3'; 30 30 31 31 ## Pre-2.6 compatibility (from WP codex)
Note: See TracChangeset
for help on using the changeset viewer.