Skip to content

Commit fa1b154

Browse files
committed
Update readme.
1 parent 69aee0d commit fa1b154

File tree

2 files changed

+23
-9
lines changed

2 files changed

+23
-9
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# [Pronamic Domain Mapping](http://www.pronamic.eu/plugins/pronamic-domain-mapping/)
1+
# [Pronamic Domain Mapping](https://www.pronamic.eu/plugins/pronamic-domain-mapping/)
22

33
**Pronamic Domain Mapping plugin allows you to map domains to custom domain name pages.**
44

5-
[![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)
5+
[![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](https://gruntjs.com/)
66

77
## Installation
88

@@ -24,6 +24,15 @@ Additionally, in order for `sunrise.php` to be loaded, you must add the followin
2424
define( 'SUNRISE', true );
2525
```
2626

27+
## Post type support
28+
29+
Aside from the custom post type included in this plugin, domain mapping support can also be added
30+
to other post types. For example, to add support to the `page` post type:
31+
32+
```php
33+
add_post_type_support( 'page', 'pronamic_domain_mapping' );
34+
```
35+
2736
# Links
2837

2938
* https://github.com/deniaz/wp-dms

readme.txt

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
=== Pronamic Domain Mapping ===
22
Contributors: pronamic, remcotolsma
33
Tags: domain, mapping, landingpage, landingspage, page, dns, map, seo
4-
Donate link: http://pronamic.eu/donate/?for=wp-plugin-pronamic-domain-mapping&source=wp-plugin-readme-txt
4+
Donate link: https://www.pronamic.eu/donate/?for=wp-plugin-pronamic-domain-mapping&source=wp-plugin-readme-txt
55
Requires at least: 3.2
6-
Tested up to: 4.8
7-
Stable tag: 1.3.2
6+
Tested up to: 5.7
7+
Stable tag: 2.0.0
88
License: GPLv2 or later
99

1010
The Pronamic Domain Mapping plugin allows you to map domains to custom domain name pages.
@@ -22,6 +22,7 @@ to add the following line to your /wp-content/sunrise.php file.
2222

2323
`
2424
$file = WP_CONTENT_DIR . '/plugins/pronamic-domain-mapping/sunrise.php';
25+
2526
if ( is_readable( $file ) ) {
2627
include $file;
2728
}
@@ -74,8 +75,12 @@ Have a question? Make a thread in the support forum and we will get back to you.
7475

7576
== Changelog ==
7677

78+
= 2.0.0 =
79+
* Added - Added support for block editor on domain name pages.
80+
* Tweak - Supports adding `pronamic_domain_mapping` post type support.
81+
7782
= 1.3.2 =
78-
* Added `page-attributes` support to the `pronamic_domain_page` custom post type.
83+
* Added - Added `page-attributes` support to the `pronamic_domain_page` custom post type.
7984

8085
= 1.3.1 =
8186
* Changed - Removed pronamic_domain_page from WordPress SEO sitemaps.
@@ -102,11 +107,11 @@ Have a question? Make a thread in the support forum and we will get back to you.
102107

103108
= 1.0.0 =
104109
* Added support for WordPress network/multisite installations
105-
* Added support for the [WordPress SEO by Yoast](http://wordpress.org/plugins/wordpress-seo/) plugin
106-
* Added support for the [Google Analytics for WordPress](http://wordpress.org/plugins/google-analytics-for-wordpress/) plugin
110+
* Added support for the [WordPress SEO by Yoast](https://wordpress.org/plugins/wordpress-seo/) plugin
111+
* Added support for the [Google Analytics for WordPress](https://wordpress.org/plugins/google-analytics-for-wordpress/) plugin
107112

108113
= 0.1.3 =
109-
* Added support for The WordPress Multilingual Plugin (http://wpml.org/)
114+
* Added support for The WordPress Multilingual Plugin (https://wpml.org/)
110115

111116
= 0.1.2 =
112117
* Added some screenshots

0 commit comments

Comments
 (0)