Skip to content

Commit

Permalink
version bump 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
helgatheviking committed Mar 29, 2024
1 parent 87be6d7 commit 299896a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 16 deletions.
10 changes: 5 additions & 5 deletions languages/simple-user-listing.pot
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Copyright (C) 2024 Kathy Darling
# This file is distributed under the GPL2.
# This file is distributed under the GPL3.
msgid ""
msgstr ""
"Project-Id-Version: Simple User Listing 2.0.0-beta.1\n"
"Project-Id-Version: Simple User Listing 2.0.3\n"
"Report-Msgid-Bugs-To: https://github.com/helgatheviking/simple-user-listing/issues/new/\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-03-25T14:23:07-04:00\n"
"POT-Creation-Date: 2024-03-29T14:42:38-04:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.10.0\n"
"X-Domain: simple-user-listing\n"
Expand Down Expand Up @@ -43,14 +43,14 @@ msgstr ""
msgid "Read posts by %s"
msgstr ""

#: includes/simple-user-listing-template-functions.php:194
#: includes/simple-user-listing-template-functions.php:195
msgctxt "number of posts"
msgid "1 post"
msgid_plural "%s posts"
msgstr[0] ""
msgstr[1] ""

#: includes/simple-user-listing-template-functions.php:243
#: includes/simple-user-listing-template-functions.php:244
msgid "Company: %s"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Simple User Listing",
"name": "simple-user-listing",
"version": "2.0.2",
"version": "2.0.3",
"description": "Display a directory WordPress users",
"main": "Gruntfile.js",
"license": "GPL-3.0",
Expand Down
14 changes: 6 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# Simple User Listing #
**Contributors:** [helgatheviking](https://profiles.wordpress.org/helgatheviking/)
**Donate link:** https://www.paypal.me/kathyisawesome
**Tags:** users, authors, directory
**Requires at least:** 6.1.0
**Tested up to:** 6.5.0
**Stable tag:** 2.0.2
**License:** GPLv3 or later
**License URI:** http://www.gnu.org/licenses/gpl-3.0.html

A shortcode for displaying paginated lists of users.

This is a developmental repo. Clone this repo and run `npm install && npm run release`
OR
|[Download latest release](https://github.com/helgatheviking/kia-subtitle/releases/latest)|



## Description ##

Other plugins output paginated lists of users, but I needed to be able to customize and style this list to fit my theme. So I created this plugin to use templates that can be overridden and customized by theme developers.
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.me/kathyisawesome
Tags: users, authors, directory
Requires at least: 6.1.0
Tested up to: 6.5.0
Stable tag: 2.0.2
Stable tag: 2.0.3
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -249,6 +249,9 @@ add_action( 'simple_user_listing_after_loop', 'kia_restore_s2' );

== Changelog ==

= 2.0.3 =
* Fix: No plugin changes. Fix SVN chaos caused by autodeploy scripts.

= 2.0.2 =
* New: Bump tested WordPress version to 6.5
* Fix: Try deploy one more time :/
Expand Down
2 changes: 1 addition & 1 deletion simple-user-listing.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: http://www.kathyisawesome.com/489/simple-user-listing/
* Description: Display a directory WordPress users.
* Author: Kathy Darling
* Version: 2.0.2
* Version: 2.0.3
* Author URI: http://kathyisawesome.com
* License: GPL3
* Text Domain: simple-user-listing
Expand Down

0 comments on commit 299896a

Please sign in to comment.