Version Description
- Done some update in upgrade sidebar
- Updated backend message
Download this release
Release Info
Developer | Access Keys |
Plugin | AccessPress Twitter Feed – Twitter Feed for WordPress |
Version | 1.1.3 |
Comparing to | |
See all releases |
Code changes from version 1.1.2 to 1.1.3
- accesspress-twitter-feed.php +3 -3
- css/backend.css +1 -11
- readme.txt +5 -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.1.
|
8 |
* Author: AccessPress Themes
|
9 |
* Author URI: http://accesspressthemes.com
|
10 |
* Text Domain: ap-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.1.
|
28 |
}
|
29 |
|
30 |
if (!defined('APTF_TD')) {
|
@@ -162,7 +162,7 @@ if (!class_exists('APTF_Class')) {
|
|
162 |
if (!empty($_GET) && wp_verify_nonce($_GET['_wpnonce'], 'aptf-restore-nonce')) {
|
163 |
$aptf_settings = $this->get_default_settings();
|
164 |
update_option('aptf_settings', $aptf_settings);
|
165 |
-
$_SESSION['aptf_msg'] = __('
|
166 |
wp_redirect(admin_url() . 'admin.php?page=ap-twitter-feed');
|
167 |
} else {
|
168 |
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.1.3
|
8 |
* Author: AccessPress Themes
|
9 |
* Author URI: http://accesspressthemes.com
|
10 |
* Text Domain: ap-twitter-feed
|
24 |
define('APTF_CSS_DIR', plugin_dir_url(__FILE__) . 'css');
|
25 |
}
|
26 |
if (!defined('APTF_VERSION')) {
|
27 |
+
define('APTF_VERSION', '1.1.3');
|
28 |
}
|
29 |
|
30 |
if (!defined('APTF_TD')) {
|
162 |
if (!empty($_GET) && wp_verify_nonce($_GET['_wpnonce'], 'aptf-restore-nonce')) {
|
163 |
$aptf_settings = $this->get_default_settings();
|
164 |
update_option('aptf_settings', $aptf_settings);
|
165 |
+
$_SESSION['aptf_msg'] = __('Default Settings Restored Successfully.', APTF_TD);
|
166 |
wp_redirect(admin_url() . 'admin.php?page=ap-twitter-feed');
|
167 |
} else {
|
168 |
die('No script kiddies please!');
|
css/backend.css
CHANGED
@@ -1,13 +1,3 @@
|
|
1 |
-
/*
|
2 |
-
To change this license header, choose License Headers in Project Properties.
|
3 |
-
To change this template file, choose Tools | Templates
|
4 |
-
and open the template in the editor.
|
5 |
-
*/
|
6 |
-
/*
|
7 |
-
Created on : Mar 6, 2015, 2:37:46 PM
|
8 |
-
Author : AccessPress Twitter Feed
|
9 |
-
*/
|
10 |
-
|
11 |
.aptf-panel{
|
12 |
background: #55ACEE;
|
13 |
border-radius: 15px 15px 0 0;
|
@@ -182,7 +172,7 @@ input.aptf-demo-btn {
|
|
182 |
border-radius: 5px;
|
183 |
}
|
184 |
input.aptf-upgrade-btn {
|
185 |
-
background: #
|
186 |
width: 147px;
|
187 |
height: 43px;
|
188 |
border-radius: 5px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
.aptf-panel{
|
2 |
background: #55ACEE;
|
3 |
border-radius: 15px 15px 0 0;
|
172 |
border-radius: 5px;
|
173 |
}
|
174 |
input.aptf-upgrade-btn {
|
175 |
+
background: #0EB2E7;
|
176 |
width: 147px;
|
177 |
height: 43px;
|
178 |
border-radius: 5px;
|
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.1
|
7 |
-
Stable tag: 1.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -107,6 +107,10 @@ Once you install the plugin , you can check some general documentation about how
|
|
107 |
|
108 |
|
109 |
== Changelog ==
|
|
|
|
|
|
|
|
|
110 |
= 1.1.2 =
|
111 |
* Done some code cleanup for default templates
|
112 |
* Fixed div structure for date format
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.1
|
7 |
+
Stable tag: 1.1.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
107 |
|
108 |
|
109 |
== Changelog ==
|
110 |
+
= 1.1.3 =
|
111 |
+
* Done some update in upgrade sidebar
|
112 |
+
* Updated backend message
|
113 |
+
|
114 |
= 1.1.2 =
|
115 |
* Done some code cleanup for default templates
|
116 |
* Fixed div structure for date format
|