From 4b416178a7c64ba5a34ba9ca86b0e0dcc4a16c0d Mon Sep 17 00:00:00 2001 From: Doug Wright Date: Mon, 1 Mar 2021 01:51:11 +0000 Subject: [PATCH 1/2] Of course I spot a typo straight after the release... --- docs/creating_points_projected.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/creating_points_projected.rst b/docs/creating_points_projected.rst index c5eebc602..b7283fb3a 100644 --- a/docs/creating_points_projected.rst +++ b/docs/creating_points_projected.rst @@ -147,7 +147,7 @@ Examples: ); // also Nelson's Column - $point = new BritishNationalGridPoint::fromGridReference(new Metre(530017), new Metre(180419)); // CRS is implied + $point = new BritishNationalGridPoint(new Metre(530017), new Metre(180419)); // CRS is implied // also Nelson's Column $point = BritishNationalGridPoint::fromGridReference('TQ 30017 80419'); // CRS is implied From 0c11085b0b6f5436c571e30f35ddcad0e3dbfca6 Mon Sep 17 00:00:00 2001 From: Doug Wright Date: Mon, 1 Mar 2021 02:01:07 +0000 Subject: [PATCH 2/2] Fix docs build --- CHANGELOG.md | 7 ++++++- docs/builtin_crs_geographic2d.rst | 2 +- docs/builtin_crs_geographic3d.rst | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cf2fd6be..232eae8fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +## [4.0.1] - 2021-03-01 +### Fixed +- Documentation issues + ## [4.0.0] - 2021-03-01 ### Added - Chaining of conversions @@ -82,8 +86,9 @@ Initial release of this fork (based off of v2.3 of original) - Eastings and northings are rounded to 1m, and lat/long to 5dp (approx 1m) to avoid any misconceptions that precision is the same thing as accuracy. - When calculating surface distances, a more accurate mean radius is now used rather than that derived from historical definitions of a nautical mile -[Unreleased]: https://github.com/dvdoug/PHPCoord/compare/v4.0.0...HEAD +[Unreleased]: https://github.com/dvdoug/PHPCoord/compare/v4.0.1...HEAD +[4.0.1]: https://github.com/dvdoug/PHPCoord/compare/v4.0.0...v4.0.1 [4.0.0]: https://github.com/dvdoug/PHPCoord/compare/v4.0.0beta1...v4.0.0 [4.0.0beta1]: https://github.com/dvdoug/PHPCoord/compare/v3.1.2...v4.0.0beta1 [3.1.2]: https://github.com/dvdoug/PHPCoord/compare/v3.1.1...v3.1.2 diff --git a/docs/builtin_crs_geographic2d.rst b/docs/builtin_crs_geographic2d.rst index 841dcf621..63d89bc17 100644 --- a/docs/builtin_crs_geographic2d.rst +++ b/docs/builtin_crs_geographic2d.rst @@ -1,4 +1,4 @@ Geographic 2D ============= -.. include:: reflection/coordinatereferencesystem/geographic2D.txt +.. include:: reflection/coordinatereferencesystem/geographic2d.txt diff --git a/docs/builtin_crs_geographic3d.rst b/docs/builtin_crs_geographic3d.rst index e1b915dd1..40796f225 100644 --- a/docs/builtin_crs_geographic3d.rst +++ b/docs/builtin_crs_geographic3d.rst @@ -1,4 +1,4 @@ Geographic 3D ============= -.. include:: reflection/coordinatereferencesystem/geographic3D.txt +.. include:: reflection/coordinatereferencesystem/geographic3d.txt