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

Commit

Permalink
Version bump to 0.11.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
straube committed Apr 9, 2019
1 parent 251d445 commit d3f5582
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 12 additions & 1 deletion multiple-domain/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)`.
Expand Down

0 comments on commit d3f5582

Please sign in to comment.