Version Description
- SAFE UPDATE: No data loss for those upgrading from version 1.0 or higher
- Added alt attribute to links icon
Download this release
Release Info
Developer | spwebguy |
Plugin | Team Members |
Version | 2.0.4 |
Comparing to | |
See all releases |
Code changes from version 2.0.3 to 2.0.4
- readme.txt +4 -0
- tmm.php +2 -2
readme.txt
CHANGED
@@ -68,6 +68,10 @@ The [PRO version](http://wpdarko.com/items/team-members-pro/) gives you access t
|
|
68 |
3. Creating members (admin view)
|
69 |
|
70 |
== Changelog ==
|
|
|
|
|
|
|
|
|
71 |
= 2.0.3 =
|
72 |
* SAFE UPDATE: No data loss for those upgrading from version 1.0 or higher
|
73 |
* Style bug fixes
|
68 |
3. Creating members (admin view)
|
69 |
|
70 |
== Changelog ==
|
71 |
+
= 2.0.4 =
|
72 |
+
* SAFE UPDATE: No data loss for those upgrading from version 1.0 or higher
|
73 |
+
* Added alt attribute to link’s icon
|
74 |
+
|
75 |
= 2.0.3 =
|
76 |
* SAFE UPDATE: No data loss for those upgrading from version 1.0 or higher
|
77 |
* Style bug fixes
|
tmm.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Team Members
|
4 |
Plugin URI: http://wpdarko.com/support/documentation/get-started-team-members/
|
5 |
Description: A responsive, simple and clean way to display your team. Create new members, add their positions, bios, social links and copy-paste the shortcode into any post/page. Find support and information on the <a href="http://wpdarko.com/team-members/">plugin's page</a>. This free version is NOT limited and does not contain any ad. Check out the <a href='http://wpdarko.com/items/team-members-pro'>PRO version</a> for more great features.
|
6 |
-
Version: 2.0.
|
7 |
Author: WP Darko
|
8 |
Author URI: http://wpdarko.com
|
9 |
License: GPL2
|
@@ -657,7 +657,7 @@ function tmm_sc($atts) {
|
|
657 |
$output .= '</div>';
|
658 |
|
659 |
|
660 |
-
endwhile; endif;
|
661 |
|
662 |
return $output;
|
663 |
|
3 |
Plugin Name: Team Members
|
4 |
Plugin URI: http://wpdarko.com/support/documentation/get-started-team-members/
|
5 |
Description: A responsive, simple and clean way to display your team. Create new members, add their positions, bios, social links and copy-paste the shortcode into any post/page. Find support and information on the <a href="http://wpdarko.com/team-members/">plugin's page</a>. This free version is NOT limited and does not contain any ad. Check out the <a href='http://wpdarko.com/items/team-members-pro'>PRO version</a> for more great features.
|
6 |
+
Version: 2.0.4
|
7 |
Author: WP Darko
|
8 |
Author URI: http://wpdarko.com
|
9 |
License: GPL2
|
657 |
$output .= '</div>';
|
658 |
|
659 |
|
660 |
+
endwhile; endif;
|
661 |
|
662 |
return $output;
|
663 |
|