Changeset 2166167
- Timestamp:
- 10/01/2019 07:07:05 AM (7 years ago)
- Location:
- snapwidget-wp-instagram-widget
- Files:
-
- 7 edited
-
assets/banner-1544x500.png (modified) (previous)
-
assets/banner-772x250.png (modified) (previous)
-
assets/icon-128x128.png (modified) (previous)
-
assets/icon-256x256.png (modified) (previous)
-
assets/icon.svg (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/snapwidget-wp-instagram-widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
snapwidget-wp-instagram-widget/assets/icon.svg
r1915372 r2166167 1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> 3 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> 4 <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" 5 viewBox="0 0 266.9 268.1" enable-background="new 0 0 266.9 268.1" xml:space="preserve"> 6 <g id="Grid_5_"> 7 <rect x="0.7" y="0.7" fill="#33485D" stroke="#4D4D4D" stroke-width="1.5" stroke-miterlimit="10" width="82.4" height="82.4"/> 8 <rect x="92.3" y="0.7" fill="#4183D7" stroke="#4D4D4D" stroke-width="1.5" stroke-miterlimit="10" width="82.4" height="82.4"/> 9 <rect x="183.8" y="0.7" fill="#59ABE3" stroke="#4D4D4D" stroke-width="1.5" stroke-miterlimit="10" width="82.4" height="82.4"/> 10 <rect x="0.7" y="93" fill="#59ABE3" stroke="#4D4D4D" stroke-width="1.5" stroke-miterlimit="10" width="82.4" height="82.4"/> 11 <rect x="92.3" y="93" fill="#33485D" stroke="#4D4D4D" stroke-width="1.5" stroke-miterlimit="10" width="82.4" height="82.4"/> 12 <rect x="183.8" y="93" fill="#4183D7" stroke="#4D4D4D" stroke-width="1.5" stroke-miterlimit="10" width="82.4" height="82.4"/> 13 <rect x="0.7" y="184.9" fill="#4183D7" stroke="#4D4D4D" stroke-width="1.5" stroke-miterlimit="10" width="82.4" height="82.4"/> 14 <rect x="92.3" y="184.9" fill="#59ABE3" stroke="#4D4D4D" stroke-width="1.5" stroke-miterlimit="10" width="82.4" height="82.4"/> 15 16 <rect x="183.8" y="184.9" fill="#33485D" stroke="#4D4D4D" stroke-width="1.5" stroke-miterlimit="10" width="82.4" height="82.4"/> 17 </g> 1 <svg width="600" height="600" viewBox="0 0 600 600" fill="none" xmlns="http://www.w3.org/2000/svg"> 2 <path d="M200 0H66.6667C29.8477 0 0 29.8477 0 66.6667V200H200V0Z" fill="#2C5282"/> 3 <path d="M400 0H200V200H400V0Z" fill="#4299E1"/> 4 <path d="M533.333 0H400V200H600V66.6667C600 29.8477 570.152 0 533.333 0Z" fill="#BEE3F8"/> 5 <path d="M200 200H0V400H200V200Z" fill="#BEE3F8"/> 6 <path d="M400 200H200V400H400V200Z" fill="#2C5282"/> 7 <path d="M600 200H400V400H600V200Z" fill="#4299E1"/> 8 <path d="M200 400H0V533.333C0 570.152 29.8477 600 66.6667 600H200V400Z" fill="#4299E1"/> 9 <path d="M400 400H200V600H400V400Z" fill="#BEE3F8"/> 10 <path d="M600 400H400V600H533.333C570.152 600 600 570.152 600 533.333V400Z" fill="#2C5282"/> 18 11 </svg> -
snapwidget-wp-instagram-widget/trunk/readme.txt
r2147539 r2166167 1 === SnapWidget WP InstagramWidget ===1 === SnapWidget Social Photo Feed Widget === 2 2 Contributors: snapwidget 3 3 Tags: instagram, widget, photos, sidebar, widgets, simple, snapwidget 4 4 Requires at least: 4.4 5 5 Tested up to: 5.2.2 6 Stable tag: 1.0. 36 Stable tag: 1.0.4 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 SnapWidget WP Instagram Widget is an easy way to embed your SnapWidget Instagram widget on your website or blog to display your photos.10 SnapWidget Social Photo Feed Widget is an easy way to embed your Instagram photos and videos on your website or blog to display your photos. 11 11 12 12 == Description == 13 SnapWidget WP Instagram Widget is an easy way to embed your SnapWidget Instagram widget on your website or blog to display your Instagramphotos. The widget offers the same functionality and customization available for widgets embedded from [SnapWidget](https://snapwidget.com "Instagram widget").13 SnapWidget Social Photo Feed Widget is an easy way to embed your Instagram photos and videos on your website or blog to display your photos. The widget offers the same functionality and customization available for widgets embedded from [SnapWidget](https://snapwidget.com "Instagram widget"). 14 14 15 15 **Features** … … 57 57 58 58 == Changelog == 59 = 1.0.4 = 60 * Update readme and plugin name as per requirement from Facebook. 61 59 62 = 1.0.3 = 60 63 * Fix issue with responsive widgets not resizing correctly. -
snapwidget-wp-instagram-widget/trunk/snapwidget-wp-instagram-widget.php
r2147552 r2166167 1 1 <?php 2 2 /** 3 * Plugin Name: SnapWidget WP InstagramWidget3 * Plugin Name: SnapWidget Social Photo Feed Widget 4 4 * Plugin URI: https://snapwidget.com 5 5 * Description: Used by more than 200,000 websites daily, SnapWidget is the best way to <strong>display your Instagram photos</strong> on your website or blog. 6 * Version: 1.0. 36 * Version: 1.0.4 7 7 * Author: SnapWidget 8 8 * License: GPL2
Note: See TracChangeset
for help on using the changeset viewer.