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

Commit

Permalink
Bump to version 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
straube committed Aug 2, 2020
1 parent 364f44f commit dbfdd4f
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 14 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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).

## [1.0.6] - 2020-08-02

### Fixed

* Fix URI generated for canonical tag. ([#76])

## [1.0.5] - 2020-02-03

### Fixed
Expand Down Expand Up @@ -285,7 +291,8 @@ e.g.
* Option base path for each domain.


[Unreleased]: https://github.com/straube/multiple-domain/compare/v1.0.5...HEAD
[Unreleased]: https://github.com/straube/multiple-domain/compare/v1.0.6...HEAD
[1.0.6]: https://github.com/straube/multiple-domain/compare/v1.0.5...v1.0.6
[1.0.5]: https://github.com/straube/multiple-domain/compare/v1.0.4...v1.0.5
[1.0.4]: https://github.com/straube/multiple-domain/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/straube/multiple-domain/compare/v1.0.2...v1.0.3
Expand Down Expand Up @@ -316,6 +323,7 @@ e.g.
[0.2]: https://github.com/straube/multiple-domain/compare/v0.1...v0.2
[0.1]: https://github.com/straube/multiple-domain/releases/tag/v0.1

[#76]: https://github.com/straube/multiple-domain/issues/76
[#71]: https://github.com/straube/multiple-domain/issues/71
[#61]: https://github.com/straube/multiple-domain/issues/61
[#59]: https://github.com/straube/multiple-domain/issues/59
Expand Down
19 changes: 11 additions & 8 deletions multiple-domain/MultipleDomain.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@
*
* Core features.
*
* Contributors:
*
* - Clay Allsopp <https://github.com/clayallsopp>
* - Alexander Nosov <https://github.com/cyberaleks>
* - João Faria <https://github.com/jffaria>
* - Raphael Stäbler <https://github.com/blazer82>
* - Tobias Keller <https://github.com/Tobias-Keller>
* - Maxime Granier <https://github.com/maxgranier>
*
* @author Gustavo Straube <https://github.com/straube>
* @author Vivek Athalye <https://github.com/vnathalye>
* @author Clay Allsopp <https://github.com/clayallsopp>
* @author Alexander Nosov <https://github.com/cyberaleks>
* @author João Faria <https://github.com/jffaria>
* @author Raphael Stäbler <https://github.com/blazer82>
* @author Tobias Keller <https://github.com/Tobias-Keller>
* @version 1.0.5
* @version 1.0.6
* @package multiple-domain
*/
class MultipleDomain
Expand All @@ -24,7 +27,7 @@ class MultipleDomain
* @var string
* @since 0.3
*/
const VERSION = '1.0.5';
const VERSION = '1.0.6';

/**
* The number of the default HTTP port.
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 1.0.5
* @version 1.0.6
* @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: 1.0.5
Version: 1.0.6
Author: Gustavo Straube (straube.co)
Author URI: http://straube.co
License: GPLv2 or later
Expand Down
10 changes: 7 additions & 3 deletions 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.2.4
Tested up to: 5.5
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -119,6 +119,10 @@ and your page will be redirected. In this case, there are two ways to solve this

== Changelog ==

= 1.0.6 =

* Fix URI generated for canonical tag.

= 1.0.5 =

* Fixed issue with system routes when a base path is defined.
Expand All @@ -129,7 +133,7 @@ and your page will be redirected. In this case, there are two ways to solve this

= 1.0.3 =

* Fixed XSS vulnerability in canonical/alternate tags. ([#71])
* Fixed XSS vulnerability in canonical/alternate tags.

= 1.0.2 =

Expand Down Expand Up @@ -231,7 +235,7 @@ and your page will be redirected. In this case, there are two ways to solve this
* Moved `MultipleDomain` class to its own file.
* Fix: #14 Remove `filter_input` from plugin.
* Attempt to fix #22.
* Added `MULTIPLE_DOMAIN_DOMAIN_LANG` constant for theme/plugin customization. Fixes #20.
* Added `MULTIPLE_DOMAIN_DOMAIN_LANG` constant for theme/plugin customization.
* Fix: #21 No 'Access-Control-Allow-Origin' header is present on the requested resource

= 0.7.1 =
Expand Down

0 comments on commit dbfdd4f

Please sign in to comment.