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

Releases: straube/multiple-domain

1.0.6

09 Oct 18:00
Compare
Choose a tag to compare

Fixed

  • Fix URI generated for canonical tag. (#76)

1.0.5

09 Oct 18:00
Compare
Choose a tag to compare

Fixed

  • Fixed issue with system routes when a base path is defined.

1.0.4

09 Oct 18:00
Compare
Choose a tag to compare

Fixed

  • Fixed assertions in admin views.

1.0.3

09 Oct 18:00
Compare
Choose a tag to compare

Security

  • Fixed XSS vulnerability in canonical/alternate tags. (#71)

1.0.2

28 Oct 12:49
Compare
Choose a tag to compare

Added

  • Low memory option. (#45)

Deprecated

  • Constants starting with MULTPLE_ are now deprecated. They have a matching MULTIPLE_ prefixed constant.

Fixed

  • Fixed constants starting with MULTPLE_, changed to MULTIPLE.

1.0.1

26 Oct 02:42
Compare
Choose a tag to compare

Fixed

  • Fixed issue with regex used in domain replacement. (#59)

1.0.0

26 Oct 02:41
Compare
Choose a tag to compare

Added

  • Locked out instructions to readme file. (#61)
  • API to programmatically change the domains list. (#56)

Fixed

  • Don't add canonical link if settings are false. (#58)

0.11.2

19 Apr 17:12
Compare
Choose a tag to compare

Added

  • FAQ about removal of hreflang tags. (#51)

Fixed

  • Bug in domain replacement when it contains a slash (the regex delimiter).
  • Fixed issue in the domain replacement regex. (#55)

0.11.1

10 Apr 21:43
Compare
Choose a tag to compare

Fixed

  • Improved URI validation when there is a domain's base restriction. (#50)

0.11.0

10 Apr 21:35
Compare
Choose a tag to compare

Added

  • Add [CHANGELOG.md] file. (#44)
  • Added option to enable canonical tags. (#42)
  • Added %%multiple_domain%% advanced variable for Yoast.

Changed

  • Moved WordPress admin features to a separate class.
  • Renamed hreflang related methods.
  • Inline documentation review.
  • Minor refactoring.