Skip to content

Commit

Permalink
🚚 Consistent use of RainbowKit Login as user-facing name
Browse files Browse the repository at this point in the history
  • Loading branch information
davisshaver committed May 11, 2022
1 parent 8071f42 commit 05cf790
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 27 deletions.
4 changes: 2 additions & 2 deletions blocks/login-block/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
},
"category": "widgets",
"description": "Show WP Rainbow login & logout links.",
"description": "Show RainbowKit Login login & logout links.",
"icon": "money",
"name": "wp-rainbow/login",
"styles": [
Expand Down Expand Up @@ -87,5 +87,5 @@
"fontSize": true
}
},
"title": "WP Rainbow Login"
"title": "RainbowKit Login"
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-rainbow/wp-rainbow",
"description": "WP Rainbow",
"description": "RainbowKit Login",
"type": "project",
"license": "GPL-2.0-or-later",
"authors": [
Expand Down
6 changes: 3 additions & 3 deletions inc/class-wp-rainbow-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ protected function setup() {
*/
public function action_admin_menu() {
add_menu_page(
'WP Rainbow Settings',
'WP Rainbow',
'RainbowKit Login Settings',
'RainbowKit Login',
'manage_options',
'wp_rainbow',
[ self::$instance, 'wp_rainbow_settings_page_html' ],
Expand Down Expand Up @@ -224,7 +224,7 @@ public function wp_rainbow_disable_passwords_for_wp_users_callback() {
<em>
<small>
<?php
esc_html_e( 'If enabled, non-admin WP Rainbow users will be passwordless.', 'wp-rainbow' );
esc_html_e( 'If enabled, non-admin RainbowKit Login users will be passwordless.', 'wp-rainbow' );
?>
</small>
</em>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-rainbow",
"version": "0.2.7",
"version": "0.2.8",
"description": "RainbowKit Login (Web3 Integration for Sign-In With Ethereum)",
"author": "Davis Shaver",
"license": "GPL-2.0-or-later",
Expand Down
4 changes: 2 additions & 2 deletions phpcs.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="WP Rainbow" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd">
<description>PHP_CodeSniffer standard for WP Rainbow.</description>
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="RainbowKit Login" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd">
<description>PHP_CodeSniffer standard for RainbowKit Login.</description>

<!-- Include Alley Rules -->
<rule ref="Alley-Interactive" />
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WP Rainbow
# RainbowKit Login (Web3 Integration for Sign-In With Ethereum)

[![PHPUnit Tests](https://github.com/davisshaver/wp-rainbow/actions/workflows/phpunit-tests.yml/badge.svg)](https://github.com/davisshaver/wp-rainbow/actions/workflows/phpunit-tests.yml)

Expand All @@ -8,7 +8,7 @@ _Want to try it out? [Head here.](https://wp-rainbow.davisshaver.com/wp-login.ph

## Installation

The recommended way to install WP Rainbow is downloading the ZIP file from [the most recent release](https://github.com/davisshaver/wp-rainbow/releases).
The recommended way to install RainbowKit Login is downloading the ZIP file from [the most recent release](https://github.com/davisshaver/wp-rainbow/releases).

## Development

Expand Down
13 changes: 2 additions & 11 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Tags: WordPress, web3, SIWE, Ethereum, RainbowKit, Sign-In With Ethereum
Tested up to: 6.0
Requires at least: 5.9
Requires PHP: 7.0
Stable tag: 0.2.7
Stable tag: 0.2.8
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

WP Rainbow allows WordPress users to log in with Ethereum using the Sign-In With Ethereum standard, powered by RainbowKit.
RainbowKit Login allows WordPress users to log in with Ethereum using the Sign-In With Ethereum standard, powered by RainbowKit.

== Description ==

Expand Down Expand Up @@ -46,15 +46,6 @@ Find reference implementations of all filters in [example plugin here](https://g
== Changelog ==

= 0.2.7 =
* Optimize files included in plugin on WordPress.org

= 0.2.6 =
* Optimize files included in plugin on WordPress.org

= 0.2.5 =
* Optimize files included in plugin on WordPress.org

= 0.2.4 =
* Initial plugin release to WordPress.org

== Screenshots =
Expand Down
2 changes: 1 addition & 1 deletion wp-rainbow-filter-examples.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Plugin Name: WP Rainbow Filter Examples
* Plugin Name: RainbowKit Login Filter Examples
* Version: 0.0.1
*
* @package WP_Rainbow_Filter_Examples
Expand Down
8 changes: 4 additions & 4 deletions wp-rainbow.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* WP Rainbow
* RainbowKit Login
*
* @package WP_Rainbow
* @author Davis Shaver
Expand All @@ -9,8 +9,8 @@
* @wordpress-plugin
* 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.2.7
* Description: RainbowKit Login allows WordPress users to log in with Ethereum using the Sign-In With Ethereum standard, powered by RainbowKit.
* Version: 0.2.8
* Author: Davis Shaver
* Author URI: https://davisshaver.com/
* License: GPL v2 or later
Expand All @@ -27,7 +27,7 @@
*
* @var string
*/
define( 'WP_RAINBOW_ASSETS_VERSION', '0.2.7' );
define( 'WP_RAINBOW_ASSETS_VERSION', '0.2.8' );

// Include the autoloader.
add_action(
Expand Down

0 comments on commit 05cf790

Please sign in to comment.