Version Description
- Updated More WordPress Resources tab
Download this release
Release Info
Developer | Access Keys |
Plugin | AccessPress Twitter Feed – Twitter Feed for WordPress |
Version | 1.5.8 |
Comparing to | |
See all releases |
Code changes from version 1.5.7 to 1.5.8
- accesspress-twitter-feed.php +2 -2
- inc/backend/boards/more-wp.php +17 -0
- inc/backend/settings.php +6 -1
- readme.txt +20 -2
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.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.5.8');
|
28 |
}
|
29 |
|
30 |
if (!defined('APTF_TD')) {
|
inc/backend/boards/more-wp.php
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<div class="aptf-single-board-wrapper" id="aptf-morewp-board" style="display: none">
|
2 |
+
<div>
|
3 |
+
<p><strong>AccessPress Twitter Feed</strong> works best with every WordPress theme. It's even more remarkable when used with popular themes like VMagazine and AccessPress Parallax.</p>
|
4 |
+
|
5 |
+
<p>AND IF THIS PLUGIN HAS IMPRESSED YOU, THEN YOU WOULD ENJOY OUR OTHER PROJECTS TOO. DO CHECK THESE OUT :</p>
|
6 |
+
|
7 |
+
<p><a href="https://wpall.club/">WPAll Club</a> - A complete WordPress resources club. WordPress tutorials, blogs, curated free and premium themes and plugins, WordPress deals, offers, hosting info and more.</p>
|
8 |
+
|
9 |
+
<p> <a href="https://themeforest.net/user/accesskeys/portfolio">Premium WordPress Themes</a> - <strong>6 premium WordPress</strong> themes well suited for all sort of websites. Professional, well coded and highly configurable themes for you. </p>
|
10 |
+
|
11 |
+
<p> <a href="https://codecanyon.net/user/accesskeys/portfolio?Ref=AccessKeys">Premium WordPress Plugins</a> - <strong>45+ premium WordPress plugins</strong> of many different types. High user ratings, great quality and best sellers in CodeCanyon marketplace. </p>
|
12 |
+
|
13 |
+
<p> <a href="https://accesspressthemes.com/">AccessPress Themes</a> - <strong>AccessPress Themes</strong> has 50+ beautiful and elegant, fully responsive, multipurpose themes to meet your need for free and commercial basis.</p>
|
14 |
+
|
15 |
+
<p> <a href="https://8degreethemes.com/">8Degree Themes</a> - <strong>8Degree Themes</strong> offers 15+ free WordPress themes and 16+ premium WordPress themes carefully crafted with creativity.</p>
|
16 |
+
</div>
|
17 |
+
</div>
|
inc/backend/settings.php
CHANGED
@@ -11,7 +11,7 @@ $aptf_settings = $this->aptf_settings;
|
|
11 |
<li><a href="javascript:void(0)" id="aptf-how_to_use-trigger" class="aptf-tabs-trigger"><?php _e('How To Use', APTF_VERSION); ?></a></li>
|
12 |
<li><a href="javascript:void(0)" id="aptf-about-trigger" class="aptf-tabs-trigger"><?php _e('About', APTF_VERSION); ?></a></li>
|
13 |
<li><a href="https://wordpress.org/support/view/plugin-reviews/accesspress-twitter-feed" target="_blank"><?php _e('Give us a rating', APTF_VERSION); ?></a></li>
|
14 |
-
<li><a href="
|
15 |
</ul>
|
16 |
</div>
|
17 |
<div class="aptf-board-wrapper">
|
@@ -39,6 +39,11 @@ $aptf_settings = $this->aptf_settings;
|
|
39 |
* About Panel
|
40 |
*/
|
41 |
include('boards/about.php');
|
|
|
|
|
|
|
|
|
|
|
42 |
?>
|
43 |
<?php
|
44 |
wp_nonce_field('aptf_action_nonce', 'aptf_nonce_field');
|
11 |
<li><a href="javascript:void(0)" id="aptf-how_to_use-trigger" class="aptf-tabs-trigger"><?php _e('How To Use', APTF_VERSION); ?></a></li>
|
12 |
<li><a href="javascript:void(0)" id="aptf-about-trigger" class="aptf-tabs-trigger"><?php _e('About', APTF_VERSION); ?></a></li>
|
13 |
<li><a href="https://wordpress.org/support/view/plugin-reviews/accesspress-twitter-feed" target="_blank"><?php _e('Give us a rating', APTF_VERSION); ?></a></li>
|
14 |
+
<li><a href="javascript:void(0)" id="aptf-morewp-trigger" class="aptf-tabs-trigger"><?php _e('More WordPress Resources', APTF_VERSION); ?></a></li>
|
15 |
</ul>
|
16 |
</div>
|
17 |
<div class="aptf-board-wrapper">
|
39 |
* About Panel
|
40 |
*/
|
41 |
include('boards/about.php');
|
42 |
+
|
43 |
+
/**
|
44 |
+
* More WordPress Resources Panel
|
45 |
+
*/
|
46 |
+
include('boards/more-wp.php');
|
47 |
?>
|
48 |
<?php
|
49 |
wp_nonce_field('aptf_action_nonce', 'aptf_nonce_field');
|
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.9
|
7 |
-
Stable tag: 1.5.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -78,7 +78,22 @@ For complete information and documentation regarding plugin,please visit below l
|
|
78 |
|
79 |
[Demo](http://accesspressthemes.com/demo/wordpress-plugins/accesspress-twitter-feed/)
|
80 |
|
81 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
|
83 |
|
84 |
== Installation ==
|
@@ -110,6 +125,9 @@ Once you install the plugin , you can check some general documentation about how
|
|
110 |
|
111 |
|
112 |
== Changelog ==
|
|
|
|
|
|
|
113 |
= 1.5.7 =
|
114 |
* Updated default fallback message
|
115 |
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 4.9
|
7 |
+
Stable tag: 1.5.8
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
78 |
|
79 |
[Demo](http://accesspressthemes.com/demo/wordpress-plugins/accesspress-twitter-feed/)
|
80 |
|
81 |
+
== More Resources ==
|
82 |
+
Themes Compatible With Our Plugin :
|
83 |
+
|
84 |
+
AccessPress Twitter Feed works best with every WordPress theme. Its even more remarkable when used with popular themes of ours or any other being compatible to almost all of the themes.
|
85 |
+
|
86 |
+
AND IF THIS PLUGIN HAS IMPRESSED YOU, THEN YOU WOULD ENJOY OUR OTHER PROJECTS TOO. DO CHECK THESE OUT :
|
87 |
+
|
88 |
+
[WPAll Club](https://wpall.club/) - A complete WordPress resources club. WordPress tutorials, blogs, curated free and premium themes and plugins, WordPress deals, offers, hosting info and more.
|
89 |
+
|
90 |
+
[Premium WordPress Themes](https://themeforest.net/user/accesskeys/portfolio) - 6 premium WordPress themes well suited for all sort of websites. Professional, well coded and highly configurable themes for you.
|
91 |
+
|
92 |
+
[Premium WordPress Plugins](https://codecanyon.net/user/accesskeys/portfolio) - 45+ premium WordPress plugins of many different types. High user ratings, great quality and best sellers in CodeCanyon marketplace.
|
93 |
+
|
94 |
+
[AccessPress Themes](https://accesspressthemes.com/) - AccessPress Themes has 50+ beautiful and elegant, fully responsive, multipurpose themes to meet your need for free and commercial basis.
|
95 |
+
|
96 |
+
[8Degree Themes](https://8degreethemes.com/) - 8Degree Themes offers 15+ free WordPress themes and 16+ premium WordPress themes carefully crafted with creativity.
|
97 |
|
98 |
|
99 |
== Installation ==
|
125 |
|
126 |
|
127 |
== Changelog ==
|
128 |
+
= 1.5.8 =
|
129 |
+
* Updated More WordPress Resources tab
|
130 |
+
|
131 |
= 1.5.7 =
|
132 |
* Updated default fallback message
|
133 |
|