Skip to content

Commit

Permalink
Version bump 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
helgatheviking committed Mar 25, 2024
1 parent cad83cc commit 3cb265c
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": "2.0.1",
"version": "2.0.2",
"description": "Display a directory WordPress 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:** 2.0.1
**Stable tag:** 2.0.2
**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: 6.1.0
Tested up to: 6.5.0
Stable tag: 2.0.1
Stable tag: 2.0.2
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 2.0.2 =
* New: Bump tested WordPress version to 6.5
* Fix: Try deploy one more time :/

= 2.0.1 =
* Fix: Deploy build routine failure :/

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.1-beta.1
* Version: 2.0.2
* Author URI: http://kathyisawesome.com
* License: GPL2
* Text Domain: simple-user-listing
Expand Down

0 comments on commit 3cb265c

Please sign in to comment.