Skip to content

Commit

Permalink
version bump 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
helgatheviking committed Mar 25, 2024
1 parent cf6fa39 commit df37908
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
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": "1.9.3",
"version": "2.0.0",
"description": "A shortcode for displaying paginated lists of users",
"main": "Gruntfile.js",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**Tags:** users, authors, directory
**Requires at least:** 4.5.0
**Tested up to:** 6.3.0
**Stable tag:** 1.9.3
**Stable tag:** 2.0.0
**License:** GPLv3 or later
**License URI:** http://www.gnu.org/licenses/gpl-3.0.html

Expand Down
6 changes: 5 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: 4.5.0
Tested up to: 6.3.0
Stable tag: 1.9.3
Stable tag: 2.0.0
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -249,8 +249,12 @@ add_action( 'simple_user_listing_after_loop', 'kia_restore_s2' );

== Changelog ==

= 2.0.0 =
* New: First attempt at a block. Look for the User Directory block. Simple queries are possible, but complex queries should still use the shortcode.

= 1.9.3 =
* Fix: Additional sanitization/security fixes. Props @WPprodigy.

= 1.9.2 =
* Fix: Sanitize 'as' input value in search-author.php form.

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: Create a simple shortcode to list our WordPress users.
Author: Kathy Darling
Version: 1.9.3
Version: 2.0.0
Author URI: http://kathyisawesome.com
License: GPL2
Text Domain: simple-user-listing
Expand Down

0 comments on commit df37908

Please sign in to comment.