Changeset 850120
- Timestamp:
- 02/02/2014 07:53:23 PM (12 years ago)
- Location:
- foursquare-venue
- Files:
-
- 4 edited
- 1 copied
-
tags/2.2.2 (copied) (copied from foursquare-venue/trunk)
-
tags/2.2.2/foursquare-venue.php (modified) (2 diffs)
-
tags/2.2.2/readme.txt (modified) (2 diffs)
-
trunk/foursquare-venue.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
foursquare-venue/tags/2.2.2/foursquare-venue.php
r462411 r850120 6 6 Author: Sutherland Boswell 7 7 Author URI: http://sutherlandboswell.com 8 Version: 2.2. 18 Version: 2.2.2 9 9 License: GPL2 10 10 */ … … 79 79 $client_id = get_option('foursquare_venue_client_id'); 80 80 $client_secret = get_option('foursquare_venue_client_secret'); 81 $request = "https://api.foursquare.com/v2/venues/$id?client_id=$client_id&client_secret=$client_secret ";81 $request = "https://api.foursquare.com/v2/venues/$id?client_id=$client_id&client_secret=$client_secret&v=20111113"; 82 82 $response = wp_remote_get( $request, array( 'sslverify' => false ) ); 83 83 if( is_wp_error( $response ) ) { -
foursquare-venue/tags/2.2.2/readme.txt
r462411 r850120 1 1 === Foursquare Venue === 2 2 Contributors: sutherlandboswell 3 Donate link: http s://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=sutherland%2eboswell%40gmail%2ecom&lc=US&item_name=Sutherland%20Boswell¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted3 Donate link: http://wie.ly/u/donate 4 4 Tags: foursquare, venue, widget, social networking, location 5 5 Requires at least: 3.0 6 Tested up to: 3. 2.17 Stable tag: 2.2. 16 Tested up to: 3.8.1 7 Stable tag: 2.2.2 8 8 9 9 Foursquare Venue is a simple but powerful plugin for displaying any venue's Foursquare stats. … … 44 44 == Changelog == 45 45 46 = 2.2.2 = 47 * Fixed error due to Foursquare's new version parameter requirement 48 46 49 = 2.2.1 = 47 50 * Improved error messages -
foursquare-venue/trunk/foursquare-venue.php
r462411 r850120 6 6 Author: Sutherland Boswell 7 7 Author URI: http://sutherlandboswell.com 8 Version: 2.2. 18 Version: 2.2.2 9 9 License: GPL2 10 10 */ … … 79 79 $client_id = get_option('foursquare_venue_client_id'); 80 80 $client_secret = get_option('foursquare_venue_client_secret'); 81 $request = "https://api.foursquare.com/v2/venues/$id?client_id=$client_id&client_secret=$client_secret ";81 $request = "https://api.foursquare.com/v2/venues/$id?client_id=$client_id&client_secret=$client_secret&v=20111113"; 82 82 $response = wp_remote_get( $request, array( 'sslverify' => false ) ); 83 83 if( is_wp_error( $response ) ) { -
foursquare-venue/trunk/readme.txt
r462411 r850120 1 1 === Foursquare Venue === 2 2 Contributors: sutherlandboswell 3 Donate link: http s://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=sutherland%2eboswell%40gmail%2ecom&lc=US&item_name=Sutherland%20Boswell¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted3 Donate link: http://wie.ly/u/donate 4 4 Tags: foursquare, venue, widget, social networking, location 5 5 Requires at least: 3.0 6 Tested up to: 3. 2.17 Stable tag: 2.2. 16 Tested up to: 3.8.1 7 Stable tag: 2.2.2 8 8 9 9 Foursquare Venue is a simple but powerful plugin for displaying any venue's Foursquare stats. … … 44 44 == Changelog == 45 45 46 = 2.2.2 = 47 * Fixed error due to Foursquare's new version parameter requirement 48 46 49 = 2.2.1 = 47 50 * Improved error messages
Note: See TracChangeset
for help on using the changeset viewer.