Changeset 744559
- Timestamp:
- 07/22/2013 07:04:03 PM (13 years ago)
- Location:
- g-crossposting/trunk
- Files:
-
- 2 edited
-
gplus-crosspost.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
g-crossposting/trunk/gplus-crosspost.php
r641183 r744559 311 311 $att_article = $attachment->content; 312 312 $att_url = $attachment->url; 313 if (isset($attachment->image, $attachment->image->url)) { 314 $att_photo = $attachment->image->url; 315 } 313 316 break; 314 317 case 'photo': -
g-crossposting/trunk/readme.txt
r744548 r744559 90 90 = 1.1.3 = 91 91 92 * Get rid of an message showing up in error log while latest postings from G+ get imported. 92 * fix: images contained in G+ posts are now imported correctly again (Google changed the API) 93 * fix: get rid of a message showing up in error log while latest postings from G+ is imported 93 94 94 95
Note: See TracChangeset
for help on using the changeset viewer.