You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: standardize GitHub owner slug to Ultimate-Multisite across all docs and code (#887)
Replace all occurrences of the incorrect 'Multisite-Ultimate' slug with the
canonical 'Ultimate-Multisite' across README.md, inc/class-wp-ultimo.php,
and .wiki/Enhance-Integration.md.
The wrong slug was causing broken badge URLs, dead installation links, and
incorrect GitHub API calls for update checks. The admin notice in
ultimate-multisite.php already used the correct slug; now all files match.
Resolves#881
Copy file name to clipboardExpand all lines: .wiki/Enhance-Integration.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
## Overview
4
4
Enhance is a modern control panel that provides powerful hosting automation and management capabilities. This integration enables automatic domain syncing and SSL certificate management between Ultimate Multisite and Enhance Control Panel.
5
5
6
-
**Related Discussion:** See [GitHub Discussion #265](https://github.com/Multisite-Ultimate/ultimate-multisite/discussions/265) for community tips and additional information.
6
+
**Related Discussion:** See [GitHub Discussion #265](https://github.com/Ultimate-Multisite/ultimate-multisite/discussions/265) for community tips and additional information.
7
7
8
8
## Features
9
9
- Automatic domain syncing when domains are mapped in Ultimate Multisite
@@ -109,7 +109,7 @@ You can choose to:
109
109
110
110
## Additional WordPress Configuration
111
111
112
-
Based on community feedback ([Discussion #265](https://github.com/Multisite-Ultimate/ultimate-multisite/discussions/265)), you may need to configure these additional settings:
112
+
Based on community feedback ([Discussion #265](https://github.com/Ultimate-Multisite/ultimate-multisite/discussions/265)), you may need to configure these additional settings:
113
113
114
114
### .htaccess Configuration
115
115
@@ -309,15 +309,15 @@ Complete API documentation: [https://apidocs.enhance.com](https://apidocs.enhanc
309
309
-**Enhance Official Documentation:**[https://enhance.com/docs](https://enhance.com/docs)
310
310
-**Enhance API Documentation:**[https://apidocs.enhance.com](https://apidocs.enhance.com)
311
311
-**Enhance Community Forum:**[https://community.enhance.com](https://community.enhance.com)
@@ -47,7 +47,7 @@ This plugin was formerly known as WP Ultimo and is now community maintained.
47
47
48
48
## 🔧 Installation
49
49
50
-
> **Important:** Do not use GitHub's green **"Code → Download ZIP"** button on this page. That archive is the raw source code and is missing the compiled dependencies — installing it will produce errors such as `Failed opening required .../vendor/autoload_packages.php`. Always download from the [**Releases page**](https://github.com/Multisite-Ultimate/ultimate-multisite/releases) instead.
50
+
> **Important:** Do not use GitHub's green **"Code → Download ZIP"** button on this page. That archive is the raw source code and is missing the compiled dependencies — installing it will produce errors such as `Failed opening required .../vendor/autoload_packages.php`. Always download from the [**Releases page**](https://github.com/Ultimate-Multisite/ultimate-multisite/releases) instead.
51
51
52
52
There are three ways to install Ultimate Multisite:
53
53
@@ -64,7 +64,7 @@ You can also browse the plugin listing at [wordpress.org/plugins/ultimate-multis
64
64
65
65
### Method 2: Using the pre-packaged release from GitHub
66
66
67
-
1. Download the latest release ZIP from the [Releases page](https://github.com/Multisite-Ultimate/ultimate-multisite/releases)
67
+
1. Download the latest release ZIP from the [Releases page](https://github.com/Ultimate-Multisite/ultimate-multisite/releases)
68
68
2. Log in to your WordPress Network Admin dashboard
69
69
3. Navigate to Plugins > Add New > Upload Plugin
70
70
4. Choose the downloaded ZIP file and click "Install Now"
@@ -79,7 +79,7 @@ This method requires command-line access to your server and familiarity with Git
@@ -101,7 +101,7 @@ This method requires command-line access to your server and familiarity with Git
101
101
<li>You've downloaded the repository directly from GitHub without using a release package</li>
102
102
<li>The composer dependencies haven't been installed</li>
103
103
</ul>
104
-
<p><strong>Solution:</strong> Use the pre-packaged release from the <ahref="https://github.com/Multisite-Ultimate/ultimate-multisite/releases">Releases page</a> or run <code>composer install</code> in the plugin directory.</p>
104
+
<p><strong>Solution:</strong> Use the pre-packaged release from the <ahref="https://github.com/Ultimate-Multisite/ultimate-multisite/releases">Releases page</a> or run <code>composer install</code> in the plugin directory.</p>
105
105
</details>
106
106
107
107
<details>
@@ -113,7 +113,7 @@ This method requires command-line access to your server and familiarity with Git
113
113
<details>
114
114
<summary><strong>"Class 'WP_Ultimo\Database\Sites\Site_Query' not found"</strong></summary>
115
115
<p>This error can occur if the plugin's autoloader isn't properly loading all the necessary classes.</p>
116
-
<p><strong>Solution:</strong> Use the pre-packaged release from the <ahref="https://github.com/Multisite-Ultimate/ultimate-multisite/releases">Releases page</a> which includes all required files.</p>
116
+
<p><strong>Solution:</strong> Use the pre-packaged release from the <ahref="https://github.com/Ultimate-Multisite/ultimate-multisite/releases">Releases page</a> which includes all required files.</p>
117
117
</details>
118
118
119
119
<details>
@@ -152,7 +152,7 @@ We welcome contributions to Ultimate Multisite! Here's how you can contribute ef
0 commit comments