Version Description
- Submit button not displayed issue resolved.
Download this release
Release Info
Developer | Access Keys |
Plugin | ![]() |
Version | 3.0.5 |
Comparing to | |
See all releases |
Code changes from version 3.0.4 to 3.0.5
- accesspress-instagram-feed.php +2 -2
- images/Thumbs.db +0 -0
- images/upgrade/Thumbs.db +0 -0
- inc/backend/submit-button.php +8 -0
- readme.txt +4 -1
accesspress-instagram-feed.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin name: AccessPress Instagram Feed
|
4 |
Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-instagram-feed/
|
5 |
Description: A plugin to add various instagram widgets with dynamic configuration options.
|
6 |
-
Version: 3.0.
|
7 |
Author: AccessPress Themes
|
8 |
Author URI: http://accesspressthemes.com
|
9 |
Text Domain:accesspress-instagram-feed
|
@@ -13,7 +13,7 @@ License: GPLv2 or later
|
|
13 |
|
14 |
//Decleration of the necessary constants for plugin
|
15 |
if( !defined( 'APIF_VERSION' ) ) {
|
16 |
-
define( 'APIF_VERSION', '3.0.
|
17 |
}
|
18 |
|
19 |
if( !defined( 'APIF_IMAGE_DIR' ) ) {
|
3 |
Plugin name: AccessPress Instagram Feed
|
4 |
Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-instagram-feed/
|
5 |
Description: A plugin to add various instagram widgets with dynamic configuration options.
|
6 |
+
Version: 3.0.5
|
7 |
Author: AccessPress Themes
|
8 |
Author URI: http://accesspressthemes.com
|
9 |
Text Domain:accesspress-instagram-feed
|
13 |
|
14 |
//Decleration of the necessary constants for plugin
|
15 |
if( !defined( 'APIF_VERSION' ) ) {
|
16 |
+
define( 'APIF_VERSION', '3.0.5' );
|
17 |
}
|
18 |
|
19 |
if( !defined( 'APIF_IMAGE_DIR' ) ) {
|
images/Thumbs.db
DELETED
Binary file
|
images/upgrade/Thumbs.db
DELETED
Binary file
|
inc/backend/submit-button.php
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
defined('ABSPATH') or die("No script kiddies please!");
|
3 |
+
|
4 |
+
wp_nonce_field('apif_settings_action', 'apif_settings_nonce');
|
5 |
+
?>
|
6 |
+
<div id="optionsframework-submit" class="ap-settings-submit">
|
7 |
+
<input type="submit" class="button button-primary" value="Save all changes" name="ap_settings_submit"/>
|
8 |
+
</div>
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: instagram, instagram feed, instagram tag, instagram slider, instagarm mosa
|
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.9
|
7 |
-
Stable tag: 3.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -153,6 +153,9 @@ Once you install the plugin , you can check some general documentation about how
|
|
153 |
5. Backend Display Settings Section
|
154 |
|
155 |
== Changelog ==
|
|
|
|
|
|
|
156 |
= 3.0.4 =
|
157 |
* Added some promo content in the backend of the plugin
|
158 |
* Latest WordPress Version Compatible
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.9
|
7 |
+
Stable tag: 3.0.5
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
153 |
5. Backend Display Settings Section
|
154 |
|
155 |
== Changelog ==
|
156 |
+
= 3.0.5 =
|
157 |
+
* Submit button not displayed issue resolved.
|
158 |
+
|
159 |
= 3.0.4 =
|
160 |
* Added some promo content in the backend of the plugin
|
161 |
* Latest WordPress Version Compatible
|