Version Description
Download this release
Release Info
Developer | TemplateMonster 2002 |
Plugin | Cherry Team Members |
Version | 1.4.4.3 |
Comparing to | |
See all releases |
Code changes from version 1.4.4.2 to 1.4.4.3
- cherry-team-members.php +1 -1
- public/includes/class-cherry-team-data.php +0 -2
- readme.txt +1 -1
cherry-team-members.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Cherry Team Members
|
4 |
* Plugin URI:
|
5 |
* Description: Cherry Team Members plugin allows you to showcase your team and personnel.
|
6 |
-
* Version: 1.4.4.
|
7 |
* Author: Zemez
|
8 |
* Author URI: https://zemez.io/wordpress/
|
9 |
* Text Domain: cherry-team
|
3 |
* Plugin Name: Cherry Team Members
|
4 |
* Plugin URI:
|
5 |
* Description: Cherry Team Members plugin allows you to showcase your team and personnel.
|
6 |
+
* Version: 1.4.4.3
|
7 |
* Author: Zemez
|
8 |
* Author URI: https://zemez.io/wordpress/
|
9 |
* Text Domain: cherry-team
|
public/includes/class-cherry-team-data.php
CHANGED
@@ -147,7 +147,6 @@ class Cherry_Team_Members_Data {
|
|
147 |
|
148 |
if ( ! $query ) {
|
149 |
|
150 |
-
wp_reset_query();
|
151 |
wp_reset_postdata();
|
152 |
|
153 |
$output = esc_html__( 'There are no team members found.', 'cherry-team' );
|
@@ -239,7 +238,6 @@ class Cherry_Team_Members_Data {
|
|
239 |
*/
|
240 |
$output = apply_filters( 'cherry_team_html', $output, $query, $args );
|
241 |
|
242 |
-
wp_reset_query();
|
243 |
wp_reset_postdata();
|
244 |
|
245 |
if ( true != $args['echo'] ) {
|
147 |
|
148 |
if ( ! $query ) {
|
149 |
|
|
|
150 |
wp_reset_postdata();
|
151 |
|
152 |
$output = esc_html__( 'There are no team members found.', 'cherry-team' );
|
238 |
*/
|
239 |
$output = apply_filters( 'cherry_team_html', $output, $query, $args );
|
240 |
|
|
|
241 |
wp_reset_postdata();
|
242 |
|
243 |
if ( true != $args['echo'] ) {
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Contributors: TemplateMonster 2002
|
|
4 |
Tags: custom post type, team, cherry-framework, elementor, elementor builder
|
5 |
Requires at least: 4.7
|
6 |
Tested up to: 4.9
|
7 |
-
Stable tag: 1.4.4.
|
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, elementor, elementor builder
|
5 |
Requires at least: 4.7
|
6 |
Tested up to: 4.9
|
7 |
+
Stable tag: 1.4.4.3
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|