From 1212567e943410e2132ff8fc71c3f1854056aa28 Mon Sep 17 00:00:00 2001 From: Gustavo Straube Date: Fri, 19 Apr 2019 11:38:02 -0300 Subject: [PATCH] Version bump to 0.11.2 --- CHANGELOG.md | 5 +++-- multiple-domain/MultipleDomain.php | 4 ++-- multiple-domain/MultipleDomainSettings.php | 2 +- multiple-domain/multiple-domain.php | 2 +- multiple-domain/readme.txt | 6 ++++++ 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad90d3a..b370dd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Since `0.7.1` this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.11.2] - 2019-04-19 ### Added @@ -236,7 +236,8 @@ e.g. * Option base path for each domain. -[Unreleased]: https://github.com/straube/multiple-domain/compare/v0.11.1...HEAD +[Unreleased]: https://github.com/straube/multiple-domain/compare/v0.11.2...HEAD +[0.11.2]: https://github.com/straube/multiple-domain/compare/v0.11.1...v0.11.2 [0.11.1]: https://github.com/straube/multiple-domain/compare/v0.11.0...v0.11.1 [0.11.0]: https://github.com/straube/multiple-domain/compare/v0.10.3...v0.11.0 [0.10.3]: https://github.com/straube/multiple-domain/compare/v0.10.2...v0.10.3 diff --git a/multiple-domain/MultipleDomain.php b/multiple-domain/MultipleDomain.php index 9b2326b..241fa92 100644 --- a/multiple-domain/MultipleDomain.php +++ b/multiple-domain/MultipleDomain.php @@ -11,7 +11,7 @@ * @author Alexander Nosov * @author João Faria * @author Raphael Stäbler - * @version 0.11.1 + * @version 0.11.2 * @package multiple-domain */ class MultipleDomain @@ -23,7 +23,7 @@ class MultipleDomain * @var string * @since 0.3 */ - const VERSION = '0.11.1'; + const VERSION = '0.11.2'; /** * The plugin instance. diff --git a/multiple-domain/MultipleDomainSettings.php b/multiple-domain/MultipleDomainSettings.php index 035e867..811a34f 100644 --- a/multiple-domain/MultipleDomainSettings.php +++ b/multiple-domain/MultipleDomainSettings.php @@ -6,7 +6,7 @@ * Integration with WordPress admin. * * @author Gustavo Straube - * @version 0.11.1 + * @version 0.11.2 * @since 0.11.0 * @package multiple-domain */ diff --git a/multiple-domain/multiple-domain.php b/multiple-domain/multiple-domain.php index c61a62b..faf5599 100644 --- a/multiple-domain/multiple-domain.php +++ b/multiple-domain/multiple-domain.php @@ -4,7 +4,7 @@ Plugin Name: Multiple Domain Plugin URI: https://github.com/straube/multiple-domain Description: This plugin allows you to have multiple domains in a single WordPress installation and enables custom redirects for each domain. -Version: 0.11.1 +Version: 0.11.2 Author: Gustavo Straube (straube.co) Author URI: http://straube.co License: GPLv2 or later diff --git a/multiple-domain/readme.txt b/multiple-domain/readme.txt index e539642..fc637bc 100644 --- a/multiple-domain/readme.txt +++ b/multiple-domain/readme.txt @@ -101,6 +101,12 @@ https://github.com/straube/multiple-domain/issues/51. == Changelog == += 0.11.2 = + +* FAQ about removal of `hreflang` tags. +* Fixed bug in domain replacement when it contains a slash (the regex delimiter). +* Fixed issue in the domain replacement regex. + = 0.11.1 = * Fixed URI validation when there is a domain's base restriction.