Skip to content

Commit

Permalink
Version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Nov 10, 2015
1 parent aa90805 commit 4fa4b40
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Tags: authors, widget, users, list, team, shortcode
* Requires at least: 3.5.1
* Tested up to: 4.4
* Stable tag: 1.1.1
* Stable tag: 1.1.2
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

## Changelog ##

### 1.1.0 ###
### 1.1.2 ###
* Fix: A small error in the previous release.

### 1.1.1 ###
* Enhancement: Allows role 'All' in the widget to display users with any role.

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

## Upgrade Notice ##

### 1.1.2 ###
Fixes a small bug in the previous release.

### 1.1.1 ###
Allows role 'All' in the widget to display users with any role.

Expand Down
2 changes: 1 addition & 1 deletion class-rplus-wp-team-list.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class WP_Team_List {
*
* @var string
*/
const VERSION = '1.1.1';
const VERSION = '1.1.2';

/**
* Unique identifier for your plugin.
Expand Down
2 changes: 1 addition & 1 deletion languages/wp-team-list.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is distributed under the GPL-2.0+.
msgid ""
msgstr ""
"Project-Id-Version: WP Team List 1.1.0\n"
"Project-Id-Version: WP Team List 1.1.2\n"
"Report-Msgid-Bugs-To: http://required.ch\n"
"POT-Creation-Date: 2015-03-24 08:44:49+00:00\n"
"MIME-Version: 1.0\n"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rplus-wp-team-list",
"title": "WP Team List",
"description": "Create a simple team site using your WordPress users. The plugin provides you with a shortcode, template tag and a widget.",
"version": "1.1.1",
"version": "1.1.2",
"homepage": "https://github.com/wearerequired/digest",
"license": "GPL-2.0+",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion rplus-wp-team-list.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Plugin Name: WP Team List
* Plugin URI: https://github.com/wearerequired/rplus-wp-team-list
* 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.
* Version: 1.1.1
* Version: 1.1.2
* Author: required+
* Author URI: http://required.ch
* Text Domain: wp-team-list
Expand Down

0 comments on commit 4fa4b40

Please # to comment.