Version Description
- Revised about section
Download this release
Release Info
Developer | Access Keys |
Plugin | AccessPress Twitter Feed – Twitter Feed for WordPress |
Version | 1.5.2 |
Comparing to | |
See all releases |
Code changes from version 1.5.1 to 1.5.2
- accesspress-twitter-feed.php +2 -2
- css/backend.css +21 -1
- images/customize.png +0 -0
- images/plugin.png +0 -0
- images/theme.png +0 -0
- inc/backend/boards/about.php +7 -14
- readme.txt +4 -1
accesspress-twitter-feed.php
CHANGED
@@ -4,7 +4,7 @@ defined('ABSPATH') or die('No script kiddies please!');
|
|
4 |
* Plugin Name: AccessPress Twitter Feed
|
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.5.
|
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.5.
|
28 |
}
|
29 |
|
30 |
if (!defined('APTF_TD')) {
|
4 |
* Plugin Name: AccessPress Twitter Feed
|
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.5.2
|
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.5.2');
|
28 |
}
|
29 |
|
30 |
if (!defined('APTF_TD')) {
|
css/backend.css
CHANGED
@@ -186,4 +186,24 @@ input.aptf-upgrade-btn {
|
|
186 |
margin-bottom: 10px;
|
187 |
margin-top: 10px;
|
188 |
}
|
189 |
-
.aptf-promo-actions input[type="button"]:hover{cursor: pointer;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
186 |
margin-bottom: 10px;
|
187 |
margin-top: 10px;
|
188 |
}
|
189 |
+
.aptf-promo-actions input[type="button"]:hover{cursor: pointer;}
|
190 |
+
ul.aptf-more-products-wrap li {
|
191 |
+
text-align: center;
|
192 |
+
box-shadow: 0 0 2px;
|
193 |
+
margin-bottom: 20px;
|
194 |
+
padding: 10px 0;
|
195 |
+
}
|
196 |
+
ul.aptf-more-products-wrap a {
|
197 |
+
text-decoration: none;
|
198 |
+
}
|
199 |
+
ul.aptf-more-products-wrap .prod-title {
|
200 |
+
margin-bottom: 20px;
|
201 |
+
font-size: 16px;
|
202 |
+
font-weight: 500;
|
203 |
+
display: block;
|
204 |
+
background: #55acee;
|
205 |
+
margin-top: -11px;
|
206 |
+
padding: 5px;
|
207 |
+
color: #fff;
|
208 |
+
}
|
209 |
+
ul.aptf-more-products-wrap img{width:auto;}
|
images/customize.png
ADDED
Binary file
|
images/plugin.png
ADDED
Binary file
|
images/theme.png
ADDED
Binary file
|
inc/backend/boards/about.php
CHANGED
@@ -14,20 +14,13 @@
|
|
14 |
<div class="halfseperator"></div>
|
15 |
|
16 |
|
17 |
-
<h3>
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
</
|
23 |
-
|
24 |
-
|
25 |
-
<div class="product">
|
26 |
-
<div class="logo-product"><img src="<?php echo APTF_IMAGE_DIR; ?>/appro.png" alt="<?php esc_attr_e('AccessPress Social Counter', 'aps-counter'); ?>" /></div>
|
27 |
-
<div class="productext"><p><strong>AccessPress Pro</strong> - Premium version of AccessPress lite<br />
|
28 |
-
<a href="http://accesspressthemes.com/wordpress-themes/accesspress-lite/" target="_blank">http://accesspressthemes.com/wordpress-themes/accesspress-pro/</a></p>
|
29 |
-
</div>
|
30 |
-
</div>
|
31 |
|
32 |
<div class="seperator"></div><div class="dottedline"></div><div class="seperator"></div>
|
33 |
|
14 |
<div class="halfseperator"></div>
|
15 |
|
16 |
|
17 |
+
<h3>More From AccessPress themes </h3>
|
18 |
+
<ul class="aptf-more-products-wrap">
|
19 |
+
<li><a href="https://accesspressthemes.com/plugins/" target="_blank"><span class="prod-title"> Wordpress Plugins </span> <img src="<?php echo APTF_IMAGE_DIR . '/plugin.png'; ?>" width="100%" /> </a></li>
|
20 |
+
<li><a href="https://accesspressthemes.com/themes/" target="_blank"><span class="prod-title"> Wordpress Themes </span> <img src="<?php echo APTF_IMAGE_DIR . '/theme.png'; ?>" width="100%" /></a></li>
|
21 |
+
<li><a href="https://accesspressthemes.com/contact/" target="_blank"><span class="prod-title"> Wordpress Customization </span> <img src="<?php echo APTF_IMAGE_DIR . '/customize.png'; ?>" width="100%" /></a></li>
|
22 |
+
</ul>
|
23 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
<div class="seperator"></div><div class="dottedline"></div><div class="seperator"></div>
|
26 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: twitter, twitter feeds, twitter slider, twitter feeds slider, twitter plug
|
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 4.6
|
7 |
-
Stable tag: 1.5.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -112,6 +112,9 @@ Once you install the plugin , you can check some general documentation about how
|
|
112 |
|
113 |
|
114 |
== Changelog ==
|
|
|
|
|
|
|
115 |
= 1.5.1 =
|
116 |
* Removed session from backend
|
117 |
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 4.6
|
7 |
+
Stable tag: 1.5.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
112 |
|
113 |
|
114 |
== Changelog ==
|
115 |
+
= 1.5.2 =
|
116 |
+
* Revised about section
|
117 |
+
|
118 |
= 1.5.1 =
|
119 |
* Removed session from backend
|
120 |
|