File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"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) " ,
5
5
"author" : " Davis Shaver" ,
6
6
"license" : " GPL-2.0-or-later" ,
7
7
"keywords" : [
Original file line number Diff line number Diff line change 1
- # RainbowKit Login for WordPress (Web3 Integration for Sign-In With Ethereum)
1
+ # RainbowKit Login (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.
5
- Version: 0.1.2
5
+ Version: 0.1.4
6
6
Author: Davis Shaver
7
7
Author URI: < https://davisshaver.com >
8
8
License: GPL v2 or later
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: RainbowKit Login for WordPress (Web3 Integration for Sign-In With Ethereum)
10
+ * Plugin Name: RainbowKit Login (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.3
13
+ * Version: 0.1.4
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.3 ' );
31
+ define ( 'WP_RAINBOW_ASSETS_VERSION ' , '0.1.4 ' );
32
32
33
33
// Include the autoloader.
34
34
add_action (
You can’t perform that action at this time.
0 commit comments