Plugin Directory

Changeset 1319698


Ignore:
Timestamp:
01/01/2016 11:32:21 PM (10 years ago)
Author:
canitb
Message:

New version 1.1.0.0

Location:
soundcloud-sound-competition
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • soundcloud-sound-competition/tags/1.1.0.0/Classes/class-admin-l.php

    r1319694 r1319698  
    2222// setup the updater
    2323$edd_updater = new EDD_SL_Plugin_Updater( EDD_SL_STORE_URL, MYPLUGINNAME_PATH.'soundcloud-sound-competition.php', array(
    24         'version'   => '1.0.1.3',           // current version number
     24        'version'   => '1.1.0.0',           // current version number
    2525        'license'   => $license_key,        // license key (used get_option above to retrieve from DB)
    2626        'item_name' => EDD_SL_ITEM_NAME,    // name of this plugin
  • soundcloud-sound-competition/tags/1.1.0.0/readme.txt

    r1319694 r1319698  
    55Requires at least: 3.0
    66Tested up to: 4.4
    7 Stable tag: 1.0.1.3
     7Stable tag: 1.1.0.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9292== Changelog ==
    9393
     94= 1.1.0.0 =
     95* Fixed facebook errors.
     96* Bug fixes.
     97
    9498= 1.0.1.3 =
    9599* Changed Soundcloud player
  • soundcloud-sound-competition/tags/1.1.0.0/soundcloud-sound-competition.php

    r1319694 r1319698  
    44 Plugin URI: http://lightdigitalmedia.com/wordpress-plugins/soundcloud-sound-competition
    55 Description: Host your own Sound Contest integrated with SoundCloud and Facebook voting.
    6  Version: 1.0.1.3
     6 Version: 1.1.0.0
    77 Author: Kenneth Berentzen
    88 Author URI: http://lightdigitalmedia.com
  • soundcloud-sound-competition/trunk/Classes/class-admin-l.php

    r1315992 r1319698  
    2222// setup the updater
    2323$edd_updater = new EDD_SL_Plugin_Updater( EDD_SL_STORE_URL, MYPLUGINNAME_PATH.'soundcloud-sound-competition.php', array(
    24         'version'   => '1.0.1.3',           // current version number
     24        'version'   => '1.1.0.0',           // current version number
    2525        'license'   => $license_key,        // license key (used get_option above to retrieve from DB)
    2626        'item_name' => EDD_SL_ITEM_NAME,    // name of this plugin
  • soundcloud-sound-competition/trunk/readme.txt

    r1315992 r1319698  
    55Requires at least: 3.0
    66Tested up to: 4.4
    7 Stable tag: 1.0.1.3
     7Stable tag: 1.1.0.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9292== Changelog ==
    9393
     94= 1.1.0.0 =
     95* Fixed facebook errors.
     96* Bug fixes.
     97
    9498= 1.0.1.3 =
    9599* Changed Soundcloud player
  • soundcloud-sound-competition/trunk/soundcloud-sound-competition.php

    r1301724 r1319698  
    44 Plugin URI: http://lightdigitalmedia.com/wordpress-plugins/soundcloud-sound-competition
    55 Description: Host your own Sound Contest integrated with SoundCloud and Facebook voting.
    6  Version: 1.0.1.3
     6 Version: 1.1.0.0
    77 Author: Kenneth Berentzen
    88 Author URI: http://lightdigitalmedia.com
Note: See TracChangeset for help on using the changeset viewer.