Changeset 2547963
- Timestamp:
- 06/15/2021 08:07:39 AM (5 years ago)
- Location:
- flockler/trunk
- Files:
-
- 2 edited
-
flockler.php (modified) (5 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
flockler/trunk/flockler.php
r2485216 r2547963 3 3 /** 4 4 * @link https://flockler.com 5 * @since 1.0. 05 * @since 1.0.1 6 6 * @package Flockler 7 7 * … … 10 10 * Plugin URI: https://github.com/flockler/flockler-wordress-plugin 11 11 * 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. 012 * Version: 1.0.1 13 13 * Author: Flockler 14 14 * Author URI: http://flockler.com/ … … 21 21 } 22 22 23 define( 'FLOCKLER_VERSION', '1.0. 0' );23 define( 'FLOCKLER_VERSION', '1.0.1' ); 24 24 25 25 add_shortcode( 'flockler', 'flockler_inject_html' ); … … 36 36 return <<<FLOCKLER_EMBED 37 37 <div id="flockler-embed-$embed_uuid" data-via-shortcode="true"></div> 38 FLOCKLER_EMBED;38 FLOCKLER_EMBED; 39 39 } 40 40 … … 54 54 data-via-shortcode="true" 55 55 ></iframe> 56 FLOCKLER_IFRAME_EMBED;56 FLOCKLER_IFRAME_EMBED; 57 57 } 58 58 -
flockler/trunk/readme.txt
r2485216 r2547963 5 5 Tags: flockler, social media feed, embed social media, social media aggregator, hashtag campaign, social, shortcode, instagram, facebook, twitter, youtube, tiktok 6 6 Requires at least: 4.4 7 Tested up to: 5. 68 Stable tag: 1.0. 07 Tested up to: 5.7 8 Stable tag: 1.0.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 120 120 == Changelog == 121 121 122 = 1.0 = 122 = 1.0.1 = 123 * Update HEREDOC syntax 124 125 = 1.0.0 = 123 126 * First version of the plugin
Note: See TracChangeset
for help on using the changeset viewer.