Version Description
- Bug fix impacting group filtering since WP4.9
Download this release
Release Info
Developer | smartcat |
Plugin | Our Team Showcase |
Version | 4.3.1 |
Comparing to | |
See all releases |
Code changes from version 4.3.0 to 4.3.1
- includes/functions.php +1 -1
- our-team-showcase.php +1 -1
- readme.txt +4 -1
includes/functions.php
CHANGED
@@ -41,7 +41,7 @@ function get_members_in_order( $limit = null, $group = false ) {
|
|
41 |
array(
|
42 |
'taxonomy' => 'team_member_position',
|
43 |
'field' => 'term_id',
|
44 |
-
'terms' => $group
|
45 |
),
|
46 |
);
|
47 |
|
41 |
array(
|
42 |
'taxonomy' => 'team_member_position',
|
43 |
'field' => 'term_id',
|
44 |
+
'terms' => absint( $group )
|
45 |
),
|
46 |
);
|
47 |
|
our-team-showcase.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Our Team Showcase
|
4 |
* Plugin URI: https://smartcatdesign.net/downloads/our-team-showcase/
|
5 |
* Description: Display your team members in a very attractive way as a widget or page with the shortcode [our-team]
|
6 |
-
* Version: 4.3.
|
7 |
* Author: Smartcat
|
8 |
* Author URI: https://smartcatdesign.net
|
9 |
* License: GPL2
|
3 |
* Plugin Name: Our Team Showcase
|
4 |
* Plugin URI: https://smartcatdesign.net/downloads/our-team-showcase/
|
5 |
* Description: Display your team members in a very attractive way as a widget or page with the shortcode [our-team]
|
6 |
+
* Version: 4.3.1
|
7 |
* Author: Smartcat
|
8 |
* Author URI: https://smartcatdesign.net
|
9 |
* License: GPL2
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://smartcatdesign.net/downloads/our-team-showcase/
|
|
4 |
Tags: team, staff, directory, employees, widget, shortcode, members, carousel, honeycomb, stack, grid, custom, template, social, profile, custom post type, portfolio, profile,meet team, skills, cv,v-card, portal
|
5 |
Requires at least: 4.6
|
6 |
Tested up to: 4.8.1
|
7 |
-
Stable tag: 4.
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
The best way to display your employees, team members, or any type of list. Multiple appealing templates,SEO friendly, re-order, import/export functionality
|
@@ -99,6 +99,9 @@ Team Member Details & Icons:
|
|
99 |
|
100 |
== Changelog ==
|
101 |
|
|
|
|
|
|
|
102 |
= 4.3.0 =
|
103 |
1. Added Import & Export tools
|
104 |
2. Fixes and cleanup
|
4 |
Tags: team, staff, directory, employees, widget, shortcode, members, carousel, honeycomb, stack, grid, custom, template, social, profile, custom post type, portfolio, profile,meet team, skills, cv,v-card, portal
|
5 |
Requires at least: 4.6
|
6 |
Tested up to: 4.8.1
|
7 |
+
Stable tag: 4.3.0
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
The best way to display your employees, team members, or any type of list. Multiple appealing templates,SEO friendly, re-order, import/export functionality
|
99 |
|
100 |
== Changelog ==
|
101 |
|
102 |
+
= 4.3.1 =
|
103 |
+
1. Bug fix impacting group filtering since WP4.9
|
104 |
+
|
105 |
= 4.3.0 =
|
106 |
1. Added Import & Export tools
|
107 |
2. Fixes and cleanup
|