Changeset 2147538
- Timestamp:
- 08/29/2019 06:22:00 AM (7 years ago)
- Location:
- snapwidget-wp-instagram-widget/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
snapwidget-wp-instagram-widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
snapwidget-wp-instagram-widget/trunk/readme.txt
r2126594 r2147538 4 4 Requires at least: 4.4 5 5 Tested up to: 5.2.2 6 Stable tag: 1.0. 26 Stable tag: 1.0.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 57 57 58 58 == Changelog == 59 = 1.0.3 = 60 * Fix issue with responsive widgets not resizing correctly. 61 59 62 = 1.0 = 60 63 * Initial release -
snapwidget-wp-instagram-widget/trunk/snapwidget-wp-instagram-widget.php
r1915334 r2147538 51 51 'id' => $id, 52 52 'width' => $width, 53 'heigh ' => $heigh,53 'height' => $height, 54 54 'lightbox' => $lightbox 55 55 ));
Note: See TracChangeset
for help on using the changeset viewer.