Plugin Directory

Changeset 1725247


Ignore:
Timestamp:
09/05/2017 10:47:28 PM (9 years ago)
Author:
zubaka
Message:

Added uninstall method

Location:
zbplayer/trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • zbplayer/trunk/readme.txt

    r1721544 r1725247  
    55Requires at least: 3.5
    66Tested up to: 4.8.1
    7 Stable tag: 2.3.0
     7Stable tag: 2.3.1
    88License: Dual Licensed under the MIT and GPLv2 or later
    99
     
    5151
    5252== Changelog ==
     53
     54= 2.3.1 =
     55*    Remove player options after uninstall
     56
    5357
    5458= 2.3.0 =
  • zbplayer/trunk/zbPlayer.admin.php

    r1721544 r1725247  
    77 *
    88 *  zbPlayer.admin.php
    9  *  Release 2.3.0 September 2017
     9 *  Release 2.3.1 September 2017
    1010 */
    1111
  • zbplayer/trunk/zbPlayer.php

    r1721544 r1725247  
    44Plugin URI: http://gilevich.com/portfolio/zbplayer
    55Description: 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.0
     6Version: 2.3.1
    77Author: Vladimir Gilevich
    88Author URI: http://gilevich.com/
     
    1212*/
    1313
    14 define('ZBPLAYER_VERSION', "2.3.0");
     14define('ZBPLAYER_VERSION', "2.3.1");
    1515define('ZBPLAYER_DEFAULT_WIDTH', "500");
    1616define('ZBPLAYER_DEFAULT_INITIALVOLUME', "60");
Note: See TracChangeset for help on using the changeset viewer.