Changeset 482403
- Timestamp:
- 12/30/2011 03:50:26 PM (14 years ago)
- Location:
- create-a-league
- Files:
-
- 2 edited
- 3 copied
-
tags/0.4 (copied) (copied from create-a-league/trunk)
-
tags/0.4/create-your-league.php (copied) (copied from create-a-league/trunk/create-your-league.php) (3 diffs)
-
tags/0.4/readme.txt (copied) (copied from create-a-league/trunk/readme.txt) (4 diffs)
-
trunk/create-your-league.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
create-a-league/tags/0.4/create-your-league.php
r482361 r482403 3 3 Plugin Name: Create Your League 4 4 Plugin URI: http://www.createyourleague.com/ 5 Version: 0. 35 Version: 0.4 6 6 Author: createyourleague, http://www.risultatieclassifiche.net/ 7 7 Author URI: http://www.risultatieclassifiche.net/ … … 54 54 $id = $atts['id']; 55 55 $lang = $atts['lang']; 56 $order = $atts['order']; 57 $limit = $atts['limit']; 58 $day = $atts['day']; 59 $two_columns = $atts['two_columns']; 60 56 61 $host = createyourleague_host($lang); 57 62 58 return file_get_contents('http://' . $host . '/api/php-days/' . $id , false, createyourleague_context());63 return file_get_contents('http://' . $host . '/api/php-days/' . $id . '?order=' . urlencode($order) . '&limit=' . urlencode($limit) . '&day=' . urlencode($day) . '&two_columns=' . urlencode($two_columns), false, createyourleague_context()); 59 64 } 60 65 … … 63 68 $lang = $atts['lang']; 64 69 $host = createyourleague_host($lang); 65 70 66 71 return file_get_contents('http://' . $host . '/api/php-lastday/' . $id, false, createyourleague_context()); 67 72 } -
create-a-league/tags/0.4/readme.txt
r482361 r482403 2 2 Contributors: createyourleague 3 3 Donate link: http://www.createyourleague.com/donations 4 Tags: fixtures, ranking, league, championship, code, plugin, shortcode, risultati, classifica, genera calendario, classifica marcatori, top scorers, football, soccer, calcio, basket, gestione campionato 4 Tags: fixtures, ranking, league, championship, code, plugin, shortcode, risultati, classifica, genera calendario, classifica marcatori, top scorers, football, soccer, calcio, basket, gestione campionato, risultatieclassifiche, createyourleague 5 5 Requires at least: 2.5 6 6 Tested up to: 3.3 7 Stable tag: 0. 37 Stable tag: 0.4 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. … … 25 25 `[createyourleague id=xxx lang="it"]` 26 26 27 You can get the codes easily on our website control panel. 27 You can get the codes easily on our website control panel. 28 29 `[createyourleague_days id=xxx]` accepts also the following parameters: 30 * two_columns: if set to 1 will render fixtures in two columns. (example `[createyourleague_days id=xxx two_columns=1]`) 31 * order: "a" for ascending order or "d" for descending order. (example `[createyourleague_days id=xxx order="a"]`) 32 * limit: limits the number of days to show. (example `[createyourleague_days id=xxx limit=5]`) 33 * day: shows only the day selected (example `[createyourleague_days id=xxx day=3]`) 28 34 29 35 == Installation == … … 51 57 == Changelog == 52 58 59 = 0.4 = 60 * added new parameters to createyourleague_days 61 53 62 = 0.3 = 54 63 * fixes readme … … 62 71 == Upgrade Notice == 63 72 73 = 0.4 = 74 No notices 75 64 76 = 0.3 = 65 77 No notices 78 -
create-a-league/trunk/create-your-league.php
r482361 r482403 3 3 Plugin Name: Create Your League 4 4 Plugin URI: http://www.createyourleague.com/ 5 Version: 0. 35 Version: 0.4 6 6 Author: createyourleague, http://www.risultatieclassifiche.net/ 7 7 Author URI: http://www.risultatieclassifiche.net/ … … 54 54 $id = $atts['id']; 55 55 $lang = $atts['lang']; 56 $order = $atts['order']; 57 $limit = $atts['limit']; 58 $day = $atts['day']; 59 $two_columns = $atts['two_columns']; 60 56 61 $host = createyourleague_host($lang); 57 62 58 return file_get_contents('http://' . $host . '/api/php-days/' . $id , false, createyourleague_context());63 return file_get_contents('http://' . $host . '/api/php-days/' . $id . '?order=' . urlencode($order) . '&limit=' . urlencode($limit) . '&day=' . urlencode($day) . '&two_columns=' . urlencode($two_columns), false, createyourleague_context()); 59 64 } 60 65 … … 63 68 $lang = $atts['lang']; 64 69 $host = createyourleague_host($lang); 65 70 66 71 return file_get_contents('http://' . $host . '/api/php-lastday/' . $id, false, createyourleague_context()); 67 72 } -
create-a-league/trunk/readme.txt
r482361 r482403 2 2 Contributors: createyourleague 3 3 Donate link: http://www.createyourleague.com/donations 4 Tags: fixtures, ranking, league, championship, code, plugin, shortcode, risultati, classifica, genera calendario, classifica marcatori, top scorers, football, soccer, calcio, basket, gestione campionato 4 Tags: fixtures, ranking, league, championship, code, plugin, shortcode, risultati, classifica, genera calendario, classifica marcatori, top scorers, football, soccer, calcio, basket, gestione campionato, risultatieclassifiche, createyourleague 5 5 Requires at least: 2.5 6 6 Tested up to: 3.3 7 Stable tag: 0. 37 Stable tag: 0.4 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. … … 25 25 `[createyourleague id=xxx lang="it"]` 26 26 27 You can get the codes easily on our website control panel. 27 You can get the codes easily on our website control panel. 28 29 `[createyourleague_days id=xxx]` accepts also the following parameters: 30 * two_columns: if set to 1 will render fixtures in two columns. (example `[createyourleague_days id=xxx two_columns=1]`) 31 * order: "a" for ascending order or "d" for descending order. (example `[createyourleague_days id=xxx order="a"]`) 32 * limit: limits the number of days to show. (example `[createyourleague_days id=xxx limit=5]`) 33 * day: shows only the day selected (example `[createyourleague_days id=xxx day=3]`) 28 34 29 35 == Installation == … … 51 57 == Changelog == 52 58 59 = 0.4 = 60 * added new parameters to createyourleague_days 61 53 62 = 0.3 = 54 63 * fixes readme … … 62 71 == Upgrade Notice == 63 72 73 = 0.4 = 74 No notices 75 64 76 = 0.3 = 65 77 No notices 78
Note: See TracChangeset
for help on using the changeset viewer.