Plugin Directory

Changeset 3493923


Ignore:
Timestamp:
03/29/2026 04:59:21 PM (2 days ago)
Author:
taicv
Message:

update domains column and correct example path in readme.txt

Location:
grabwp-tenancy/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • grabwp-tenancy/trunk/admin/css/grabwp-admin.css

    r3493571 r3493923  
    9797
    9898.wp-list-table .column-domains {
    99     width: 15%;
     99    width: auto;
     100    min-width: 15%;
    100101    text-overflow: ellipsis;
    101102    white-space: nowrap;
  • grabwp-tenancy/trunk/readme.txt

    r3493580 r3493923  
    7373== Screenshots ==
    7474
    75 1. Adding new tenant with one domain or multiple domains
    76 2. Adding new tenant without a domain with /site/{tenant-id} support
     751. Adding one domain per tenant
     762. Support multiple domains per tenant
    77773. Simple listing all tenants
    78 4. Setting to disable tenant install or edit plugins and themes
    79 5. Status page with guide to enable functionality
    8078
    8179
     
    9290
    9391= 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.
    9593- Enhance: Added comprehensive `.htaccess` diagnostic admin notices specifically tailored for path-based routing support.
    9694- 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.