Plugin Directory

Changeset 744559


Ignore:
Timestamp:
07/22/2013 07:04:03 PM (13 years ago)
Author:
sebstein
Message:
  • fix: images contained in G+ posts are now imported correctly again (Google changed the API)

bug report: http://wordpress.org/support/topic/google-images-lost

Location:
g-crossposting/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • g-crossposting/trunk/gplus-crosspost.php

    r641183 r744559  
    311311                        $att_article = $attachment->content;
    312312                        $att_url = $attachment->url;
     313                        if (isset($attachment->image, $attachment->image->url)) {
     314                            $att_photo = $attachment->image->url;
     315                        }
    313316                        break;
    314317                    case 'photo':
  • g-crossposting/trunk/readme.txt

    r744548 r744559  
    9090= 1.1.3 =
    9191
    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
    9394
    9495
Note: See TracChangeset for help on using the changeset viewer.