Skip to content

Commit 5e462c5

Browse files
committed
Version 1.1.1
1 parent e49b96b commit 5e462c5

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ Easy! You can report bugs, with reproduction steps, or post patches on [GitHub](
6767

6868
## Changelog ##
6969

70+
### 1.1.0 ###
71+
* Enhancement: Allows role 'All' in the widget to display users with any role.
72+
7073
### 1.1.0 ###
7174
* Fix: Correct stylesheet URL.
7275
* Enhancement: Support multiple roles in the shortcode (comma-separated).
@@ -97,6 +100,9 @@ Easy! You can report bugs, with reproduction steps, or post patches on [GitHub](
97100

98101
## Upgrade Notice ##
99102

103+
### 1.1.1 ###
104+
Allows role 'All' in the widget to display users with any role.
105+
100106
### 1.1.0 ###
101107
Supports multiple user roles und listing only specific users.
102108

class-rplus-wp-team-list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class WP_Team_List {
2323
*
2424
* @var string
2525
*/
26-
const VERSION = '1.1.0';
26+
const VERSION = '1.1.1';
2727

2828
/**
2929
* Unique identifier for your plugin.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rplus-wp-team-list",
33
"title": "WP Team List",
44
"description": "Create a simple team site using your WordPress users. The plugin provides you with a shortcode, template tag and a widget.",
5-
"version": "1.1.0",
5+
"version": "1.1.1",
66
"homepage": "https://github.com/wearerequired/digest",
77
"license": "GPL-2.0+",
88
"author": {

rplus-wp-team-list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Plugin Name: WP Team List
1313
* Plugin URI: https://github.com/wearerequired/rplus-wp-team-list
1414
* Description: Display your teammates anywhere on your WordPress site using this easy-to-use plugin. Provides you with a widget, a shortcode <code>[rplus_team_list]</code> and a template function <code>rplus_wp_team_list( $args, $echo = true );</code> to list the blog authors.
15-
* Version: 1.1.0
15+
* Version: 1.1.1
1616
* Author: required+
1717
* Author URI: http://required.ch
1818
* Text Domain: wp-team-list

0 commit comments

Comments
 (0)