Skip to content

Commit 59671b9

Browse files
committed
Update build.
1 parent bc90687 commit 59671b9

File tree

3 files changed

+157
-6
lines changed

3 files changed

+157
-6
lines changed

CHANGELOG.md

Lines changed: 150 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,150 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a CHANGELOG](http://keepachangelog.com/).
6+
7+
## [Unreleased][unreleased]
8+
9+
<!-- Start changelog -->
10+
11+
## [2.0.3] - 2026-02-19
12+
13+
### Fixed
14+
15+
- Fixed cache collision for SiteGround Optimizer.
16+
17+
[2.0.3]: https://github.com/pronamic/wp-pronamic-domain-mapping/compare/2.0.2...v2.0.3
18+
19+
## [2.0.2] - 2022-06-07
20+
21+
### Fixed
22+
23+
- Fixed excluding post types from Yoast SEO sitemap.
24+
25+
[2.0.2]: https://github.com/pronamic/wp-pronamic-domain-mapping/compare/2.0.1...2.0.2
26+
27+
## [2.0.1] - 2021-06-28
28+
29+
### Fixed
30+
31+
- Fixed creating required database table.
32+
33+
[2.0.1]: https://github.com/pronamic/wp-pronamic-domain-mapping/compare/2.0.0...2.0.1
34+
35+
## [2.0.0] - 2021-06-25
36+
37+
### Added
38+
39+
- Added support for block editor on domain name pages.
40+
41+
### Changed
42+
43+
- Supports adding `pronamic_domain_mapping` post type support.
44+
45+
[2.0.0]: https://github.com/pronamic/wp-pronamic-domain-mapping/compare/1.3.2...2.0.0
46+
47+
## [1.3.2] - 2017-10-16
48+
49+
### Added
50+
51+
- Added `page-attributes` support to the `pronamic_domain_page` custom post type.
52+
53+
[1.3.2]: https://github.com/pronamic/wp-pronamic-domain-mapping/compare/1.3.1...1.3.2
54+
55+
## [1.3.1] - 2016-09-14
56+
57+
### Added
58+
59+
- Added installation instructions for cPanel.
60+
61+
### Changed
62+
63+
- Removed pronamic_domain_page from WordPress SEO sitemaps.
64+
65+
[1.3.1]: https://github.com/pronamic/wp-pronamic-domain-mapping/compare/1.3.0...1.3.1
66+
67+
## [1.3.0] - 2016-02-12
68+
69+
### Changed
70+
71+
- Return default post link for draft posts.
72+
- Added support for redirect canonical if post status is concept or private.
73+
- Added support for https protocol.
74+
- Added support for WordPress MU Domain Mapping.
75+
- Reduced the domain length to 128 to fix max key length.
76+
- Simplified adding meta box.
77+
- WordPress Coding Standards optimizations.
78+
79+
[1.3.0]: https://github.com/pronamic/wp-pronamic-domain-mapping/compare/1.2.0...1.3.0
80+
81+
## [1.2.0] - 2015-06-09
82+
83+
### Changed
84+
85+
- WordPress admin menu Domain Names now only visible for users who can manage options.
86+
- WordPress Coding Standards optimizations.
87+
88+
[1.2.0]: https://github.com/pronamic/wp-pronamic-domain-mapping/compare/1.1.0...1.2.0
89+
90+
## [1.1.0] - 2014-11-04
91+
92+
### Changed
93+
94+
- Improved support for [Google Analytics by Yoast](https://wordpress.org/plugins/google-analytics-for-wordpress/).
95+
96+
[1.1.0]: https://github.com/pronamic/wp-pronamic-domain-mapping/compare/1.0.1...1.1.0
97+
98+
## [1.0.1] - 2013-10-01
99+
100+
### Fixed
101+
102+
- Fixed issue with backwards compatibility PHP and filter_input usage.
103+
104+
[1.0.1]: https://github.com/pronamic/wp-pronamic-domain-mapping/compare/1.0.0...1.0.1
105+
106+
## [1.0.0] - 2013-10-01
107+
108+
### Added
109+
110+
- Added support for WordPress network/multisite installations.
111+
- Added support for the [WordPress SEO by Yoast](https://wordpress.org/plugins/wordpress-seo/) plugin.
112+
- Added support for the [Google Analytics for WordPress](https://wordpress.org/plugins/google-analytics-for-wordpress/) plugin.
113+
114+
[1.0.0]: https://github.com/pronamic/wp-pronamic-domain-mapping/compare/0.1.3...1.0.0
115+
116+
## [0.1.3] - 2013-04-29
117+
118+
### Added
119+
120+
- Added support for The WordPress Multilingual Plugin (https://wpml.org/).
121+
122+
[0.1.3]: https://github.com/pronamic/wp-pronamic-domain-mapping/compare/0.1.2...0.1.3
123+
124+
## [0.1.2] - 2013-03-25
125+
126+
### Added
127+
128+
- Added some screenshots.
129+
130+
[0.1.2]: https://github.com/pronamic/wp-pronamic-domain-mapping/compare/0.1.1...0.1.2
131+
132+
## [0.1.1] - 2013-03-25
133+
134+
### Fixed
135+
136+
- Fixed notice missing argument.
137+
138+
[0.1.1]: https://github.com/pronamic/wp-pronamic-domain-mapping/compare/0.1...0.1.1
139+
140+
## [0.1] - 2013-03-12
141+
142+
### Added
143+
144+
- Initial release.
145+
146+
[0.1]: https://github.com/pronamic/wp-pronamic-domain-mapping/releases/tag/0.1
147+
148+
<!-- End changelog -->
149+
150+
[unreleased]: https://github.com/pronamic/wp-pronamic-domain-mapping/compare/v2.0.3...HEAD

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,16 @@
2929
]
3030
},
3131
"config": {
32-
"platform": {
33-
"php": "8.2"
34-
},
35-
"sort-packages": true,
3632
"allow-plugins": {
3733
"composer/installers": true,
3834
"dealerdirect/phpcodesniffer-composer-installer": true,
3935
"roots/wordpress-core-installer": true
40-
}
36+
},
37+
"platform": {
38+
"php": "8.2"
39+
},
40+
"sort-packages": true,
41+
"wp-slug": "pronamic-domain-mapping"
4142
},
4243
"require": {
4344
"php": "8.2",

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Have a question? Make a thread in the support forum and we will get back to you.
7474
== Changelog ==
7575

7676
= 2.0.3 =
77-
* Fixed cache collision for SiteGrouns Optimizer.
77+
* Fixed cache collision for SiteGround Optimizer.
7878

7979
= 2.0.2 =
8080
* Fixed excluding post types from Yoast SEO sitemap.

0 commit comments

Comments
 (0)