Version Description
- Removal of unnecessary css from the backend css.
Download this release
Release Info
Developer | Access Keys |
Plugin | AccessPress Instagram Feed |
Version | 2.0.1 |
Comparing to | |
See all releases |
Code changes from version 2.0.0 to 2.0.1
- accesspress-instagram-feed.php +2 -2
- css/backend.css +0 -5
- readme.txt +4 -1
accesspress-instagram-feed.php
CHANGED
@@ -4,7 +4,7 @@ defined( 'ABSPATH' ) or die( "No script kiddies please!" );
|
|
4 |
Plugin name: AccessPress Instagram Feed
|
5 |
Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-instagram-feed/
|
6 |
Description: A plugin to add various instagram widgets with dynamic configuration options.
|
7 |
-
Version: 2.0.
|
8 |
Author: AccessPress Themes
|
9 |
Author URI: http://accesspressthemes.com
|
10 |
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', '2.0.
|
17 |
}
|
18 |
|
19 |
if( !defined( 'APIF_IMAGE_DIR' ) ) {
|
4 |
Plugin name: AccessPress Instagram Feed
|
5 |
Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-instagram-feed/
|
6 |
Description: A plugin to add various instagram widgets with dynamic configuration options.
|
7 |
+
Version: 2.0.1
|
8 |
Author: AccessPress Themes
|
9 |
Author URI: http://accesspressthemes.com
|
10 |
Text Domain:accesspress-instagram-feed
|
13 |
*/
|
14 |
//Decleration of the necessary constants for plugin
|
15 |
if( !defined( 'APIF_VERSION' ) ) {
|
16 |
+
define( 'APIF_VERSION', '2.0.1' );
|
17 |
}
|
18 |
|
19 |
if( !defined( 'APIF_IMAGE_DIR' ) ) {
|
css/backend.css
CHANGED
@@ -325,10 +325,6 @@ clear:both;
|
|
325 |
width: 30%;
|
326 |
}
|
327 |
.apsc-form-labels h3{
|
328 |
-
/*padding: 10px 0;
|
329 |
-
font-size: 16px;
|
330 |
-
border-bottom: 1px solid #EEE;
|
331 |
-
margin-bottom: 20px;*/
|
332 |
background-color: #f1f1f1;
|
333 |
border-bottom: 1px solid #ddd;
|
334 |
cursor: default;
|
@@ -432,7 +428,6 @@ clear:both;
|
|
432 |
}
|
433 |
|
434 |
.apsc-pro-li-sortable {
|
435 |
-
/*background: url(../images/drag.png) no-repeat 10px center #FFF;*/
|
436 |
background: #FFF;
|
437 |
border: 1px solid #ccc;
|
438 |
border-left: 25px solid #ccc;
|
325 |
width: 30%;
|
326 |
}
|
327 |
.apsc-form-labels h3{
|
|
|
|
|
|
|
|
|
328 |
background-color: #f1f1f1;
|
329 |
border-bottom: 1px solid #ddd;
|
330 |
cursor: default;
|
428 |
}
|
429 |
|
430 |
.apsc-pro-li-sortable {
|
|
|
431 |
background: #FFF;
|
432 |
border: 1px solid #ccc;
|
433 |
border-left: 25px solid #ccc;
|
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.3
|
7 |
-
Stable tag: 2.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -95,6 +95,9 @@ Once you install the plugin , you can check some general documentation about how
|
|
95 |
5. Backend Display Settings Section
|
96 |
|
97 |
== Changelog ==
|
|
|
|
|
|
|
98 |
= 2.0.0 =
|
99 |
* Addition of the header_sent method checking in the plugin's main class for the session start.
|
100 |
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.3
|
7 |
+
Stable tag: 2.0.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
95 |
5. Backend Display Settings Section
|
96 |
|
97 |
== Changelog ==
|
98 |
+
= 2.0.1 =
|
99 |
+
* Removal of unnecessary css from the backend css.
|
100 |
+
|
101 |
= 2.0.0 =
|
102 |
* Addition of the header_sent method checking in the plugin's main class for the session start.
|
103 |
|