Skip to content

Commit 4fa4b40

Browse files
committed
Version 1.1.2
1 parent aa90805 commit 4fa4b40

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Tags: authors, widget, users, list, team, shortcode
55
* Requires at least: 3.5.1
66
* Tested up to: 4.4
7-
* Stable tag: 1.1.1
7+
* Stable tag: 1.1.2
88
* License: GPLv2 or later
99
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -67,7 +67,10 @@ Easy! You can report bugs, with reproduction steps, or post patches on [GitHub](
6767

6868
## Changelog ##
6969

70-
### 1.1.0 ###
70+
### 1.1.2 ###
71+
* Fix: A small error in the previous release.
72+
73+
### 1.1.1 ###
7174
* Enhancement: Allows role 'All' in the widget to display users with any role.
7275

7376
### 1.1.0 ###
@@ -100,6 +103,9 @@ Easy! You can report bugs, with reproduction steps, or post patches on [GitHub](
100103

101104
## Upgrade Notice ##
102105

106+
### 1.1.2 ###
107+
Fixes a small bug in the previous release.
108+
103109
### 1.1.1 ###
104110
Allows role 'All' in the widget to display users with any role.
105111

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.1';
26+
const VERSION = '1.1.2';
2727

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

languages/wp-team-list.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is distributed under the GPL-2.0+.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: WP Team List 1.1.0\n"
5+
"Project-Id-Version: WP Team List 1.1.2\n"
66
"Report-Msgid-Bugs-To: http://required.ch\n"
77
"POT-Creation-Date: 2015-03-24 08:44:49+00:00\n"
88
"MIME-Version: 1.0\n"

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.1",
5+
"version": "1.1.2",
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.1
15+
* Version: 1.1.2
1616
* Author: required+
1717
* Author URI: http://required.ch
1818
* Text Domain: wp-team-list

0 commit comments

Comments
 (0)