Version Description
- Fix: Fixed an issue with the Access Token and User ID retrieval functionality in certain web browsers
Download this release
Release Info
Developer | smashballoon |
Plugin | Instagram Feed |
Version | 1.1.4 |
Comparing to | |
See all releases |
Code changes from version 1.1.3 to 1.1.4
- README.txt +4 -1
- css/sb-instagram.css +1 -1
- instagram-feed-admin.php +1 -1
- instagram-feed.php +1 -1
README.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: smashballoon
|
|
3 |
Tags: Instagram, Instagram feed, Instagram photos, Instagram plugin, Instagram stream, Custom Instagram Feed, responsive Instagram, mobile Instagram, Instagram posts, Instagram wall, Instagram account
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 4.0
|
6 |
-
Stable tag: 1.1.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -111,6 +111,9 @@ The below options are available on the Instagram Feed Settings page but can also
|
|
111 |
|
112 |
== Changelog ==
|
113 |
|
|
|
|
|
|
|
114 |
= 1.1.3 =
|
115 |
* Fix: Fixed an issue with the maximum image width
|
116 |
* Fix: Corrected a typo in the Shortcode Options table
|
3 |
Tags: Instagram, Instagram feed, Instagram photos, Instagram plugin, Instagram stream, Custom Instagram Feed, responsive Instagram, mobile Instagram, Instagram posts, Instagram wall, Instagram account
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 4.0
|
6 |
+
Stable tag: 1.1.4
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
111 |
|
112 |
== Changelog ==
|
113 |
|
114 |
+
= 1.1.4 =
|
115 |
+
* Fix: Fixed an issue with the Access Token and User ID retrieval functionality in certain web browsers
|
116 |
+
|
117 |
= 1.1.3 =
|
118 |
* Fix: Fixed an issue with the maximum image width
|
119 |
* Fix: Corrected a typo in the Shortcode Options table
|
css/sb-instagram.css
CHANGED
@@ -50,7 +50,7 @@
|
|
50 |
float: left;
|
51 |
padding: 0 !important;
|
52 |
margin: 0 !important;
|
53 |
-
max-width: 100
|
54 |
}
|
55 |
|
56 |
/* Cols */
|
50 |
float: left;
|
51 |
padding: 0 !important;
|
52 |
margin: 0 !important;
|
53 |
+
max-width: 100% !important;
|
54 |
}
|
55 |
|
56 |
/* Cols */
|
instagram-feed-admin.php
CHANGED
@@ -121,7 +121,7 @@ function sb_instagram_settings_page() {
|
|
121 |
<h3><?php _e('Step 1: Configure'); ?></h3>
|
122 |
|
123 |
<div id="sbi_config">
|
124 |
-
<a href="https://instagram.com/oauth/authorize/?client_id=
|
125 |
</div>
|
126 |
|
127 |
<tr valign="top">
|
121 |
<h3><?php _e('Step 1: Configure'); ?></h3>
|
122 |
|
123 |
<div id="sbi_config">
|
124 |
+
<a href="https://instagram.com/oauth/authorize/?client_id=1654d0c81ad04754a898d89315bec227&redirect_uri=http://johndoesdesign.com/instagram-dev.php?return_uri=<?php echo admin_url('admin.php?page=instagram'); ?>&response_type=token" class="sbi_admin_btn"><?php _e('Log in and get my Access Token and User ID'); ?></a>
|
125 |
</div>
|
126 |
|
127 |
<tr valign="top">
|
instagram-feed.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Instagram Feed
|
4 |
Plugin URI: http://smashballoon.com/instagram-feed
|
5 |
Description: Add a simple customizable Instagram feed to your website
|
6 |
-
Version: 1.1.
|
7 |
Author: Smash Balloon
|
8 |
Author URI: http://smashballoon.com/
|
9 |
License: GPLv2 or later
|
3 |
Plugin Name: Instagram Feed
|
4 |
Plugin URI: http://smashballoon.com/instagram-feed
|
5 |
Description: Add a simple customizable Instagram feed to your website
|
6 |
+
Version: 1.1.4
|
7 |
Author: Smash Balloon
|
8 |
Author URI: http://smashballoon.com/
|
9 |
License: GPLv2 or later
|