Plugin Directory

Changeset 3200001


Ignore:
Timestamp:
11/30/2024 05:23:28 PM (16 months ago)
Author:
pattihis
Message:

Version 1.3.2

Location:
simple-photo-feed
Files:
34 added
3 edited

Legend:

Unmodified
Added
Removed
  • simple-photo-feed/trunk/README.txt

    r3163760 r3200001  
    44Tags: photo gallery, instagram, feed, social, embed
    55Requires at least: 5.3.0
    6 Tested up to: 6.6.2
     6Tested up to: 6.7.1
    77Requires PHP: 7.2
    8 Stable tag: 1.3.1
     8Stable tag: 1.3.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9090== Changelog ==
    9191
     92= 1.3.2 =
     93* Compatibility with WordPress 6.7
     94
    9295= 1.3.1 =
    9396* Remove the phrase "for Instagram" from plugin's name
  • simple-photo-feed/trunk/includes/class-simple-photo-feed.php

    r3163760 r3200001  
    6868            $this->version = SPF_VERSION;
    6969        } else {
    70             $this->version = '1.3.1';
     70            $this->version = '1.3.2';
    7171        }
    7272        $this->plugin_name = 'simple-photo-feed';
  • simple-photo-feed/trunk/simple-photo-feed.php

    r3163760 r3200001  
    1414 * Plugin URI:        https://wordpress.org/plugins/simple-photo-feed/
    1515 * Description:       Simple Photo Feed provides an easy way to connect to your Instagram account and display your photos in your WordPress site.
    16  * Version:           1.3.1
     16 * Version:           1.3.2
    1717 * Requires at least: 5.3.0
    18  * Tested up to:      6.6.2
     18 * Tested up to:      6.7.1
    1919 * Requires PHP:      7.2
    2020 * Author:            George Pattichis
     
    3434 * Current plugin version
    3535 */
    36 define( 'SPF_VERSION', '1.3.1' );
     36define( 'SPF_VERSION', '1.3.2' );
    3737
    3838/**
Note: See TracChangeset for help on using the changeset viewer.