Cherry Team Members - Version 1.2.1

Version Description

Download this release

Release Info

Developer TemplateMonster 2002
Plugin Icon 128x128 Cherry Team Members
Version 1.2.1
Comparing to
See all releases

Code changes from version 1.2.0 to 1.2.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.2.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.2.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.2.1
7
  * Author: TemplateMonster
8
  * Author URI: http://www.templatemonster.com/
9
  * Text Domain: cherry-team
45
  *
46
  * @var string
47
  */
48
+ private $version = '1.2.1';
49
 
50
  /**
51
  * Plugin dir URL
public/includes/class-cherry-team-init.php CHANGED
@@ -107,7 +107,7 @@ class Cherry_Team_Members_Init {
107
  *
108
  * @return WP_Post|false
109
  */
110
- public function get_archive_page_object() {
111
 
112
  $archive_page = cherry_team_members()->get_option( 'archive-page' );
113
 
107
  *
108
  * @return WP_Post|false
109
  */
110
+ public static function get_archive_page_object() {
111
 
112
  $archive_page = cherry_team_members()->get_option( 'archive-page' );
113
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Contributors: TemplateMonster 2002
4
  Tags: custom post type, team, cherry-framework
5
  Requires at least: 4.5
6
  Tested up to: 4.7.4
7
- Stable tag: 1.2.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, cherry-framework
5
  Requires at least: 4.5
6
  Tested up to: 4.7.4
7
+ Stable tag: 1.2.1
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10