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.2
Browse files Browse the repository at this point in the history
  • Loading branch information
straube committed Apr 19, 2019
1 parent 367cff9 commit 1212567
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
5 changes: 3 additions & 2 deletions 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.2] - 2019-04-19

### Added

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions multiple-domain/MultipleDomain.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @author Alexander Nosov <https://github.com/cyberaleks>
* @author João Faria <https://github.com/jffaria>
* @author Raphael Stäbler <https://github.com/blazer82>
* @version 0.11.1
* @version 0.11.2
* @package multiple-domain
*/
class MultipleDomain
Expand All @@ -23,7 +23,7 @@ class MultipleDomain
* @var string
* @since 0.3
*/
const VERSION = '0.11.1';
const VERSION = '0.11.2';

/**
* The plugin instance.
Expand Down
2 changes: 1 addition & 1 deletion multiple-domain/MultipleDomainSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Integration with WordPress admin.
*
* @author Gustavo Straube <https://github.com/straube>
* @version 0.11.1
* @version 0.11.2
* @since 0.11.0
* @package multiple-domain
*/
Expand Down
2 changes: 1 addition & 1 deletion multiple-domain/multiple-domain.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions multiple-domain/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1212567

Please sign in to comment.