Plugin Directory

Changeset 2547963


Ignore:
Timestamp:
06/15/2021 08:07:39 AM (5 years ago)
Author:
flockler
Message:

Fix HEREDOC syntax

Location:
flockler/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • flockler/trunk/flockler.php

    r2485216 r2547963  
    33/**
    44 * @link              https://flockler.com
    5  * @since             1.0.0
     5 * @since             1.0.1
    66 * @package           Flockler
    77 *
     
    1010 * Plugin URI:        https://github.com/flockler/flockler-wordress-plugin
    1111 * Description:       Flockler helps marketers and website managers to gather and display social media feeds from Instagram, Facebook, Twitter, YouTube, and more.
    12  * Version:           1.0.0
     12 * Version:           1.0.1
    1313 * Author:            Flockler
    1414 * Author URI:        http://flockler.com/
     
    2121}
    2222
    23 define( 'FLOCKLER_VERSION', '1.0.0' );
     23define( 'FLOCKLER_VERSION', '1.0.1' );
    2424
    2525add_shortcode( 'flockler', 'flockler_inject_html' );
     
    3636  return <<<FLOCKLER_EMBED
    3737    <div id="flockler-embed-$embed_uuid" data-via-shortcode="true"></div>
    38   FLOCKLER_EMBED;
     38FLOCKLER_EMBED;
    3939}
    4040
     
    5454            data-via-shortcode="true"
    5555    ></iframe>
    56   FLOCKLER_IFRAME_EMBED;
     56FLOCKLER_IFRAME_EMBED;
    5757}
    5858
  • flockler/trunk/readme.txt

    r2485216 r2547963  
    55Tags: flockler, social media feed, embed social media, social media aggregator, hashtag campaign, social, shortcode, instagram, facebook, twitter, youtube, tiktok
    66Requires at least: 4.4
    7 Tested up to: 5.6
    8 Stable tag: 1.0.0
     7Tested up to: 5.7
     8Stable tag: 1.0.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    120120== Changelog ==
    121121
    122 = 1.0 =
     122= 1.0.1 =
     123* Update HEREDOC syntax
     124
     125= 1.0.0 =
    123126* First version of the plugin
Note: See TracChangeset for help on using the changeset viewer.