From d3f5582a6033586ac4ea516b4fd07d831ba69915 Mon Sep 17 00:00:00 2001 From: Gustavo Straube Date: Tue, 9 Apr 2019 16:12:48 -0300 Subject: [PATCH] Version bump to 0.11.0. --- CHANGELOG.md | 2 +- README.md | 2 +- multiple-domain/readme.txt | 13 ++++++++++++- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c4be0a..7352e2a 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.0] - 2019-04-09 ### Added diff --git a/README.md b/README.md index e4cb36e..c4884e7 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Refer to [CHANGELOG.md](CHANGELOG.md) for release notes and changes. Contributors: GustavoStraube, cyberaleks, jffaria Tags: multiple, domains, redirect Requires at least: 4.0 -Tested up to: 5.1 +Tested up to: 5.1.1 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/multiple-domain/readme.txt b/multiple-domain/readme.txt index 65bfbbd..f72c96e 100644 --- a/multiple-domain/readme.txt +++ b/multiple-domain/readme.txt @@ -2,7 +2,7 @@ Contributors: GustavoStraube, cyberaleks, jffaria Tags: multiple, domains, redirect Requires at least: 4.0 -Tested up to: 5.1.0 +Tested up to: 5.1.1 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -95,6 +95,17 @@ the site from a non-mapped domain. == Changelog == += 0.11.0 = + +* Add CHANGELOG.md file. +* Added option to enable canonical tags. +* Added `%%multiple_domain%%` advanced variable for Yoast. +* Moved WordPress admin features to a separate class. +* Renamed hreflang related methods. +* Inline documentation review. +* Minor refactoring. +* Fixed issue with domain replacement. + = 0.10.3 = * Added public method to retrieve a given (or current) domain base path: `getDomainBase($domain = null)`.