Plugin Directory

Changeset 2560071


Ignore:
Timestamp:
07/07/2021 02:38:09 PM (5 years ago)
Author:
mottodesignstudio
Message:

Preparing for 1.0.1 release

Location:
social-media-library/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • social-media-library/trunk/index.php

    r2555949 r2560071  
    44 * Plugin URI:        https://github.com/wpmotto/wp-instagram-media-library
    55 * Description:       Save images from a public Instagram account to your WordPress library.
    6  * Version:           1.0.0
     6 * Version:           1.0.1
    77 * Requires at least: 5.2
    88 * Requires PHP:      7.2
  • social-media-library/trunk/readme.txt

    r2555949 r2560071  
    1 === IG Media Library ===
     1=== Social Media Library ===
    22Contributors: mottodesignstudio
    33Tags: instagram, media library, feed, social
     
    66Tested up to: 5.7
    77Requires PHP: 7.2
    8 Stable tag: 1.0.0
     8Stable tag: 1.0.1
    99License: GPLv2
    1010License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
  • social-media-library/trunk/src/Image.php

    r2555949 r2560071  
    1414    }
    1515
     16    public function post()
     17    {
     18        return $this->post;
     19    }
     20
     21    public function alt()
     22    {
     23        return $this->post->post_title;
     24    }
     25
    1626    public function html( $size = 'full' )
    1727    {
Note: See TracChangeset for help on using the changeset viewer.