Skip to content
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.

Releases: straube/multiple-domain

0.10.3

10 Apr 21:35
Compare
Choose a tag to compare

Added

  • Added public method to retrieve a given (or current) domain base path: getDomainBase($domain = null).

Changed

  • Minor code refactoring.

0.10.2

10 Apr 21:34
Compare
Choose a tag to compare

Added

  • Added FAQ about plugin settings and domains.

Fixed

  • Fix minor notice message when loading the non-mapped original domain.

0.10.1

10 Apr 21:34
Compare
Choose a tag to compare

Fixed

  • Fix bug introduced in 0.10.0 with setups where the original domain is not present in the plugin settings.

0.10.0

10 Apr 21:34
Compare
Choose a tag to compare

Changed

  • Moved HTML to view files.

Fixed

  • Don't add SSL when accessing via a Tor domain name. (#31)

0.9.0

10 Apr 21:33
Compare
Choose a tag to compare

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

10 Apr 21:33
Compare
Choose a tag to compare

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

10 Apr 21:32
Compare
Choose a tag to compare

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

10 Apr 21:32
Compare
Choose a tag to compare

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

10 Apr 21:31
Compare
Choose a tag to compare

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

10 Apr 21:31
Compare
Choose a tag to compare

Fixed

  • hreflang tag error. (#34)