11=== Pronamic Domain Mapping ===
22Contributors: pronamic, remcotolsma
33Tags: 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
55Requires 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
88License: GPLv2 or later
99
1010The 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+
2526if ( 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