Skip to content

Commit

Permalink
🐛 Remove WordPress from plugin title
Browse files Browse the repository at this point in the history
  • Loading branch information
davisshaver committed May 8, 2022
1 parent b704bbb commit 333bfeb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wp-rainbow",
"version": "0.1.3",
"description": "Sign-In With Ethereum for WordPress using RainbowKit",
"version": "0.1.4",
"description": "RainbowKit Login (Web3 Integration for Sign-In With Ethereum)",
"author": "Davis Shaver",
"license": "GPL-2.0-or-later",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# RainbowKit Login for WordPress (Web3 Integration for Sign-In With Ethereum)
# RainbowKit Login (Web3 Integration for Sign-In With Ethereum)

Plugin URI: <https://wp-rainbow.davisshaver.com/>
Description: WP Rainbow allows WordPress users to log in with Ethereum using the Sign-In With Ethereum standard, powered by RainbowKit.
Version: 0.1.2
Version: 0.1.4
Author: Davis Shaver
Author URI: <https://davisshaver.com>
License: GPL v2 or later
Expand Down
6 changes: 3 additions & 3 deletions wp-rainbow.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
* @license: GPL-2.0-or-later
*
* @wordpress-plugin
* Plugin Name: RainbowKit Login for WordPress (Web3 Integration for Sign-In With Ethereum)
* Plugin Name: RainbowKit Login (Web3 Integration for Sign-In With Ethereum)
* Plugin URI: https://wp-rainbow.davisshaver.com/
* Description: WP Rainbow allows WordPress users to log in with Ethereum using the Sign-In With Ethereum standard, powered by RainbowKit.
* Version: 0.1.3
* Version: 0.1.4
* Author: Davis Shaver
* Author URI: https://davisshaver.com/
* License: GPL v2 or later
Expand All @@ -28,7 +28,7 @@
*
* @var string
*/
define( 'WP_RAINBOW_ASSETS_VERSION', '0.1.3' );
define( 'WP_RAINBOW_ASSETS_VERSION', '0.1.4' );

// Include the autoloader.
add_action(
Expand Down

0 comments on commit 333bfeb

Please sign in to comment.