Plugin Directory

Changeset 3171618


Ignore:
Timestamp:
10/18/2024 04:59:47 PM (14 months ago)
Author:
dougwollison
Message:

Marking as abandoned.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • domainer/trunk/readme.txt

    r2339359 r3171618  
    22Contributors: dougwollison
    33Tags: domain mapping, domain management, multisite
    4 Requires at least: 4.0
    5 Tested up to: 5.4.2
    6 Stable tag: 1.2.1
     4Requires at least: 99.99.99
     5Tested up to: 0.0.0
     6Stable tag: 0.0.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    10 Domain mapping management for WordPress Multisite.
    11 
    1210== Description ==
    1311
    14 Domainer lets you route custom domain names to specific sites on your Multisite installation. That's it.
     12**This plugin is no longer being developed.**
    1513
    16 = Domain Options =
    17 
    18 Each domain has 4 options you set:
    19 
    20 1. The target site; pick from a list of existing sites on your network.
    21 2. A type, choose from one of 3 flavours:
    22     - *Primary*: sites with a primary domain will have their URLs redirected to them.
    23     - *Redirect*: these domains will always redirect to the primary domain, or the original failing that.
    24     - *Alias*: these won't redirect to the primary, so they're bad for SEO but can be useful for certain setups.
    25 3. A www rule, choose from one of 3 options:
    26     - *Always*: always redirect to the domain with www at the front.
    27     - *Never*: always redirect to the domain without www at the front.
    28     - *Auto*: allow the domain to function with or without www, usually bad for SEO.
    29 
    30 = Content Rewriting =
    31 
    32 In order to reduce redirects while navigating the site, Domainer will replaced all instances of the site's original domain name on the pages to that of the primary domain, or currently requested alias domain. This will not affect email addresses however; any filters on the content will only replace instances starting with a double slash so as to match URLs.
    33 
    34 If you find instances of the domain not being replaced, such as in content filtered by 3rd party plugins, you can patch it with this function:
    35 
    36     add_filter( 'my_filter', 'domainer_rewrite_url' );
    37 
    38 The function can also take a domain or array of domains to replace, as well as a specific domain to replace with.
    39 
    40 == Installation ==
    41 
    42 1. Upload the contents of `domainer.tar.gz` to your `/wp-content/plugins/` directory.
    43 2. Activate the plugin through the 'Plugins' menu in WordPress.
    44 3. Assuming the system is unable to take care of it automatically:
    45     1. Copy the sunrise.php file to `/wp-content/`.
    46     2. Add `define('SUNRISE', true);` to your `wp-config.php` file, anywhere above the `ABSPATH` line.
    47 4. Start adding domains under Network Admin > Domains.
    48 
    49 == Changelog ==
    50 
    51 **Details on each release can be found [on the GitHub releases page](https://github.com/dougwollison/domainer/releases) for this project.**
    52 
    53 = 1.2.1 =
    54 Improved UX and error handling of Sunrise install process.
    55 
    56 = 1.2.0 =
    57 Network Only now. Fixed session handling that was causing loopback requests to fail.
    58 
    59 = 1.1.3.1 =
    60 Fixed subdirectory rewrites, ironed out install process.
    61 
    62 = 1.1.2 =
    63 Fixed rewrite handling on subdirectory style network setups.
    64 
    65 = 1.1.1 =
    66 Fixed handling of alias domains, improved security of remote login/logout.
    67 
    68 = 1.1.0 =
    69 Remote login capabilities, blog switching and site selecting fixes.
    70 
    71 = 1.0.1 =
    72 Fixed bug with deleting domains and certain redirect URLs.
    73 
    74 = 1.0.0 =
    75 Initial public release.
     14WordPress core more or less handles this out of the box [since version 4.5](https://developer.wordpress.org/advanced-administration/multisite/domain-mapping/).
Note: See TracChangeset for help on using the changeset viewer.