Skip to content

Commit eb9424b

Browse files
committed
Final release preparations
1 parent 1bf2d15 commit eb9424b

File tree

6 files changed

+46
-46
lines changed

6 files changed

+46
-46
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can then use one of these ways to display the list anywhere on your site.
2222

2323
**Action**
2424

25-
Use the `wp_team_list` hook to directly display the users in your theme.
25+
Use the `wp_team_list` hook to directly display the users in your theme or plugin.
2626

2727
For example, you can show users of any role ordered by their name:
2828

@@ -51,7 +51,7 @@ Use the `[wp_team_list]` shortcode to display a team list in your posts. Support
5151

5252
Example:
5353

54-
`[rplus_team_list role="author" orderby="last_name" order="desc"]`
54+
`[wp_team_list role="author" orderby="last_name" order="desc"]`
5555

5656
**Pro tip:** If you use the [Shortcake WordPress plugin](https://github.com/fusioneng/Shortcake "GitHub - Shortcake"), you'll get an inline preview of the shortcode right in the visual editor. You can also add the shortcode with the click of a button.
5757

@@ -73,7 +73,7 @@ Want do display the team members in your sidebar? Use the built-in WordPress wid
7373
Easy! You can report bugs, with reproduction steps, or post patches on [GitHub](https://github.com/wearerequired/rplus-wp-team-list).
7474

7575
### What kind of filters / hooks are available? ###
76-
* `wp_team_list_user_role` - Customize or disable the user roles displayed in the team list.
76+
* `wp_team_list_user_role` - Filter the user role displayed in the team list.
7777
* `wp_team_list_query_args` - Filter the `WP_User_Query` arguments.
7878
* `wp_team_list_template` - Change the team list template.
7979
Note: You can also put a `rplus-wp-team-list.php` file in your theme folder.
@@ -82,7 +82,7 @@ Easy! You can report bugs, with reproduction steps, or post patches on [GitHub](
8282
## Screenshots ##
8383

8484
1. This is how your team list can look like with some additional CSS.
85-
2. The plugin only provides limited styling. It's up for you to adjust it.
85+
2. The plugin only provides limited styling. It's up to you to adjust it.
8686
3. The configuration options of the built-in widget.
8787

8888
## Changelog ##

languages/wp-team-list-de_CH.mo

0 Bytes
Binary file not shown.

languages/wp-team-list-de_CH.po

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ msgid ""
44
msgstr ""
55
"Project-Id-Version: WP Team List 1.0.1\n"
66
"Report-Msgid-Bugs-To: http://required.ch\n"
7-
"POT-Creation-Date: 2015-11-17 18:16+0100\n"
8-
"PO-Revision-Date: 2015-11-17 18:17+0100\n"
7+
"POT-Creation-Date: 2015-11-24 16:17+0100\n"
8+
"PO-Revision-Date: 2015-11-24 16:17+0100\n"
99
"Last-Translator: Pascal Birchler <[email protected]>\n"
1010
"Language-Team: required+\n"
1111
"Language: de_CH\n"
@@ -47,7 +47,7 @@ msgid "Role:"
4747
msgstr "Rolle:"
4848

4949
#: includes/class-wp-team-list-widget.php:121
50-
#: includes/class-wp-team-list.php:426
50+
#: includes/class-wp-team-list.php:422
5151
msgid "All"
5252
msgstr "All"
5353

@@ -76,42 +76,42 @@ msgid "Hide this user from the team list"
7676
msgstr "Diesen Benutzer in der Team-Liste verstecken"
7777

7878
#: includes/class-wp-team-list.php:153
79-
msgid "Visible"
80-
msgstr "sichtbar"
81-
82-
#: includes/class-wp-team-list.php:156
8379
msgid "Hidden"
8480
msgstr "versteckt"
8581

86-
#: includes/class-wp-team-list.php:170 includes/class-wp-team-list.php:432
82+
#: includes/class-wp-team-list.php:153
83+
msgid "Visible"
84+
msgstr "sichtbar"
85+
86+
#: includes/class-wp-team-list.php:166 includes/class-wp-team-list.php:428
8787
msgid "Team List"
8888
msgstr "Team-Liste"
8989

90-
#: includes/class-wp-team-list.php:279
90+
#: includes/class-wp-team-list.php:275
9191
msgid "Use the %s filter instead."
9292
msgstr "Benutze stattdessen den %s Filter."
9393

94-
#: includes/class-wp-team-list.php:436
94+
#: includes/class-wp-team-list.php:432
9595
msgid "Role"
9696
msgstr "Rolle"
9797

98-
#: includes/class-wp-team-list.php:443
98+
#: includes/class-wp-team-list.php:439
9999
msgid "Order By"
100100
msgstr "Sortieren nach"
101101

102-
#: includes/class-wp-team-list.php:448
102+
#: includes/class-wp-team-list.php:444
103103
msgid "Post Count"
104104
msgstr "Anzahl Beiträge"
105105

106-
#: includes/class-wp-team-list.php:452
106+
#: includes/class-wp-team-list.php:448
107107
msgid "Order"
108108
msgstr "Sortierung"
109109

110-
#: includes/class-wp-team-list.php:457
110+
#: includes/class-wp-team-list.php:453
111111
msgid "Ascending"
112112
msgstr "aufsteigend"
113113

114-
#: includes/class-wp-team-list.php:458
114+
#: includes/class-wp-team-list.php:454
115115
msgid "Descending"
116116
msgstr "absteigend"
117117

languages/wp-team-list-de_DE.mo

0 Bytes
Binary file not shown.

languages/wp-team-list-de_DE.po

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ msgid ""
44
msgstr ""
55
"Project-Id-Version: WP Team List 1.0.1\n"
66
"Report-Msgid-Bugs-To: http://required.ch\n"
7-
"POT-Creation-Date: 2015-11-17 18:16+0100\n"
8-
"PO-Revision-Date: 2015-11-17 18:16+0100\n"
7+
"POT-Creation-Date: 2015-11-24 16:16+0100\n"
8+
"PO-Revision-Date: 2015-11-24 16:17+0100\n"
99
"Last-Translator: Pascal Birchler <[email protected]>\n"
1010
"Language-Team: required+\n"
1111
"Language: de_DE\n"
@@ -47,7 +47,7 @@ msgid "Role:"
4747
msgstr "Rolle:"
4848

4949
#: includes/class-wp-team-list-widget.php:121
50-
#: includes/class-wp-team-list.php:426
50+
#: includes/class-wp-team-list.php:422
5151
msgid "All"
5252
msgstr "All"
5353

@@ -76,42 +76,42 @@ msgid "Hide this user from the team list"
7676
msgstr "Diesen Benutzer in der Team-Liste verstecken"
7777

7878
#: includes/class-wp-team-list.php:153
79-
msgid "Visible"
80-
msgstr "sichtbar"
81-
82-
#: includes/class-wp-team-list.php:156
8379
msgid "Hidden"
8480
msgstr "versteckt"
8581

86-
#: includes/class-wp-team-list.php:170 includes/class-wp-team-list.php:432
82+
#: includes/class-wp-team-list.php:153
83+
msgid "Visible"
84+
msgstr "sichtbar"
85+
86+
#: includes/class-wp-team-list.php:166 includes/class-wp-team-list.php:428
8787
msgid "Team List"
8888
msgstr "Team-Liste"
8989

90-
#: includes/class-wp-team-list.php:279
90+
#: includes/class-wp-team-list.php:275
9191
msgid "Use the %s filter instead."
9292
msgstr "Benutze stattdessen den %s Filter."
9393

94-
#: includes/class-wp-team-list.php:436
94+
#: includes/class-wp-team-list.php:432
9595
msgid "Role"
9696
msgstr "Rolle"
9797

98-
#: includes/class-wp-team-list.php:443
98+
#: includes/class-wp-team-list.php:439
9999
msgid "Order By"
100100
msgstr "Sortieren nach"
101101

102-
#: includes/class-wp-team-list.php:448
102+
#: includes/class-wp-team-list.php:444
103103
msgid "Post Count"
104104
msgstr "Anzahl Beiträge"
105105

106-
#: includes/class-wp-team-list.php:452
106+
#: includes/class-wp-team-list.php:448
107107
msgid "Order"
108108
msgstr "Sortierung"
109109

110-
#: includes/class-wp-team-list.php:457
110+
#: includes/class-wp-team-list.php:453
111111
msgid "Ascending"
112112
msgstr "aufsteigend"
113113

114-
#: includes/class-wp-team-list.php:458
114+
#: includes/class-wp-team-list.php:454
115115
msgid "Descending"
116116
msgstr "absteigend"
117117

languages/wp-team-list.pot

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ msgid "Role:"
4949
msgstr ""
5050

5151
#: includes/class-wp-team-list-widget.php:121
52-
#: includes/class-wp-team-list.php:426
52+
#: includes/class-wp-team-list.php:422
5353
msgid "All"
5454
msgstr ""
5555

@@ -78,42 +78,42 @@ msgid "Hide this user from the team list"
7878
msgstr ""
7979

8080
#: includes/class-wp-team-list.php:153
81-
msgid "Visible"
81+
msgid "Hidden"
8282
msgstr ""
8383

84-
#: includes/class-wp-team-list.php:156
85-
msgid "Hidden"
84+
#: includes/class-wp-team-list.php:153
85+
msgid "Visible"
8686
msgstr ""
8787

88-
#: includes/class-wp-team-list.php:170 includes/class-wp-team-list.php:432
88+
#: includes/class-wp-team-list.php:166 includes/class-wp-team-list.php:428
8989
msgid "Team List"
9090
msgstr ""
9191

92-
#: includes/class-wp-team-list.php:279
92+
#: includes/class-wp-team-list.php:275
9393
msgid "Use the %s filter instead."
9494
msgstr ""
9595

96-
#: includes/class-wp-team-list.php:436
96+
#: includes/class-wp-team-list.php:432
9797
msgid "Role"
9898
msgstr ""
9999

100-
#: includes/class-wp-team-list.php:443
100+
#: includes/class-wp-team-list.php:439
101101
msgid "Order By"
102102
msgstr ""
103103

104-
#: includes/class-wp-team-list.php:448
104+
#: includes/class-wp-team-list.php:444
105105
msgid "Post Count"
106106
msgstr ""
107107

108-
#: includes/class-wp-team-list.php:452
108+
#: includes/class-wp-team-list.php:448
109109
msgid "Order"
110110
msgstr ""
111111

112-
#: includes/class-wp-team-list.php:457
112+
#: includes/class-wp-team-list.php:453
113113
msgid "Ascending"
114114
msgstr ""
115115

116-
#: includes/class-wp-team-list.php:458
116+
#: includes/class-wp-team-list.php:454
117117
msgid "Descending"
118118
msgstr ""
119119

0 commit comments

Comments
 (0)