Version Description
- Fixed missing files
Download this release
Release Info
Developer | WebFactory |
Plugin | Simple Author Box |
Version | 2.3.16 |
Comparing to | |
See all releases |
Code changes from version 2.3.15 to 2.3.16
- assets/img/gallery.jpg +0 -0
- assets/img/post-snippets.jpg +0 -0
- inc/page-news.php +88 -0
- readme.txt +5 -7
- simple-author-box.php +5 -3
assets/img/gallery.jpg
ADDED
Binary file
|
assets/img/post-snippets.jpg
ADDED
Binary file
|
inc/page-news.php
ADDED
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<style>
|
2 |
+
.sab-changes-box {
|
3 |
+
border: 1px solid #ccc;
|
4 |
+
background: #fafafa;
|
5 |
+
padding:10px;
|
6 |
+
max-height:100px;
|
7 |
+
overflow: auto;
|
8 |
+
max-width: 600px;
|
9 |
+
}
|
10 |
+
</style>
|
11 |
+
<div class="sab-content-page">
|
12 |
+
|
13 |
+
<h1>News</h1>
|
14 |
+
<h2>Simple Author Box latest changes:</h2>
|
15 |
+
|
16 |
+
<div class="sab-changes-box">
|
17 |
+
<pre>= 2.3.16 =
|
18 |
+
* Fixed missing files
|
19 |
+
|
20 |
+
= 2.3.14 =
|
21 |
+
* Fixed PHP notice "roles"
|
22 |
+
|
23 |
+
= 2.3.15 =
|
24 |
+
* Fixed missing link on avatar
|
25 |
+
|
26 |
+
= 2.3.13 =
|
27 |
+
* Fixed visibility issue
|
28 |
+
|
29 |
+
= 2.3.12 =
|
30 |
+
* Fixed: wrong class name issue
|
31 |
+
|
32 |
+
= 2.3.11 =
|
33 |
+
* New feature: function wpsabox_author_box now accepts param $user_id
|
34 |
+
|
35 |
+
= 2.3.10 =
|
36 |
+
* Fixed: custom author's page (Premium only)
|
37 |
+
|
38 |
+
= 2.3.9 =
|
39 |
+
* New feature: custom author's page (Premium only)
|
40 |
+
|
41 |
+
= 2.3.8 =
|
42 |
+
* Fixed visibility on archives (Premium only)
|
43 |
+
|
44 |
+
= 2.3.7 =
|
45 |
+
* Removed protocol prefix from the website URL
|
46 |
+
* Added controls for brackets in the job title (Premium only)</pre>
|
47 |
+
</div>
|
48 |
+
|
49 |
+
<h2 style="margin-top:40px;">Other plugins from GreenTreeLabs:</h2>
|
50 |
+
|
51 |
+
<style>
|
52 |
+
.sab-plugin {
|
53 |
+
width: 300px;
|
54 |
+
display: inline-block;
|
55 |
+
background: #fff;
|
56 |
+
border: 1px solid #ccc;
|
57 |
+
padding: 4px 4px 20px 4px;
|
58 |
+
margin:0 10px 10px 0;
|
59 |
+
}
|
60 |
+
.sab-plugin img {
|
61 |
+
width: 100%;
|
62 |
+
}
|
63 |
+
.sab-plugin p {
|
64 |
+
padding: 10px;
|
65 |
+
}
|
66 |
+
.sab-center {
|
67 |
+
text-align: center;
|
68 |
+
}
|
69 |
+
.sab-plugin .sab-button {
|
70 |
+
display:inline-block;
|
71 |
+
|
72 |
+
}
|
73 |
+
</style>
|
74 |
+
|
75 |
+
<div class="sab-plugins">
|
76 |
+
<?php foreach($plugins as $plugin) : ?>
|
77 |
+
<div class="sab-plugin">
|
78 |
+
<a target="_blank" href="<?php echo $plugin["url"] ?>">
|
79 |
+
<img src="<?php echo SIMPLE_AUTHOR_BOX_ASSETS . "img/" , $plugin["image"] ?>" alt="Go to <?php echo $plugin["name"] ?>" />
|
80 |
+
</a>
|
81 |
+
<p><?php echo $plugin["description"] ?></p>
|
82 |
+
<div class="sab-center">
|
83 |
+
<a target="_blank" class="button button-primary button-hero" href="<?php echo $plugin["url"] ?>"><?php _e('Read more') ?></a>
|
84 |
+
</div>
|
85 |
+
</div>
|
86 |
+
<?php endforeach ?>
|
87 |
+
</div>
|
88 |
+
</div>
|
readme.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
=== Simple Author Box ===
|
2 |
-
Contributors:
|
3 |
Tags: author box, responsive author box, author profile fields, author social icons, profile fields, author bio, author description, author profile, post author, rtl author box, amp, accelerated mobile pages
|
4 |
Requires at least: 4.6
|
5 |
Requires PHP: 5.6
|
@@ -7,12 +7,10 @@ Tested up to: 5.2
|
|
7 |
License: GPLv3 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
10 |
-
|
11 |
|
12 |
== Description ==
|
13 |
|
14 |
-
**Simple Author Box** is a standalone plugin built, maintained & operated by the friendly folks over at [GreenTreeLabs](https://www.greentreelabs.net/)
|
15 |
-
|
16 |
**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.
|
17 |
|
18 |
= Main Features =
|
@@ -46,12 +44,12 @@ Adds a cool responsive author box with social icons on your posts.
|
|
46 |
|
47 |
<a href="https://wpauthorbox.com/?utm_source=wordpress&utm_medium=site&utm_campaign=product">Read more</a> about the advanced features.
|
48 |
|
49 |
-
**About us:**
|
50 |
-
We are a young team of WordPress aficionados who love building WordPress plugins &
|
51 |
-
<a href="https://www.greentreelabs.net/" target="_blank" title="Premium WordPress plugins">Premium WordPress plugins</a>.
|
52 |
|
53 |
== Changelog ==
|
54 |
|
|
|
|
|
|
|
55 |
= 2.3.15 =
|
56 |
* Fixed missing link on avatar
|
57 |
|
1 |
=== Simple Author Box ===
|
2 |
+
Contributors: webfactory, wpreset, googlemapswidget, underconstructionpage
|
3 |
Tags: author box, responsive author box, author profile fields, author social icons, profile fields, author bio, author description, author profile, post author, rtl author box, amp, accelerated mobile pages
|
4 |
Requires at least: 4.6
|
5 |
Requires PHP: 5.6
|
7 |
License: GPLv3 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
10 |
+
Add a cool responsive author box with social icons to posts.
|
11 |
|
12 |
== Description ==
|
13 |
|
|
|
|
|
14 |
**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.
|
15 |
|
16 |
= Main Features =
|
44 |
|
45 |
<a href="https://wpauthorbox.com/?utm_source=wordpress&utm_medium=site&utm_campaign=product">Read more</a> about the advanced features.
|
46 |
|
|
|
|
|
|
|
47 |
|
48 |
== Changelog ==
|
49 |
|
50 |
+
= 2.3.16 =
|
51 |
+
* Fixed missing files
|
52 |
+
|
53 |
= 2.3.15 =
|
54 |
* Fixed missing link on avatar
|
55 |
|
simple-author-box.php
CHANGED
@@ -2,9 +2,11 @@
|
|
2 |
|
3 |
/**
|
4 |
* Plugin Name: Simple Author Box
|
|
|
5 |
* Description: Adds a responsive author box with social icons on your posts.
|
6 |
-
* Version: 2.3.
|
7 |
-
* Author:
|
|
|
8 |
* Requires: 4.6 or higher
|
9 |
* License: GPLv3 or later
|
10 |
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -94,7 +96,7 @@ if ( function_exists( 'sab_fs' ) ) {
|
|
94 |
define( 'SIMPLE_AUTHOR_BOX_PATH', plugin_dir_path( __FILE__ ) );
|
95 |
define( 'SIMPLE_AUTHOR_BOX_ASSETS', plugins_url( '/assets/', __FILE__ ) );
|
96 |
define( 'SIMPLE_AUTHOR_BOX_SLUG', plugin_basename( __FILE__ ) );
|
97 |
-
define( 'SIMPLE_AUTHOR_BOX_VERSION', '2.3.
|
98 |
define( 'SIMPLE_AUTHOR_SCRIPT_DEBUG', false );
|
99 |
require_once SIMPLE_AUTHOR_BOX_PATH . 'inc/class-simple-author-box.php';
|
100 |
Simple_Author_Box::get_instance();
|
2 |
|
3 |
/**
|
4 |
* Plugin Name: Simple Author Box
|
5 |
+
* Plugin URI: https://wpauthorbox.com/
|
6 |
* Description: Adds a responsive author box with social icons on your posts.
|
7 |
+
* Version: 2.3.16
|
8 |
+
* Author: WebFactory Ltd
|
9 |
+
* Author URI: https://www.webfactoryltd.com/
|
10 |
* Requires: 4.6 or higher
|
11 |
* License: GPLv3 or later
|
12 |
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
96 |
define( 'SIMPLE_AUTHOR_BOX_PATH', plugin_dir_path( __FILE__ ) );
|
97 |
define( 'SIMPLE_AUTHOR_BOX_ASSETS', plugins_url( '/assets/', __FILE__ ) );
|
98 |
define( 'SIMPLE_AUTHOR_BOX_SLUG', plugin_basename( __FILE__ ) );
|
99 |
+
define( 'SIMPLE_AUTHOR_BOX_VERSION', '2.3.16' );
|
100 |
define( 'SIMPLE_AUTHOR_SCRIPT_DEBUG', false );
|
101 |
require_once SIMPLE_AUTHOR_BOX_PATH . 'inc/class-simple-author-box.php';
|
102 |
Simple_Author_Box::get_instance();
|