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 1.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
straube committed Jan 25, 2020
1 parent d95330a commit 63b0f9f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
9 changes: 8 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.4] - 2020-01-25

### Fixed

* Fixed assertions in admin views.

## [1.0.3] - 2020-01-25

### Security
Expand Down Expand Up @@ -273,7 +279,8 @@ e.g.
* Option base path for each domain.


[Unreleased]: https://github.com/straube/multiple-domain/compare/v1.0.3...HEAD
[Unreleased]: https://github.com/straube/multiple-domain/compare/v1.0.4...HEAD
[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
[1.0.2]: https://github.com/straube/multiple-domain/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/straube/multiple-domain/compare/v1.0.0...v1.0.1
Expand Down
4 changes: 2 additions & 2 deletions multiple-domain/MultipleDomain.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @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.3
* @version 1.0.4
* @package multiple-domain
*/
class MultipleDomain
Expand All @@ -24,7 +24,7 @@ class MultipleDomain
* @var string
* @since 0.3
*/
const VERSION = '1.0.3';
const VERSION = '1.0.4';

/**
* 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.3
* @version 1.0.4
* @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.3
Version: 1.0.4
Author: Gustavo Straube (straube.co)
Author URI: http://straube.co
License: GPLv2 or later
Expand Down
6 changes: 5 additions & 1 deletion multiple-domain/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,11 @@ and your page will be redirected. In this case, there are two ways to solve this

== Changelog ==

= 1.0.3
= 1.0.4 =

* Fixed assertions in admin views.

= 1.0.3 =

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

Expand Down

0 comments on commit 63b0f9f

Please sign in to comment.