Version Description
- Bug Fix
=
Download this release
Release Info
Developer | mediabeta |
Plugin | Enjoy Instagram feed on website with WordPress Widget and Shortcode |
Version | 1.6.4 |
Comparing to | |
See all releases |
Code changes from version 1.6.3 to 1.6.4
- enjoyinstagram.php +21 -2
- readme.txt +6 -2
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 |
*/
|
@@ -507,7 +507,7 @@ function isHttps() {
|
|
507 |
}
|
508 |
}
|
509 |
|
510 |
-
|
511 |
function enjoy_notice() {
|
512 |
?>
|
513 |
<div class="updated" id="">
|
@@ -519,6 +519,25 @@ function enjoy_notice() {
|
|
519 |
<?php
|
520 |
}
|
521 |
add_action( 'admin_notices', 'enjoy_notice' );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
522 |
|
523 |
include_once ('tinymce/tinymce.php');
|
524 |
require_once ('tinymce/ajax.php');
|
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.4
|
7 |
Author: F. Prestipino, F. Di Pane - Mediabeta Srl
|
8 |
Author URI: http://www.mediabeta.com/team/
|
9 |
*/
|
507 |
}
|
508 |
}
|
509 |
|
510 |
+
/*
|
511 |
function enjoy_notice() {
|
512 |
?>
|
513 |
<div class="updated" id="">
|
519 |
<?php
|
520 |
}
|
521 |
add_action( 'admin_notices', 'enjoy_notice' );
|
522 |
+
*/
|
523 |
+
|
524 |
+
|
525 |
+
add_action('wp_dashboard_setup', 'my_custom_dashboard_widgets');
|
526 |
+
|
527 |
+
function my_custom_dashboard_widgets() {
|
528 |
+
global $wp_meta_boxes;
|
529 |
+
|
530 |
+
wp_add_dashboard_widget('custom_help_widget', 'Enjoy Instagram', 'custom_dashboard_help');
|
531 |
+
}
|
532 |
+
|
533 |
+
function custom_dashboard_help() {
|
534 |
+
echo '<p>Upgrade to <b>Enjoy Instagram Premium</b> <a href="http://www.mediabetaprojects.com/enjoy-instagram-premium/" target="_blank">here</a></p>
|
535 |
+
<p><b>15% OFF</b> with this CODE: <b>discount15</b></p>
|
536 |
+
<p>But only until September 15</p>'
|
537 |
+
;
|
538 |
+
}
|
539 |
+
|
540 |
+
|
541 |
|
542 |
include_once ('tinymce/tinymce.php');
|
543 |
require_once ('tinymce/ajax.php');
|
readme.txt
CHANGED
@@ -4,8 +4,8 @@ Donate link: https://www.google.com/url?q=https%3A%2F%2Fwww.paypal.com%2Fcgi-bin
|
|
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.3
|
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 |
|
@@ -127,6 +127,8 @@ Repeat Step 01 and Step 02 again.
|
|
127 |
* Bug Fix
|
128 |
= 1.6.3 =
|
129 |
* Bug Fix
|
|
|
|
|
130 |
|
131 |
== Upgrade Notice ==
|
132 |
|
@@ -157,4 +159,6 @@ Repeat Step 01 and Step 02 again.
|
|
157 |
= 1.6.2 =
|
158 |
* Bug Fix
|
159 |
= 1.6.3 =
|
|
|
|
|
160 |
* Bug Fix
|
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.3
|
7 |
+
Version: 1.6.4
|
8 |
+
Stable tag: 1.6.4
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
127 |
* Bug Fix
|
128 |
= 1.6.3 =
|
129 |
* Bug Fix
|
130 |
+
= 1.6.4 =
|
131 |
+
* Bug Fix
|
132 |
|
133 |
== Upgrade Notice ==
|
134 |
|
159 |
= 1.6.2 =
|
160 |
* Bug Fix
|
161 |
= 1.6.3 =
|
162 |
+
* Bug Fix
|
163 |
+
= 1.6.4 =
|
164 |
* Bug Fix
|