From 299896a9755a10343c13ee149bb48901852a0fcd Mon Sep 17 00:00:00 2001 From: helgatheviking <507025+helgatheviking@users.noreply.github.com> Date: Fri, 29 Mar 2024 14:42:57 -0400 Subject: [PATCH] version bump 2.0.3 --- languages/simple-user-listing.pot | 10 +++++----- package.json | 2 +- readme.md | 14 ++++++-------- readme.txt | 5 ++++- simple-user-listing.php | 2 +- 5 files changed, 17 insertions(+), 16 deletions(-) diff --git a/languages/simple-user-listing.pot b/languages/simple-user-listing.pot index f4ce130..5ff73fe 100644 --- a/languages/simple-user-listing.pot +++ b/languages/simple-user-listing.pot @@ -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 \n" "Language-Team: LANGUAGE \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" @@ -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 "" diff --git a/package.json b/package.json index 25321a6..ff22fed 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/readme.md b/readme.md index 6e21352..d431fa6 100644 --- a/readme.md +++ b/readme.md @@ -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. diff --git a/readme.txt b/readme.txt index 1310616..21c26fa 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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 :/ diff --git a/simple-user-listing.php b/simple-user-listing.php index 247bc00..8004372 100644 --- a/simple-user-listing.php +++ b/simple-user-listing.php @@ -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