Version Description
- Fix hashtag mode
=
Download this release
Release Info
Developer | mediabeta |
Plugin | Enjoy Instagram feed on website with WordPress Widget and Shortcode |
Version | 1.6.1 |
Comparing to | |
See all releases |
Code changes from version 1.6 to 1.6.1
- enjoyinstagram.php +1 -1
- library/instagram.class.php +2 -2
- readme.txt +10 -6
enjoyinstagram.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Enjoy Instagram
|
4 |
Plugin URI: http://www.mediabeta.com/enjoy-instagram/
|
5 |
Description: Instagram Responsive Images Gallery and Carousel, works with Shortcodes and Widgets.
|
6 |
-
Version: 1.6
|
7 |
Author: F. Prestipino, F. Di Pane - Mediabeta Srl
|
8 |
Author URI: http://www.mediabeta.com/team/
|
9 |
*/
|
3 |
Plugin Name: Enjoy Instagram
|
4 |
Plugin URI: http://www.mediabeta.com/enjoy-instagram/
|
5 |
Description: Instagram Responsive Images Gallery and Carousel, works with Shortcodes and Widgets.
|
6 |
+
Version: 1.6.1
|
7 |
Author: F. Prestipino, F. Di Pane - Mediabeta Srl
|
8 |
Author URI: http://www.mediabeta.com/team/
|
9 |
*/
|
library/instagram.class.php
CHANGED
@@ -264,8 +264,8 @@ class Enjoy_Instagram {
|
|
264 |
* @param integer [optional] $limit Limit of returned results
|
265 |
* @return mixed
|
266 |
*/
|
267 |
-
public function getTagMedia($name, $
|
268 |
-
return $this->_makeCall('tags/' . $name . '/media/recent', false,
|
269 |
}
|
270 |
|
271 |
/**
|
264 |
* @param integer [optional] $limit Limit of returned results
|
265 |
* @return mixed
|
266 |
*/
|
267 |
+
public function getTagMedia($name, $params = array()) {
|
268 |
+
return $this->_makeCall('tags/' . $name . '/media/recent', false, $params);
|
269 |
}
|
270 |
|
271 |
/**
|
readme.txt
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
=== Enjoy Instagram ===
|
2 |
Contributors: (mediabeta, frafra85, fabiodipa)
|
3 |
-
Donate link:
|
4 |
Tags: Instagram plugin, Instagram, Instagram gallery, Instagram images, Lightbox Instagram,Grid Instagram view, Instagram responsive, Instagram touch, Instagram photos,Instagram posts, Instagram page, Instagram widgets
|
5 |
Requires at least: 3.0.1
|
6 |
-
Tested up to: 4.
|
7 |
-
Version: 1.6
|
8 |
-
Stable tag: 1.6
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
12 |
-
Display in your site awesome carousels or images sliders of Instagram photos by user or hashtag.
|
13 |
|
14 |
== Description ==
|
15 |
|
@@ -111,6 +111,8 @@ Repeat Step 01 and Step 02 again.
|
|
111 |
* Support for swedish specific characters.
|
112 |
= 1.6 =
|
113 |
* Add support for https protocol
|
|
|
|
|
114 |
|
115 |
== Upgrade Notice ==
|
116 |
|
@@ -135,4 +137,6 @@ Repeat Step 01 and Step 02 again.
|
|
135 |
= 1.5.3 =
|
136 |
* Support for swedish specific characters.
|
137 |
= 1.6 =
|
138 |
-
* Add support for https protocol
|
|
|
|
1 |
=== Enjoy Instagram ===
|
2 |
Contributors: (mediabeta, frafra85, fabiodipa)
|
3 |
+
Donate link: https://www.google.com/url?q=https%3A%2F%2Fwww.paypal.com%2Fcgi-bin%2Fwebscr%3Fcmd%3D_s-xclick%26hosted_button_id%3D8MXZ37DWHAX46&sa=D&sntz=1&usg=AFQjCNFHixLdowdc2AAEXDYmM9tQBl-TXQ
|
4 |
Tags: Instagram plugin, Instagram, Instagram gallery, Instagram images, Lightbox Instagram,Grid Instagram view, Instagram responsive, Instagram touch, Instagram photos,Instagram posts, Instagram page, Instagram widgets
|
5 |
Requires at least: 3.0.1
|
6 |
+
Tested up to: 4.2.1
|
7 |
+
Version: 1.6.1
|
8 |
+
Stable tag: 1.6.1
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
12 |
+
Instagram on your site! Display in your site awesome carousels or images sliders of Instagram photos by user or hashtag.
|
13 |
|
14 |
== Description ==
|
15 |
|
111 |
* Support for swedish specific characters.
|
112 |
= 1.6 =
|
113 |
* Add support for https protocol
|
114 |
+
= 1.6.1 =
|
115 |
+
* Fix hashtag mode
|
116 |
|
117 |
== Upgrade Notice ==
|
118 |
|
137 |
= 1.5.3 =
|
138 |
* Support for swedish specific characters.
|
139 |
= 1.6 =
|
140 |
+
* Add support for https protocol
|
141 |
+
= 1.6.1 =
|
142 |
+
* Fix hashtag mode
|