Version Description
Download this release
Release Info
Developer | TemplateMonster 2002 |
Plugin | Cherry Team Members |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
- cherry-team-members.php +2 -2
- readme.txt +1 -1
- templates/shortcodes/cherry_team/single.tmpl +1 -1
cherry-team-members.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Cherry Team Members
|
4 |
* Plugin URI: http://www.templatemonster.com/wordpress-themes.php
|
5 |
* Description: Cherry Team Members plugin allows you to showcase your team and personnel.
|
6 |
-
* Version: 1.0.
|
7 |
* Author: TemplateMonster
|
8 |
* Author URI: http://www.templatemonster.com/
|
9 |
* Text Domain: cherry-team
|
@@ -45,7 +45,7 @@ if ( ! class_exists( 'Cherry_Team_Members' ) ) {
|
|
45 |
*
|
46 |
* @var string
|
47 |
*/
|
48 |
-
private $version = '1.0.
|
49 |
|
50 |
/**
|
51 |
* Plugin dir URL
|
3 |
* Plugin Name: Cherry Team Members
|
4 |
* Plugin URI: http://www.templatemonster.com/wordpress-themes.php
|
5 |
* Description: Cherry Team Members plugin allows you to showcase your team and personnel.
|
6 |
+
* Version: 1.0.2
|
7 |
* Author: TemplateMonster
|
8 |
* Author URI: http://www.templatemonster.com/
|
9 |
* Text Domain: cherry-team
|
45 |
*
|
46 |
* @var string
|
47 |
*/
|
48 |
+
private $version = '1.0.2';
|
49 |
|
50 |
/**
|
51 |
* Plugin dir URL
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Contributors: TemplateMonster 2002
|
|
4 |
Tags: custom post type, team
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 4.6.1
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
4 |
Tags: custom post type, team
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 4.6.1
|
7 |
+
Stable tag: 1.0.2
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
templates/shortcodes/cherry_team/single.tmpl
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
%%PHOTO size="medium" link="false"%%
|
3 |
</div>
|
4 |
<div class="team-meta">
|
5 |
-
|
6 |
%%POSITION%%
|
7 |
%%LOCATION%%
|
8 |
%%PHONE%%
|
2 |
%%PHOTO size="medium" link="false"%%
|
3 |
</div>
|
4 |
<div class="team-meta">
|
5 |
+
%%NAME wrap="h1" class="team-member-name"%%
|
6 |
%%POSITION%%
|
7 |
%%LOCATION%%
|
8 |
%%PHONE%%
|