File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " wp-rainbow" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.1.3 " ,
4
4
"description" : " Sign-In With Ethereum for WordPress using RainbowKit" ,
5
5
"author" : " Davis Shaver" ,
6
6
"license" : " GPL-2.0-or-later" ,
Original file line number Diff line number Diff line change 1
- # WP Rainbow
1
+ # RainbowKit Login for WordPress (Web3 Integration for Sign-In With Ethereum)
2
2
3
3
Plugin URI: < https://wp-rainbow.davisshaver.com/ >
4
4
Description: WP Rainbow allows WordPress users to log in with Ethereum using the Sign-In With Ethereum standard, powered by RainbowKit.
Original file line number Diff line number Diff line change 7
7
* @license: GPL-2.0-or-later
8
8
*
9
9
* @wordpress-plugin
10
- * Plugin Name: WP Rainbow
10
+ * Plugin Name: RainbowKit Login for WordPress (Web3 Integration for Sign-In With Ethereum)
11
11
* Plugin URI: https://wp-rainbow.davisshaver.com/
12
12
* 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
14
14
* Author: Davis Shaver
15
15
* Author URI: https://davisshaver.com/
16
16
* License: GPL v2 or later
28
28
*
29
29
* @var string
30
30
*/
31
- define ( 'WP_RAINBOW_ASSETS_VERSION ' , '0.1.2 ' );
31
+ define ( 'WP_RAINBOW_ASSETS_VERSION ' , '0.1.3 ' );
32
32
33
33
// Include the autoloader.
34
34
add_action (
You can’t perform that action at this time.
0 commit comments