Version Description
- Added Template Preview Images
Download this release
Release Info
Developer | Access Keys |
Plugin | AccessPress Twitter Feed – Twitter Feed for WordPress |
Version | 1.3.7 |
Comparing to | |
See all releases |
Code changes from version 1.3.6 to 1.3.7
- accesspress-twitter-feed.php +2 -2
- images/template-1.JPG +0 -0
- images/template-2.JPG +0 -0
- images/template-3.JPG +0 -0
- inc/backend/boards/main-settings.php +5 -1
- 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.3.
|
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.3.
|
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.3.7
|
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.3.7');
|
28 |
}
|
29 |
|
30 |
if (!defined('APTF_TD')) {
|
images/template-1.JPG
ADDED
Binary file
|
images/template-2.JPG
ADDED
Binary file
|
images/template-3.JPG
ADDED
Binary file
|
inc/backend/boards/main-settings.php
CHANGED
@@ -61,7 +61,11 @@
|
|
61 |
<div class="aptf-option-field">
|
62 |
<?php for ($i = 1; $i <= 3; $i++) {
|
63 |
?>
|
64 |
-
<label
|
|
|
|
|
|
|
|
|
65 |
<?php
|
66 |
}
|
67 |
?>
|
61 |
<div class="aptf-option-field">
|
62 |
<?php for ($i = 1; $i <= 3; $i++) {
|
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 |
+
<p><img src="<?php echo APTF_IMAGE_DIR.'/template-'.$i.'.JPG';?>"/></p>
|
67 |
+
</label>
|
68 |
+
<hr />
|
69 |
<?php
|
70 |
}
|
71 |
?>
|
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: 3.8
|
6 |
Tested up to: 4.3
|
7 |
-
Stable tag: 1.3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -107,6 +107,9 @@ Once you install the plugin , you can check some general documentation about how
|
|
107 |
|
108 |
|
109 |
== Changelog ==
|
|
|
|
|
|
|
110 |
= 1.3.6 =
|
111 |
* Done some modifications in widget
|
112 |
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.3
|
7 |
+
Stable tag: 1.3.7
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
107 |
|
108 |
|
109 |
== Changelog ==
|
110 |
+
= 1.3.7 =
|
111 |
+
* Added Template Preview Images
|
112 |
+
|
113 |
= 1.3.6 =
|
114 |
* Done some modifications in widget
|
115 |
|