Changeset 811689
- Timestamp:
- 11/28/2013 05:48:15 AM (12 years ago)
- Location:
- facebook-albums
- Files:
-
- 2 edited
- 5 copied
-
tags/2.0.5.1 (copied) (copied from facebook-albums/trunk)
-
tags/2.0.5.1/fbalbum.php (copied) (copied from facebook-albums/trunk/fbalbum.php) (2 diffs)
-
tags/2.0.5.1/inc/options-facebookalbum.php (copied) (copied from facebook-albums/trunk/inc/options-facebookalbum.php)
-
tags/2.0.5.1/inc/widget.php (copied) (copied from facebook-albums/trunk/inc/widget.php)
-
tags/2.0.5.1/readme.txt (copied) (copied from facebook-albums/trunk/readme.txt) (2 diffs)
-
trunk/fbalbum.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
facebook-albums/tags/2.0.5.1/fbalbum.php
r811685 r811689 4 4 Plugin URI: http://glamanate.com/wordpress/facebook-album/?utm_source=fbalbum_pluginspage&utm_medium=website&utm_campaign=fbalbum 5 5 Description: Facebook Albums allows you to display Facebook Albums on your WordPress site. Brought to you by <a href="http://dooleyandassociates.com/?utm_source=fbalbum&utm_medium=referral&utm_campaign=Facebook%2BAlbum">Dooley & Associates</a> 6 Version: 2.0.5 6 Version: 2.0.5.1 7 7 Author: Matt Glaman 8 8 Author URI: http://glamanate.com … … 290 290 $facebook_graph_url = str_replace(array('{ALBUM_ID}', '{LIMIT}'), array(self::_get_album_id(), $limit), self::$graph_url); 291 291 $album = self::decap_do_curl($facebook_graph_url); 292 //We're good to go, let's cache the JSON 293 self::set_api_cache($album); 292 if($album) { 293 //We're good to go, let's cache the JSON 294 self::set_api_cache($album); 295 } 296 294 297 return $album; 295 298 } -
facebook-albums/tags/2.0.5.1/readme.txt
r802215 r811689 5 5 Requires at least: 3.4 6 6 Tested up to: 3.5.1 7 Stable tag: 2.0.5 7 Stable tag: 2.0.5.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 50 50 51 51 == Changelog == 52 53 = 2.0.5.1. = 54 * Minor release to fix some caching issues. 52 55 53 56 = 2.0.5 = -
facebook-albums/trunk/fbalbum.php
r811685 r811689 4 4 Plugin URI: http://glamanate.com/wordpress/facebook-album/?utm_source=fbalbum_pluginspage&utm_medium=website&utm_campaign=fbalbum 5 5 Description: Facebook Albums allows you to display Facebook Albums on your WordPress site. Brought to you by <a href="http://dooleyandassociates.com/?utm_source=fbalbum&utm_medium=referral&utm_campaign=Facebook%2BAlbum">Dooley & Associates</a> 6 Version: 2.0.5 6 Version: 2.0.5.1 7 7 Author: Matt Glaman 8 8 Author URI: http://glamanate.com … … 290 290 $facebook_graph_url = str_replace(array('{ALBUM_ID}', '{LIMIT}'), array(self::_get_album_id(), $limit), self::$graph_url); 291 291 $album = self::decap_do_curl($facebook_graph_url); 292 //We're good to go, let's cache the JSON 293 self::set_api_cache($album); 292 if($album) { 293 //We're good to go, let's cache the JSON 294 self::set_api_cache($album); 295 } 296 294 297 return $album; 295 298 } -
facebook-albums/trunk/readme.txt
r802215 r811689 5 5 Requires at least: 3.4 6 6 Tested up to: 3.5.1 7 Stable tag: 2.0.5 7 Stable tag: 2.0.5.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 50 50 51 51 == Changelog == 52 53 = 2.0.5.1. = 54 * Minor release to fix some caching issues. 52 55 53 56 = 2.0.5 =
Note: See TracChangeset
for help on using the changeset viewer.