Version Description
- Removed AIM, Yahoo, and Jabber Fields from the WordPress Profile Page.
Download this release
Release Info
Developer | tiguan |
Plugin | Simple Author Box |
Version | 1.1 |
Comparing to | |
See all releases |
Code changes from version 1.0 to 1.1
- core/sabox_social_icons.php +4 -0
- readme.txt +9 -6
- simple-author-box.php +3 -3
core/sabox_social_icons.php
CHANGED
@@ -73,6 +73,10 @@ class Sabox_Social_Icons {
|
|
73 |
|
74 |
function sabox_extra_fields( $extra_fields ) {
|
75 |
|
|
|
|
|
|
|
|
|
76 |
foreach ( Sabox_Social_Icons::$sabox_social_icons_array as $sabox_social_id => $sabox_social_name ) {
|
77 |
$extra_fields[$sabox_social_id] = $sabox_social_name;
|
78 |
}
|
73 |
|
74 |
function sabox_extra_fields( $extra_fields ) {
|
75 |
|
76 |
+
unset($extra_fields['aim']);
|
77 |
+
unset($extra_fields['jabber']);
|
78 |
+
unset($extra_fields['yim']);
|
79 |
+
|
80 |
foreach ( Sabox_Social_Icons::$sabox_social_icons_array as $sabox_social_id => $sabox_social_name ) {
|
81 |
$extra_fields[$sabox_social_id] = $sabox_social_name;
|
82 |
}
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
4 |
Tags: author box, responsive author box, author profile fields, author social icons, profile fields, author bio, author description, author profile, user profile, post author, rtl author box
|
5 |
Requires at least: 3.6
|
6 |
Tested up to: 3.9.1
|
7 |
-
Stable tag: 1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -12,7 +12,7 @@ Adds a cool responsive author box with social icons on your posts.
|
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
**Simple Author Box** adds a responsive author box at the end of your posts, showing the
|
16 |
|
17 |
= Features =
|
18 |
|
@@ -24,7 +24,6 @@ Adds a cool responsive author box with social icons on your posts.
|
|
24 |
* Simple Author Box has RTL support
|
25 |
|
26 |
Want to see an [online demo?](http://tiguandesign.com/demos/plugins/simple-author-box/)
|
27 |
-
Plugin documentation is [here](http://tiguandesign.com/docs/simple-author-box/).
|
28 |
|
29 |
== Installation ==
|
30 |
|
@@ -34,8 +33,9 @@ Plugin documentation is [here](http://tiguandesign.com/docs/simple-author-box/).
|
|
34 |
4. Activate the plugin through the 'Plugins' menu in WordPress.
|
35 |
5. A new sub menu item `Simple Author Box` will appear in your main Settings menu.
|
36 |
|
37 |
-
|
38 |
|
|
|
39 |
|
40 |
1. Simple Author Box - Colored icons - squares
|
41 |
2. Simple Author Box - Colored icons - circles
|
@@ -45,8 +45,8 @@ Plugin documentation is [here](http://tiguandesign.com/docs/simple-author-box/).
|
|
45 |
6. Simple Author Box - White icons - blue background
|
46 |
7. Simple Author Box - RTL view 1
|
47 |
8. Simple Author Box - RTL view 2
|
48 |
-
9. Simple Author Box - Sample
|
49 |
-
10. Simple Author Box - Sample
|
50 |
11. Simple Author Box - Responsive view 1
|
51 |
12. Simple Author Box - Responsive view 2
|
52 |
13. Simple Author Box - Responsive view 3
|
@@ -54,5 +54,8 @@ Plugin documentation is [here](http://tiguandesign.com/docs/simple-author-box/).
|
|
54 |
|
55 |
== Changelog ==
|
56 |
|
|
|
|
|
|
|
57 |
= 1.0 =
|
58 |
* Initial release
|
4 |
Tags: author box, responsive author box, author profile fields, author social icons, profile fields, author bio, author description, author profile, user profile, post author, rtl author box
|
5 |
Requires at least: 3.6
|
6 |
Tested up to: 3.9.1
|
7 |
+
Stable tag: 1.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
+
**Simple Author Box** adds a responsive author box at the end of your posts, showing the author name, author gravatar and author description. It also adds over 30 social profile fields on WordPress user profile screen, allowing to display the author social icons.
|
16 |
|
17 |
= Features =
|
18 |
|
24 |
* Simple Author Box has RTL support
|
25 |
|
26 |
Want to see an [online demo?](http://tiguandesign.com/demos/plugins/simple-author-box/)
|
|
|
27 |
|
28 |
== Installation ==
|
29 |
|
33 |
4. Activate the plugin through the 'Plugins' menu in WordPress.
|
34 |
5. A new sub menu item `Simple Author Box` will appear in your main Settings menu.
|
35 |
|
36 |
+
If you need more info, please read the plugin [documentation](http://tiguandesign.com/docs/simple-author-box/).
|
37 |
|
38 |
+
== Screenshots ==
|
39 |
|
40 |
1. Simple Author Box - Colored icons - squares
|
41 |
2. Simple Author Box - Colored icons - circles
|
45 |
6. Simple Author Box - White icons - blue background
|
46 |
7. Simple Author Box - RTL view 1
|
47 |
8. Simple Author Box - RTL view 2
|
48 |
+
9. Simple Author Box - Sample 2
|
49 |
+
10. Simple Author Box - Sample 1
|
50 |
11. Simple Author Box - Responsive view 1
|
51 |
12. Simple Author Box - Responsive view 2
|
52 |
13. Simple Author Box - Responsive view 3
|
54 |
|
55 |
== Changelog ==
|
56 |
|
57 |
+
= 1.1 =
|
58 |
+
* Removed AIM, Yahoo, and Jabber Fields from the WordPress Profile Page.
|
59 |
+
|
60 |
= 1.0 =
|
61 |
* Initial release
|
simple-author-box.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Simple Author Box
|
4 |
* Plugin URI: http://wordpress.org/plugins/simple-author-box/
|
5 |
* Description: Adds a responsive author box with social icons on your posts.
|
6 |
-
* Version: 1.
|
7 |
* Author: Tiguan
|
8 |
* Author URI: http://tiguandesign.com
|
9 |
* License: GPLv2
|
@@ -45,10 +45,10 @@ if( !class_exists( 'Simple_Author_Box' ) ) {
|
|
45 |
global $options;
|
46 |
|
47 |
$options = get_option( 'saboxplugin_options', 'checked' ); // retrieve the plugin settings from the options table
|
48 |
-
define( 'SIMPLE_AUTHOR_BOX_LAST_UPDATE', date_i18n( 'F j, Y', '
|
49 |
define( 'SIMPLE_AUTHOR_BOX_PATH', plugin_dir_path( __FILE__ ) ); // Defining plugin dir path
|
50 |
define( 'SIMPLE_AUTHOR_BOX_DIRNAME', basename( dirname( __FILE__ ) ) ); // Defining plugin dir name
|
51 |
-
define( 'SIMPLE_AUTHOR_BOX_VERSION', 'v1.
|
52 |
define( 'SIMPLE_AUTHOR_BOX', 'Simple Author Box'); // Defining plugin name
|
53 |
define( 'SIMPLE_AUTHOR_BOX_FOOTER', 10 );
|
54 |
|
3 |
* Plugin Name: Simple Author Box
|
4 |
* Plugin URI: http://wordpress.org/plugins/simple-author-box/
|
5 |
* Description: Adds a responsive author box with social icons on your posts.
|
6 |
+
* Version: 1.1
|
7 |
* Author: Tiguan
|
8 |
* Author URI: http://tiguandesign.com
|
9 |
* License: GPLv2
|
45 |
global $options;
|
46 |
|
47 |
$options = get_option( 'saboxplugin_options', 'checked' ); // retrieve the plugin settings from the options table
|
48 |
+
define( 'SIMPLE_AUTHOR_BOX_LAST_UPDATE', date_i18n( 'F j, Y', '1407567600' ) ); // Defining plugin last update
|
49 |
define( 'SIMPLE_AUTHOR_BOX_PATH', plugin_dir_path( __FILE__ ) ); // Defining plugin dir path
|
50 |
define( 'SIMPLE_AUTHOR_BOX_DIRNAME', basename( dirname( __FILE__ ) ) ); // Defining plugin dir name
|
51 |
+
define( 'SIMPLE_AUTHOR_BOX_VERSION', 'v1.1'); // Defining plugin version
|
52 |
define( 'SIMPLE_AUTHOR_BOX', 'Simple Author Box'); // Defining plugin name
|
53 |
define( 'SIMPLE_AUTHOR_BOX_FOOTER', 10 );
|
54 |
|