Changeset 46442
- Timestamp:
- 05/17/08 07:21:42 (2 months ago)
- Files:
-
- fotobook/tags/3.0.7/fotobook.php (modified) (2 diffs)
- fotobook/tags/3.0.7/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
fotobook/tags/3.0.7/fotobook.php
r46082 r46442 7 7 Author: Aaron Harp 8 8 Author URI: http://www.aaronharp.com/ 9 Version: 3.0. 69 Version: 3.0.7 10 10 */ 11 11 … … 23 23 define('FB_OPTIONS_URL', 'options-general.php?page=fotobook/options-fotobook.php'); 24 24 define('FB_WEBSITE', 'http://www.aaronharp.com/dev/wp-fotobook/'); 25 define('FB_VERSION', 3.0 6);25 define('FB_VERSION', 3.07); 26 26 27 27 // facebook configuration variables fotobook/tags/3.0.7/readme.txt
r43329 r46442 5 5 Requires at least: 2.1 6 6 Tested up to: 2.5 7 Stable tag: 3.0. 67 Stable tag: 3.0.7 8 8 9 9 Fotobook is a WordPress plugin that will link to your Facebook account(s) and import all of your photo albums for use in your WordPress installation. It uses the Facebook's API so importing your photos is a breeze. … … 60 60 61 61 == Change History == 62 63 2008.05.17 - v3.0.7 64 65 * Disabled output buffering for albums because it was causing too many issues. 62 66 63 67 2008.04.29 - v3.0.6
