Version Description
- Compatibility checked with WordPress version 5.8.
- Css refinement to fix issues with backend design.
Download this release
Release Info
Developer | Access Keys |
Plugin | AccessPress Twitter Feed – Twitter Feed for WordPress |
Version | 1.6.8 |
Comparing to | |
See all releases |
Code changes from version 1.6.7 to 1.6.8
- accesspress-twitter-feed.php +2 -2
- css/backend.css +9 -7
- css/images/Thumbs.db +0 -0
- inc/backend/boards/main-settings.php +1 -1
- readme.txt +7 -3
accesspress-twitter-feed.php
CHANGED
@@ -4,7 +4,7 @@ defined('ABSPATH') or die('No script kiddies please!');
|
|
4 |
* Plugin Name: WP TFeed
|
5 |
* Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-twitter-feed/
|
6 |
* Description: A plugin to show your twitter feed in your site with various configurable settings
|
7 |
-
* Version: 1.6.
|
8 |
* Author: AccessPress Themes
|
9 |
* Author URI: http://accesspressthemes.com
|
10 |
* Text Domain: accesspress-twitter-feed
|
@@ -24,7 +24,7 @@ if (!defined('APTF_CSS_DIR')) {
|
|
24 |
define('APTF_CSS_DIR', plugin_dir_url(__FILE__) . 'css');
|
25 |
}
|
26 |
if (!defined('APTF_VERSION')) {
|
27 |
-
define('APTF_VERSION', '1.6.
|
28 |
}
|
29 |
|
30 |
if (!defined('APTF_TD')) {
|
4 |
* Plugin Name: WP TFeed
|
5 |
* Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-twitter-feed/
|
6 |
* Description: A plugin to show your twitter feed in your site with various configurable settings
|
7 |
+
* Version: 1.6.8
|
8 |
* Author: AccessPress Themes
|
9 |
* Author URI: http://accesspressthemes.com
|
10 |
* Text Domain: accesspress-twitter-feed
|
24 |
define('APTF_CSS_DIR', plugin_dir_url(__FILE__) . 'css');
|
25 |
}
|
26 |
if (!defined('APTF_VERSION')) {
|
27 |
+
define('APTF_VERSION', '1.6.8');
|
28 |
}
|
29 |
|
30 |
if (!defined('APTF_TD')) {
|
css/backend.css
CHANGED
@@ -2,15 +2,16 @@
|
|
2 |
background: #55ACEE;
|
3 |
border-radius: 15px 15px 0 0;
|
4 |
float: left;
|
5 |
-
width:
|
6 |
}
|
7 |
-
|
8 |
background: none repeat scroll 0 0 #55ACEE;
|
9 |
border-bottom: 5px solid #20627b;
|
10 |
border-radius: 15px 15px 0 0;
|
11 |
color: #fff;
|
12 |
height: 65px;
|
13 |
position: relative;
|
|
|
14 |
}
|
15 |
.apsc-logo {
|
16 |
float: left;
|
@@ -40,7 +41,7 @@
|
|
40 |
float: left;
|
41 |
margin-bottom: 52px;
|
42 |
position: relative;
|
43 |
-
width:
|
44 |
}
|
45 |
.aptf-nav ul{
|
46 |
margin: 0;
|
@@ -73,8 +74,8 @@
|
|
73 |
border-right: 1px solid #55ACEE;
|
74 |
float: left;
|
75 |
min-height: 515px;
|
76 |
-
padding: 10px
|
77 |
-
width:
|
78 |
}
|
79 |
.aptf-single-board-wrapper h3{
|
80 |
font-size: 23px;
|
@@ -166,7 +167,7 @@
|
|
166 |
}
|
167 |
.aptf-promo {
|
168 |
float: left;
|
169 |
-
width:
|
170 |
margin-left: 20px;
|
171 |
}
|
172 |
input.aptf-demo-btn {
|
@@ -206,4 +207,5 @@ ul.aptf-more-products-wrap .prod-title {
|
|
206 |
padding: 5px;
|
207 |
color: #fff;
|
208 |
}
|
209 |
-
ul.aptf-more-products-wrap img{width:auto;}
|
|
2 |
background: #55ACEE;
|
3 |
border-radius: 15px 15px 0 0;
|
4 |
float: left;
|
5 |
+
width: 75%;
|
6 |
}
|
7 |
+
.aptf-header-wrapper {
|
8 |
background: none repeat scroll 0 0 #55ACEE;
|
9 |
border-bottom: 5px solid #20627b;
|
10 |
border-radius: 15px 15px 0 0;
|
11 |
color: #fff;
|
12 |
height: 65px;
|
13 |
position: relative;
|
14 |
+
width:100%;
|
15 |
}
|
16 |
.apsc-logo {
|
17 |
float: left;
|
41 |
float: left;
|
42 |
margin-bottom: 52px;
|
43 |
position: relative;
|
44 |
+
width: 25%;
|
45 |
}
|
46 |
.aptf-nav ul{
|
47 |
margin: 0;
|
74 |
border-right: 1px solid #55ACEE;
|
75 |
float: left;
|
76 |
min-height: 515px;
|
77 |
+
padding: 10px 10px !important;
|
78 |
+
width: 70%;
|
79 |
}
|
80 |
.aptf-single-board-wrapper h3{
|
81 |
font-size: 23px;
|
167 |
}
|
168 |
.aptf-promo {
|
169 |
float: left;
|
170 |
+
width: 20%;
|
171 |
margin-left: 20px;
|
172 |
}
|
173 |
input.aptf-demo-btn {
|
207 |
padding: 5px;
|
208 |
color: #fff;
|
209 |
}
|
210 |
+
ul.aptf-more-products-wrap img{width:auto;}
|
211 |
+
.aptf-option-field img{width:inherit;}
|
css/images/Thumbs.db
DELETED
Binary file
|
inc/backend/boards/main-settings.php
CHANGED
@@ -63,7 +63,7 @@
|
|
63 |
?>
|
64 |
<label>
|
65 |
<input type="radio" name="feed_template" value="template-<?php echo $i; ?>" <?php checked($aptf_settings['feed_template'], 'template-' . $i); ?>/>Template <?php echo $i; ?>
|
66 |
-
<
|
67 |
</label>
|
68 |
<hr />
|
69 |
<?php
|
63 |
?>
|
64 |
<label>
|
65 |
<input type="radio" name="feed_template" value="template-<?php echo $i; ?>" <?php checked($aptf_settings['feed_template'], 'template-' . $i); ?>/>Template <?php echo $i; ?>
|
66 |
+
<img src="<?php echo esc_attr(APTF_IMAGE_DIR).'/template-'.$i.'.JPG';?>"/>
|
67 |
</label>
|
68 |
<hr />
|
69 |
<?php
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: Access Keys
|
|
3 |
Tags: twitter, twitter feeds, twitter slider, twitter feeds slider, twitter plugin, twitter feed plugin, twitter tweets, tweets, twitter tweet plugin, recent tweets widget, recent tweets plugin, recent tweet feeds
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 4.0
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 1.6.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -106,7 +106,11 @@ Once you install the plugin , you can check some general documentation about how
|
|
106 |
|
107 |
|
108 |
== Changelog ==
|
109 |
-
=
|
|
|
|
|
|
|
|
|
110 |
* Css as well as backend code refinement
|
111 |
|
112 |
= 1.6.6 =
|
3 |
Tags: twitter, twitter feeds, twitter slider, twitter feeds slider, twitter plugin, twitter feed plugin, twitter tweets, tweets, twitter tweet plugin, recent tweets widget, recent tweets plugin, recent tweet feeds
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 4.0
|
6 |
+
Tested up to: 5.8
|
7 |
+
Stable tag: 1.6.8
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
106 |
|
107 |
|
108 |
== Changelog ==
|
109 |
+
= 1.6.8 =
|
110 |
+
* Compatibility checked with WordPress version 5.8.
|
111 |
+
* Css refinement to fix issues with backend design.
|
112 |
+
|
113 |
+
= 1.6.7 =
|
114 |
* Css as well as backend code refinement
|
115 |
|
116 |
= 1.6.6 =
|