Changeset 1489866
- Timestamp:
- 09/04/2016 09:53:56 PM (10 years ago)
- Location:
- zbplayer/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
zbPlayer.admin.php (modified) (1 diff)
-
zbPlayer.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zbplayer/trunk/readme.txt
r1489847 r1489866 5 5 Requires at least: 3.5 6 6 Tested up to: 4.6 7 Stable tag: 2.2 7 Stable tag: 2.2.1 8 8 License: Dual Licensed under the MIT and GPLv2 or later 9 9 … … 51 51 52 52 == Changelog == 53 54 = 2.2.1 = 55 * Changes regarding new Wordpress Plugin Guidelines 53 56 54 57 = 2.2 = -
zbplayer/trunk/zbPlayer.admin.php
r1489863 r1489866 7 7 * 8 8 * zbPlayer.admin.php 9 * Release 2.2 September 20169 * Release 2.2.1 September 2016 10 10 */ 11 11 -
zbplayer/trunk/zbPlayer.php
r1488350 r1489866 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.2 6 Version: 2.2.1 7 7 Author: Vladimir Gilevich 8 8 Author URI: http://gilevich.com/ … … 10 10 */ 11 11 12 define('ZBPLAYER_VERSION', "2.2 ");12 define('ZBPLAYER_VERSION', "2.2.1"); 13 13 define('ZBPLAYER_DEFAULT_WIDTH', "500"); 14 14 define('ZBPLAYER_DEFAULT_INITIALVOLUME', "60");
Note: See TracChangeset
for help on using the changeset viewer.