Plugin Directory

Changeset 542752


Ignore:
Timestamp:
05/11/2012 09:13:37 AM (14 years ago)
Author:
createyourleague
Message:

fixed bug in topscorers

Location:
create-a-league
Files:
2 edited
3 copied

Legend:

Unmodified
Added
Removed
  • create-a-league/tags/1.1/create-your-league.php

    r539475 r542752  
    33Plugin Name: Create Your League
    44Plugin URI: http://www.createyourleague.com/
    5 Version: 1.0
     5Version: 1.1
    66Author: createyourleague, http://www.risultatieclassifiche.net/
    77Author URI: http://www.risultatieclassifiche.net/
     
    125125    $host = createyourleague_host($lang);
    126126
    127     return createyourleague_get_remote_file('http://' . $host . '/api/php-topscorers/');
     127    return createyourleague_get_remote_file('http://' . $host . '/api/php-topscorers/' . $id);
    128128}
    129129
  • create-a-league/tags/1.1/readme.txt

    r539475 r542752  
    55Requires at least: 2.5
    66Tested up to: 3.3
    7 Stable tag: 1.0
     7Stable tag: 1.1
    88
    99Create Your League is a completely FREE service that allows you to publish the ranking table of your league directly to your WordPress web site.
     
    6565== Changelog ==
    6666
     67= 1.1 =
     68* fixed bug in topscorers
     69
    6770= 1.0 =
    6871* fixed error when php setting allow_fopen_url is off
  • create-a-league/trunk/create-your-league.php

    r539475 r542752  
    33Plugin Name: Create Your League
    44Plugin URI: http://www.createyourleague.com/
    5 Version: 1.0
     5Version: 1.1
    66Author: createyourleague, http://www.risultatieclassifiche.net/
    77Author URI: http://www.risultatieclassifiche.net/
     
    125125    $host = createyourleague_host($lang);
    126126
    127     return createyourleague_get_remote_file('http://' . $host . '/api/php-topscorers/');
     127    return createyourleague_get_remote_file('http://' . $host . '/api/php-topscorers/' . $id);
    128128}
    129129
  • create-a-league/trunk/readme.txt

    r539475 r542752  
    55Requires at least: 2.5
    66Tested up to: 3.3
    7 Stable tag: 1.0
     7Stable tag: 1.1
    88
    99Create Your League is a completely FREE service that allows you to publish the ranking table of your league directly to your WordPress web site.
     
    6565== Changelog ==
    6666
     67= 1.1 =
     68* fixed bug in topscorers
     69
    6770= 1.0 =
    6871* fixed error when php setting allow_fopen_url is off
Note: See TracChangeset for help on using the changeset viewer.