Changeset 3493923
- Timestamp:
- 03/29/2026 04:59:21 PM (2 days ago)
- Location:
- grabwp-tenancy/trunk
- Files:
-
- 2 edited
-
admin/css/grabwp-admin.css (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
grabwp-tenancy/trunk/admin/css/grabwp-admin.css
r3493571 r3493923 97 97 98 98 .wp-list-table .column-domains { 99 width: 15%; 99 width: auto; 100 min-width: 15%; 100 101 text-overflow: ellipsis; 101 102 white-space: nowrap; -
grabwp-tenancy/trunk/readme.txt
r3493580 r3493923 73 73 == Screenshots == 74 74 75 1. Adding new tenant with one domain or multiple domains76 2. Adding new tenant without a domain with /site/{tenant-id} support75 1. Adding one domain per tenant 76 2. Support multiple domains per tenant 77 77 3. Simple listing all tenants 78 4. Setting to disable tenant install or edit plugins and themes79 5. Status page with guide to enable functionality80 78 81 79 … … 92 90 93 91 = 1.0.7 = 94 - Major: Introducing **Path-Based Routing**! You can now host tenants on subdirectories/paths (e.g., `example.com/ tenant1`) without requiring separate domains. This completely eliminates the need for complex domain mappings and serves as a true, lightweight replacement for WordPress Multisite.92 - Major: Introducing **Path-Based Routing**! You can now host tenants on subdirectories/paths (e.g., `example.com/site/abcdef`) without requiring separate domains. This completely eliminates the need for complex domain mappings and serves as a true, lightweight replacement for WordPress Multisite. 95 93 - Enhance: Added comprehensive `.htaccess` diagnostic admin notices specifically tailored for path-based routing support. 96 94 - Enhance: Centralized configuration and diagnostic tools into a transparent, read-only Status Page UI with manual fallback instructions for environment issues.
Note: See TracChangeset
for help on using the changeset viewer.