Skip to content

Commit 333bfeb

Browse files
committed
🐛 Remove WordPress from plugin title
1 parent b704bbb commit 333bfeb

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wp-rainbow",
3-
"version": "0.1.3",
4-
"description": "Sign-In With Ethereum for WordPress using RainbowKit",
3+
"version": "0.1.4",
4+
"description": "RainbowKit Login (Web3 Integration for Sign-In With Ethereum)",
55
"author": "Davis Shaver",
66
"license": "GPL-2.0-or-later",
77
"keywords": [

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# RainbowKit Login for WordPress (Web3 Integration for Sign-In With Ethereum)
1+
# RainbowKit Login (Web3 Integration for Sign-In With Ethereum)
22

33
Plugin URI: <https://wp-rainbow.davisshaver.com/>
44
Description: WP Rainbow allows WordPress users to log in with Ethereum using the Sign-In With Ethereum standard, powered by RainbowKit.
5-
Version: 0.1.2
5+
Version: 0.1.4
66
Author: Davis Shaver
77
Author URI: <https://davisshaver.com>
88
License: GPL v2 or later

wp-rainbow.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
* @license: GPL-2.0-or-later
88
*
99
* @wordpress-plugin
10-
* Plugin Name: RainbowKit Login for WordPress (Web3 Integration for Sign-In With Ethereum)
10+
* Plugin Name: RainbowKit Login (Web3 Integration for Sign-In With Ethereum)
1111
* Plugin URI: https://wp-rainbow.davisshaver.com/
1212
* Description: WP Rainbow allows WordPress users to log in with Ethereum using the Sign-In With Ethereum standard, powered by RainbowKit.
13-
* Version: 0.1.3
13+
* Version: 0.1.4
1414
* Author: Davis Shaver
1515
* Author URI: https://davisshaver.com/
1616
* License: GPL v2 or later
@@ -28,7 +28,7 @@
2828
*
2929
* @var string
3030
*/
31-
define( 'WP_RAINBOW_ASSETS_VERSION', '0.1.3' );
31+
define( 'WP_RAINBOW_ASSETS_VERSION', '0.1.4' );
3232

3333
// Include the autoloader.
3434
add_action(

0 commit comments

Comments
 (0)