Skip to content

Commit b704bbb

Browse files
committed
♻️ Rename plugin for WordPress.org rules
1 parent e70d84a commit b704bbb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-rainbow",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Sign-In With Ethereum for WordPress using RainbowKit",
55
"author": "Davis Shaver",
66
"license": "GPL-2.0-or-later",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# WP Rainbow
1+
# RainbowKit Login for WordPress (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.

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: WP Rainbow
10+
* Plugin Name: RainbowKit Login for WordPress (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.2
13+
* Version: 0.1.3
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.2' );
31+
define( 'WP_RAINBOW_ASSETS_VERSION', '0.1.3' );
3232

3333
// Include the autoloader.
3434
add_action(

0 commit comments

Comments
 (0)