Changeset 1725247
- Timestamp:
- 09/05/2017 10:47:28 PM (9 years ago)
- Location:
- zbplayer/trunk
- Files:
-
- 1 added
- 3 edited
-
readme.txt (modified) (2 diffs)
-
uninstall.php (added)
-
zbPlayer.admin.php (modified) (1 diff)
-
zbPlayer.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zbplayer/trunk/readme.txt
r1721544 r1725247 5 5 Requires at least: 3.5 6 6 Tested up to: 4.8.1 7 Stable tag: 2.3. 07 Stable tag: 2.3.1 8 8 License: Dual Licensed under the MIT and GPLv2 or later 9 9 … … 51 51 52 52 == Changelog == 53 54 = 2.3.1 = 55 * Remove player options after uninstall 56 53 57 54 58 = 2.3.0 = -
zbplayer/trunk/zbPlayer.admin.php
r1721544 r1725247 7 7 * 8 8 * zbPlayer.admin.php 9 * Release 2.3. 0September 20179 * Release 2.3.1 September 2017 10 10 */ 11 11 -
zbplayer/trunk/zbPlayer.php
r1721544 r1725247 4 4 Plugin URI: http://gilevich.com/portfolio/zbplayer 5 5 Description: Converts mp3 files links to a small flash player and a link to download file mp3 file. Also you can share your mp3 files with that plugin. 6 Version: 2.3. 06 Version: 2.3.1 7 7 Author: Vladimir Gilevich 8 8 Author URI: http://gilevich.com/ … … 12 12 */ 13 13 14 define('ZBPLAYER_VERSION', "2.3. 0");14 define('ZBPLAYER_VERSION', "2.3.1"); 15 15 define('ZBPLAYER_DEFAULT_WIDTH', "500"); 16 16 define('ZBPLAYER_DEFAULT_INITIALVOLUME', "60");
Note: See TracChangeset
for help on using the changeset viewer.