Plugin Directory

Changeset 1489866


Ignore:
Timestamp:
09/04/2016 09:53:56 PM (10 years ago)
Author:
zubaka
Message:

Changes regarding new Wordpress Plugin Guidelines

Location:
zbplayer/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • zbplayer/trunk/readme.txt

    r1489847 r1489866  
    55Requires at least: 3.5
    66Tested up to: 4.6
    7 Stable tag: 2.2
     7Stable tag: 2.2.1
    88License: Dual Licensed under the MIT and GPLv2 or later
    99
     
    5151
    5252== Changelog ==
     53
     54= 2.2.1 =
     55*    Changes regarding new Wordpress Plugin Guidelines
    5356
    5457= 2.2 =
  • zbplayer/trunk/zbPlayer.admin.php

    r1489863 r1489866  
    77 *
    88 *  zbPlayer.admin.php
    9  *  Release 2.2 September 2016
     9 *  Release 2.2.1 September 2016
    1010 */
    1111
  • zbplayer/trunk/zbPlayer.php

    r1488350 r1489866  
    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.2
     6Version: 2.2.1
    77Author: Vladimir Gilevich
    88Author URI: http://gilevich.com/
     
    1010*/
    1111
    12 define('ZBPLAYER_VERSION', "2.2");
     12define('ZBPLAYER_VERSION', "2.2.1");
    1313define('ZBPLAYER_DEFAULT_WIDTH', "500");
    1414define('ZBPLAYER_DEFAULT_INITIALVOLUME', "60");
Note: See TracChangeset for help on using the changeset viewer.