Changeset 483272
- Timestamp:
- 01/02/2012 08:37:29 AM (14 years ago)
- Location:
- create-a-league
- Files:
-
- 2 edited
- 3 copied
-
tags/0.5 (copied) (copied from create-a-league/trunk)
-
tags/0.5/create-your-league.php (copied) (copied from create-a-league/trunk/create-your-league.php) (3 diffs)
-
tags/0.5/readme.txt (copied) (copied from create-a-league/trunk/readme.txt) (2 diffs)
-
trunk/create-your-league.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
create-a-league/tags/0.5/create-your-league.php
r482403 r483272 3 3 Plugin Name: Create Your League 4 4 Plugin URI: http://www.createyourleague.com/ 5 Version: 0. 45 Version: 0.5 6 6 Author: createyourleague, http://www.risultatieclassifiche.net/ 7 7 Author URI: http://www.risultatieclassifiche.net/ … … 64 64 } 65 65 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"] */75 66 function createyourleague_topscorers_func($atts) { 76 67 $id = $atts['id']; … … 83 74 add_shortcode('createyourleague', 'createyourleague_ranking_func'); 84 75 add_shortcode('createyourleague_days', 'createyourleague_days_func'); 85 add_shortcode('createyourleague_lastday', 'createyourleague_lastday_func');86 76 add_shortcode('createyourleague_topscorers', 'createyourleague_topscorers_func'); 87 77 -
create-a-league/tags/0.5/readme.txt
r482403 r483272 5 5 Requires at least: 2.5 6 6 Tested up to: 3.3 7 Stable tag: 0. 47 Stable tag: 0.5 8 8 9 9 Create Your League is a completely FREE service that allows you to publish the ranking table of your league directly to your WordPress web site. … … 45 45 == Frequently Asked Questions == 46 46 47 = How do I manage championship? 48 You need to register to http://www.createyourleague.com/ or http://www.risultatieclassifiche.net/ (for italian). 49 Once registered you can use all functions. 50 51 = How do I publish my championship data in Wordpress? 52 After generating data on http://www.createyourleague.com/ or http://www.risultatieclassifiche.net/ (for italian) 53 you can publish in Wordpress using shortcodes present in "Codes" section. 54 47 55 = I have difficulties using your plugin, how can I contact you? = 48 56 -
create-a-league/trunk/create-your-league.php
r482403 r483272 3 3 Plugin Name: Create Your League 4 4 Plugin URI: http://www.createyourleague.com/ 5 Version: 0. 45 Version: 0.5 6 6 Author: createyourleague, http://www.risultatieclassifiche.net/ 7 7 Author URI: http://www.risultatieclassifiche.net/ … … 64 64 } 65 65 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"] */75 66 function createyourleague_topscorers_func($atts) { 76 67 $id = $atts['id']; … … 83 74 add_shortcode('createyourleague', 'createyourleague_ranking_func'); 84 75 add_shortcode('createyourleague_days', 'createyourleague_days_func'); 85 add_shortcode('createyourleague_lastday', 'createyourleague_lastday_func');86 76 add_shortcode('createyourleague_topscorers', 'createyourleague_topscorers_func'); 87 77 -
create-a-league/trunk/readme.txt
r482403 r483272 5 5 Requires at least: 2.5 6 6 Tested up to: 3.3 7 Stable tag: 0. 47 Stable tag: 0.5 8 8 9 9 Create Your League is a completely FREE service that allows you to publish the ranking table of your league directly to your WordPress web site. … … 45 45 == Frequently Asked Questions == 46 46 47 = How do I manage championship? 48 You need to register to http://www.createyourleague.com/ or http://www.risultatieclassifiche.net/ (for italian). 49 Once registered you can use all functions. 50 51 = How do I publish my championship data in Wordpress? 52 After generating data on http://www.createyourleague.com/ or http://www.risultatieclassifiche.net/ (for italian) 53 you can publish in Wordpress using shortcodes present in "Codes" section. 54 47 55 = I have difficulties using your plugin, how can I contact you? = 48 56
Note: See TracChangeset
for help on using the changeset viewer.