Releases: straube/multiple-domain
Releases · straube/multiple-domain
0.10.3
Added
- Added public method to retrieve a given (or current) domain base path:
getDomainBase($domain = null)
.
Changed
0.10.2
Added
- Added FAQ about plugin settings and domains.
Fixed
- Fix minor notice message when loading the non-mapped original domain.
0.10.1
Fixed
- Fix bug introduced in 0.10.0 with setups where the original domain is not present in the plugin settings.
0.10.0
Changed
- Moved HTML to view files.
Fixed
- Don't add SSL when accessing via a Tor domain name. (#31)
0.9.0
Added
- Added a class to
<body>
tag containing the domain name (e.g. multipled-domain-name-tld
) to allow front-end customizations.
Fixed
- Fixed bug in backward compatibility logic.
0.8.7
Changed
- Loading Multiple Domain before other plugins to fix issue with paths.
- Refactored
initAttributes
method.
Fixed
- Missing locales on language list (this issue was reopened and now it's fixed) (#38)
0.8.6
Removed
- Rolling back changes introduced in 0.8.4 and 0.8.5 regarding to avoid URL changes in the WP admin. (#39)
0.8.5
Added
- Add
[multiple_domain]
shortcode to show the current language.
Fixed
- Fixed an issue introduced in 0.8.4 that breaks the admin URLs.
- Missing locales on language list (#38)
0.8.4
Changed
- Using singleton pattern for main plugin class.
- Avoiding URL changes in the admin panel.
Fixed
- Wrong host in URLs returned by the JSON API. (#36)
0.8.3
Fixed
hreflang
tag error. (#34)