Plugin Directory

Changeset 483272


Ignore:
Timestamp:
01/02/2012 08:37:29 AM (14 years ago)
Author:
createyourleague
Message:

updated faq

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

Legend:

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

    r482403 r483272  
    33Plugin Name: Create Your League
    44Plugin URI: http://www.createyourleague.com/
    5 Version: 0.4
     5Version: 0.5
    66Author: createyourleague, http://www.risultatieclassifiche.net/
    77Author URI: http://www.risultatieclassifiche.net/
     
    6464}
    6565
    66 function createyourleague_lastday_func($atts) {
    67     $id = $atts['id'];
    68     $lang = $atts['lang'];
    69     $host = createyourleague_host($lang);
    70    
    71     return file_get_contents('http://' . $host . '/api/php-lastday/' . $id, false, createyourleague_context());
    72 }
    73 
    74 /* [riscla id=442 lang="en"] */
    7566function createyourleague_topscorers_func($atts) {
    7667    $id = $atts['id'];
     
    8374add_shortcode('createyourleague', 'createyourleague_ranking_func');
    8475add_shortcode('createyourleague_days', 'createyourleague_days_func');
    85 add_shortcode('createyourleague_lastday', 'createyourleague_lastday_func');
    8676add_shortcode('createyourleague_topscorers', 'createyourleague_topscorers_func');
    8777
  • create-a-league/tags/0.5/readme.txt

    r482403 r483272  
    55Requires at least: 2.5
    66Tested up to: 3.3
    7 Stable tag: 0.4
     7Stable tag: 0.5
    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.
     
    4545== Frequently Asked Questions ==
    4646
     47= How do I manage championship?
     48You need to register to http://www.createyourleague.com/ or http://www.risultatieclassifiche.net/ (for italian).
     49Once registered you can use all functions.
     50
     51= How do I publish my championship data in Wordpress?
     52After generating data on http://www.createyourleague.com/ or http://www.risultatieclassifiche.net/ (for italian)
     53you can publish in Wordpress using shortcodes present in "Codes" section.
     54
    4755= I have difficulties using your plugin, how can I contact you? =
    4856
  • create-a-league/trunk/create-your-league.php

    r482403 r483272  
    33Plugin Name: Create Your League
    44Plugin URI: http://www.createyourleague.com/
    5 Version: 0.4
     5Version: 0.5
    66Author: createyourleague, http://www.risultatieclassifiche.net/
    77Author URI: http://www.risultatieclassifiche.net/
     
    6464}
    6565
    66 function createyourleague_lastday_func($atts) {
    67     $id = $atts['id'];
    68     $lang = $atts['lang'];
    69     $host = createyourleague_host($lang);
    70    
    71     return file_get_contents('http://' . $host . '/api/php-lastday/' . $id, false, createyourleague_context());
    72 }
    73 
    74 /* [riscla id=442 lang="en"] */
    7566function createyourleague_topscorers_func($atts) {
    7667    $id = $atts['id'];
     
    8374add_shortcode('createyourleague', 'createyourleague_ranking_func');
    8475add_shortcode('createyourleague_days', 'createyourleague_days_func');
    85 add_shortcode('createyourleague_lastday', 'createyourleague_lastday_func');
    8676add_shortcode('createyourleague_topscorers', 'createyourleague_topscorers_func');
    8777
  • create-a-league/trunk/readme.txt

    r482403 r483272  
    55Requires at least: 2.5
    66Tested up to: 3.3
    7 Stable tag: 0.4
     7Stable tag: 0.5
    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.
     
    4545== Frequently Asked Questions ==
    4646
     47= How do I manage championship?
     48You need to register to http://www.createyourleague.com/ or http://www.risultatieclassifiche.net/ (for italian).
     49Once registered you can use all functions.
     50
     51= How do I publish my championship data in Wordpress?
     52After generating data on http://www.createyourleague.com/ or http://www.risultatieclassifiche.net/ (for italian)
     53you can publish in Wordpress using shortcodes present in "Codes" section.
     54
    4755= I have difficulties using your plugin, how can I contact you? =
    4856
Note: See TracChangeset for help on using the changeset viewer.