Cherry Team Members - Version 1.0.2

Version Description

Download this release

Release Info

Developer TemplateMonster 2002
Plugin Icon 128x128 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 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.1
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.1';
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.1
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
- <h1>%%NAME%%</h1>
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%%