Changeset 542752
- Timestamp:
- 05/11/2012 09:13:37 AM (14 years ago)
- Location:
- create-a-league
- Files:
-
- 2 edited
- 3 copied
-
tags/1.1 (copied) (copied from create-a-league/trunk)
-
tags/1.1/create-your-league.php (copied) (copied from create-a-league/trunk/create-your-league.php) (2 diffs)
-
tags/1.1/readme.txt (copied) (copied from create-a-league/trunk/readme.txt) (2 diffs)
-
trunk/create-your-league.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
create-a-league/tags/1.1/create-your-league.php
r539475 r542752 3 3 Plugin Name: Create Your League 4 4 Plugin URI: http://www.createyourleague.com/ 5 Version: 1. 05 Version: 1.1 6 6 Author: createyourleague, http://www.risultatieclassifiche.net/ 7 7 Author URI: http://www.risultatieclassifiche.net/ … … 125 125 $host = createyourleague_host($lang); 126 126 127 return createyourleague_get_remote_file('http://' . $host . '/api/php-topscorers/' );127 return createyourleague_get_remote_file('http://' . $host . '/api/php-topscorers/' . $id); 128 128 } 129 129 -
create-a-league/tags/1.1/readme.txt
r539475 r542752 5 5 Requires at least: 2.5 6 6 Tested up to: 3.3 7 Stable tag: 1. 07 Stable tag: 1.1 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. … … 65 65 == Changelog == 66 66 67 = 1.1 = 68 * fixed bug in topscorers 69 67 70 = 1.0 = 68 71 * fixed error when php setting allow_fopen_url is off -
create-a-league/trunk/create-your-league.php
r539475 r542752 3 3 Plugin Name: Create Your League 4 4 Plugin URI: http://www.createyourleague.com/ 5 Version: 1. 05 Version: 1.1 6 6 Author: createyourleague, http://www.risultatieclassifiche.net/ 7 7 Author URI: http://www.risultatieclassifiche.net/ … … 125 125 $host = createyourleague_host($lang); 126 126 127 return createyourleague_get_remote_file('http://' . $host . '/api/php-topscorers/' );127 return createyourleague_get_remote_file('http://' . $host . '/api/php-topscorers/' . $id); 128 128 } 129 129 -
create-a-league/trunk/readme.txt
r539475 r542752 5 5 Requires at least: 2.5 6 6 Tested up to: 3.3 7 Stable tag: 1. 07 Stable tag: 1.1 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. … … 65 65 == Changelog == 66 66 67 = 1.1 = 68 * fixed bug in topscorers 69 67 70 = 1.0 = 68 71 * fixed error when php setting allow_fopen_url is off
Note: See TracChangeset
for help on using the changeset viewer.