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.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
straube committed Jan 25, 2020
1 parent e1bd7a5 commit 0038456
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
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.2
* @version 1.0.3
* @package multiple-domain
*/
class MultipleDomain
Expand All @@ -24,7 +24,7 @@ class MultipleDomain
* @var string
* @since 0.3
*/
const VERSION = '1.0.2';
const VERSION = '1.0.3';

/**
* 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.2
* @version 1.0.3
* @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.2
Version: 1.0.3
Author: Gustavo Straube (straube.co)
Author URI: http://straube.co
License: GPLv2 or later
Expand Down
4 changes: 4 additions & 0 deletions multiple-domain/readme.txt
Original file line number Diff line number Diff line change
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.3

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

= 1.0.2 =

* Added low memory option. (Refer to https://github.com/straube/multiple-domain/issues/45 on how to enable it)
Expand Down

0 comments on commit 0038456

Please sign in to comment.