Skip to content

Commit

Permalink
Update github repo urls to use Open GIS
Browse files Browse the repository at this point in the history
  • Loading branch information
morehawes committed Jan 7, 2024
1 parent 4da2f50 commit c9d23b4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions inc/Helpers/Waymark_Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ static public function plugin_about() {
$out .= ' <img width="75" height="75" alt="Joe\'s mug" src="//www.morehawes.ca/assets/images/Joe1BW.jpg" />' . "\n";
$out .= ' <p class="waymark-first"><b>' . sprintf(esc_html__("Hi, I'm %s.", 'waymark'), "Joe") . '</b></p>' . "\n";

$out .= ' <p>' . __('Waymark is <strong><a href="https://github.com/morehawes/waymark">open source</a></strong> and a work in progress.', 'waymark') . '</p>' . "\n";
$out .= ' <p>' . __('Waymark is <strong><a href="https://github.com/opengis/waymark">open source</a></strong> and a work in progress.', 'waymark') . '</p>' . "\n";
$out .= ' <p>' . __('Feedback is very important, so please feel free to get in touch by either:', 'waymark') . '</p>' . "\n";

$out .= ' <ul>' . "\n";
$out .= ' <li>' . sprintf(__('Leaving a <strong><a href="%s">review</a></strong>, or creating a <a href="%s">support topic</a> on the WordPress plugin directory.', 'waymark'), 'https://wordpress.org/support/plugin/waymark/reviews/#new-post', 'https://wordpress.org/support/plugin/waymark/#new-topic-0') . '</li>' . "\n";
$out .= ' <li>' . sprintf(__('Posting in the <a href="%s">Forums</a>.', 'waymark'), 'https://www.waymark.dev/forums/') . '</li>' . "\n";
$out .= ' <li>' . sprintf(__('Creating a <a href="%s">GitHub issue</a>.', 'waymark'), 'https://github.com/morehawes/waymark/issues/new') . '</li>' . "\n";
$out .= ' <li>' . sprintf(__('Creating a <a href="%s">GitHub issue</a>.', 'waymark'), 'https://github.com/opengis/waymark/issues/new') . '</li>' . "\n";
$out .= ' </ul>' . "\n";

$out .= ' <p>' . esc_html__('Thanks', 'waymark') . '!</p>' . "\n";
Expand Down
18 changes: 9 additions & 9 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Create and share customisable interactive Maps. Embed OpenStreetMap, add Overlay
* <a href="https://www.waymark.dev/demo/">See the Demo &raquo;</a>
* <a href="https://www.waymark.dev/try/">Try the Editor &raquo;</a>
* <a href="https://www.waymark.dev/docs/">Read the Docs &raquo;</a>
* <a href="https://github.com/morehawes/waymark">View on GitHub &raquo;</a>
* <a href="https://github.com/opengis/waymark">View on GitHub &raquo;</a>

Features:

Expand Down Expand Up @@ -54,7 +54,7 @@ Yes, please view the <a href="https://www.waymark.dev/docs/">Documentation</a>.

### How Can I Contribute? ###

* [Star the project on GitHub](https://github.com/morehawes/Waymark/)
* [Star the project on GitHub](https://github.com/opengis/waymark/)
* [Report bugs](https://wordpress.org/support/plugin/waymark/#new-topic-0)
* [Suggest new features](https://wordpress.org/support/plugin/waymark/#new-topic-0)
* [Translate the plugin](https://translate.wordpress.org/projects/wp-plugins/waymark/)
Expand Down Expand Up @@ -153,7 +153,7 @@ A big thank you to the following projects and their contributors. Without their

### 0.9.29.2 ###

* Fixed a bug where the Shortcode Zoom and Centre parameters were being ignored. Thanks to <a href="https://github.com/killianweid">killianweid</a> for creating <a href="https://github.com/morehawes/Waymark/issues/25">this issue</a>.
* Fixed a bug where the Shortcode Zoom and Centre parameters were being ignored. Thanks to <a href="https://github.com/killianweid">killianweid</a> for creating <a href="https://github.com/opengis/waymark/issues/25">this issue</a>.

### 0.9.29.1 ###

Expand All @@ -167,7 +167,7 @@ A big thank you to the following projects and their contributors. Without their
### 0.9.28.7 ###

* Meta data is now preserved when the Map is trashed/restored. Thanks to <a href="https://wordpress.org/support/users/killiandev7/">killiandev7</a> for <a href="https://wordpress.org/support/topic/feature-request-recover-map-data-after-recovering-a-deleted-map/">bringing this to my attention</a>.
* Fixed a bug where special characters in Description were being messed up. Thanks to <a href="https://github.com/killianweid">killianweid</a> for creating this <a href="https://github.com/morehawes/Waymark/issues/24">issue</a>.
* Fixed a bug where special characters in Description were being messed up. Thanks to <a href="https://github.com/killianweid">killianweid</a> for creating this <a href="https://github.com/opengis/waymark/issues/24">issue</a>.
* Fixed a bug with some KML files when loading from URL using Shortcode. Thanks to <a href="https://wordpress.org/support/users/henkna/">henkna</a> for <a href="https://wordpress.org/support/topic/kml-fails-to-load/">letting me know about this</a>.
* Added Leaflet Basemap examples URL to Settings > Basemaps.
* Minor bug fixes and improvements.
Expand All @@ -178,7 +178,7 @@ Added `max_zoom` Shortcode option, which will prevent the Map from being zoomed

### 0.9.28.5 ###

Added `elevation_units` (metric/imperial) Shortcode option, which will override the Waymark > Elevation > Elevation Units option. Thanks to <a href="https://github.com/randombuffalo">randombuffalo</a> for the <a href="https://github.com/morehawes/waymark/issues/22">suggestion</a>.
Added `elevation_units` (metric/imperial) Shortcode option, which will override the Waymark > Elevation > Elevation Units option. Thanks to <a href="https://github.com/randombuffalo">randombuffalo</a> for the <a href="https://github.com/opengis/waymark/issues/22">suggestion</a>.

### 0.9.28.4 ###

Expand All @@ -201,7 +201,7 @@ Added `elevation_units` (metric/imperial) Shortcode option, which will override
### 0.9.28 ###

* **Direction Arrows**
* Lines can now have a direction associated with them. To add a direction, click on a Line while editing a Map and select from the direction dropdown. Thanks <a href="https://wordpress.org/support/topic/feature-request-direction-of-travel/">for</a> <a href="https://wordpress.org/support/topic/direction-arrows-in-route/">the</a> <a href="https://github.com/morehawes/waymark/issues/4">suggestions</a>!
* Lines can now have a direction associated with them. To add a direction, click on a Line while editing a Map and select from the direction dropdown. Thanks <a href="https://wordpress.org/support/topic/feature-request-direction-of-travel/">for</a> <a href="https://wordpress.org/support/topic/direction-arrows-in-route/">the</a> <a href="https://github.com/opengis/waymark/issues/4">suggestions</a>!
* **Interaction**
* By default, Waymark disables scroll zoom until the user hovers over the Map for 2 seconds. This behaviour can now be customised in Waymark Settings > Maps > Interaction. Settings allow you to adjust the delay and optionally display a message to the user while scroll zoom is disabled, for example "Click or Hover to Wake".
* Fixed an annoying glitch where mouse "wheeling" over the elevation chart caused the Map to zoom.
Expand Down Expand Up @@ -256,7 +256,7 @@ Credit to Werner for getting in touch and prompting these changes.

### 0.9.21 ###

* Bug fix. Uncaught TypeError: Assignment to constant variable. Thanks to <a href="https://github.com/huubl">huubl</a> for the <a href="https://github.com/morehawes/waymark/pull/13">Pull Request</a>!
* Bug fix. Uncaught TypeError: Assignment to constant variable. Thanks to <a href="https://github.com/huubl">huubl</a> for the <a href="https://github.com/opengis/waymark/pull/13">Pull Request</a>!

### 0.9.20 ###

Expand All @@ -279,7 +279,7 @@ Credit to Werner for getting in touch and prompting these changes.

### 0.9.17.1 ###

* Fixed a bug where the Export feature did not work correctly when embedding multiple Maps. Thanks to <a href="https://github.com/shenki">shenki</a> on <a href="https://github.com/morehawes/waymark/issues/3">GitHub</a>.
* Fixed a bug where the Export feature did not work correctly when embedding multiple Maps. Thanks to <a href="https://github.com/shenki">shenki</a> on <a href="https://github.com/opengis/waymark/issues/3">GitHub</a>.
* Waymark now has it's own <a href="https://www.waymark.dev/">website</a>! URLs updated.

### 0.9.17 ###
Expand Down Expand Up @@ -338,7 +338,7 @@ A <b>BIG</b> thank you to the following users for their help with testing:
* Editor circle bug fix.
* Gallery JavaScript bug fix.
* Waymark is now localization ready! <a href="https://translate.wordpress.org/projects/wp-plugins/waymark/">Translation contributions</a> greatly appreciated :)
* Waymark is now <a href="https://github.com/morehawes/waymark">on GitHub</a>.
* Waymark is now <a href="https://github.com/opengis/waymark">on GitHub</a>.

### 0.9.14 ###

Expand Down
18 changes: 9 additions & 9 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Create and share customisable interactive Maps. Embed OpenStreetMap, add Overlay
* <a href="https://www.waymark.dev/demo/">See the Demo &raquo;</a>
* <a href="https://www.waymark.dev/try/">Try the Editor &raquo;</a>
* <a href="https://www.waymark.dev/docs/">Read the Docs &raquo;</a>
* <a href="https://github.com/morehawes/waymark">View on GitHub &raquo;</a>
* <a href="https://github.com/opengis/waymark">View on GitHub &raquo;</a>

Features:

Expand Down Expand Up @@ -58,7 +58,7 @@ Yes, please view the <a href="https://www.waymark.dev/docs/">Documentation</a>.

= How Can I Contribute? =

* [Star the project on GitHub](https://github.com/morehawes/Waymark/)
* [Star the project on GitHub](https://github.com/opengis/waymark/)
* [Report bugs](https://wordpress.org/support/plugin/waymark/#new-topic-0)
* [Suggest new features](https://wordpress.org/support/plugin/waymark/#new-topic-0)
* [Translate the plugin](https://translate.wordpress.org/projects/wp-plugins/waymark/)
Expand Down Expand Up @@ -137,7 +137,7 @@ A big thank you to the following projects and their contributors. Without their

= 0.9.29.2 =

* Fixed a bug where the Shortcode Zoom and Centre parameters were being ignored. Thanks to <a href="https://github.com/killianweid">killianweid</a> for creating <a href="https://github.com/morehawes/Waymark/issues/25">this issue</a>.
* Fixed a bug where the Shortcode Zoom and Centre parameters were being ignored. Thanks to <a href="https://github.com/killianweid">killianweid</a> for creating <a href="https://github.com/opengis/waymark/issues/25">this issue</a>.

= 0.9.29.1 =

Expand All @@ -151,7 +151,7 @@ A big thank you to the following projects and their contributors. Without their
= 0.9.28.7 =

* Meta data is now preserved when the Map is trashed/restored. Thanks to <a href="https://wordpress.org/support/users/killiandev7/">killiandev7</a> for <a href="https://wordpress.org/support/topic/feature-request-recover-map-data-after-recovering-a-deleted-map/">bringing this to my attention</a>.
* Fixed a bug where special characters in Description were being messed up. Thanks to <a href="https://github.com/killianweid">killianweid</a> for creating this <a href="https://github.com/morehawes/Waymark/issues/24">issue</a>.
* Fixed a bug where special characters in Description were being messed up. Thanks to <a href="https://github.com/killianweid">killianweid</a> for creating this <a href="https://github.com/opengis/waymark/issues/24">issue</a>.
* Fixed a bug with some KML files when loading from URL using Shortcode. Thanks to <a href="https://wordpress.org/support/users/henkna/">henkna</a> for <a href="https://wordpress.org/support/topic/kml-fails-to-load/">letting me know about this</a>.
* Added Leaflet Basemap examples URL to Settings > Basemaps.
* Minor bug fixes and improvements.
Expand All @@ -162,7 +162,7 @@ Added `max_zoom` Shortcode option, which will prevent the Map from being zoomed

= 0.9.28.5 =

Added `elevation_units` (metric/imperial) Shortcode option, which will override the Waymark > Elevation > Elevation Units option. Thanks to <a href="https://github.com/randombuffalo">randombuffalo</a> for the <a href="https://github.com/morehawes/waymark/issues/22">suggestion</a>.
Added `elevation_units` (metric/imperial) Shortcode option, which will override the Waymark > Elevation > Elevation Units option. Thanks to <a href="https://github.com/randombuffalo">randombuffalo</a> for the <a href="https://github.com/opengis/waymark/issues/22">suggestion</a>.

= 0.9.28.4 =

Expand All @@ -185,7 +185,7 @@ Added `elevation_units` (metric/imperial) Shortcode option, which will override
= 0.9.28 =

* **Direction Arrows**
* Lines can now have a direction associated with them. To add a direction, click on a Line while editing a Map and select from the direction dropdown. Thanks <a href="https://wordpress.org/support/topic/feature-request-direction-of-travel/">for</a> <a href="https://wordpress.org/support/topic/direction-arrows-in-route/">the</a> <a href="https://github.com/morehawes/waymark/issues/4">suggestions</a>!
* Lines can now have a direction associated with them. To add a direction, click on a Line while editing a Map and select from the direction dropdown. Thanks <a href="https://wordpress.org/support/topic/feature-request-direction-of-travel/">for</a> <a href="https://wordpress.org/support/topic/direction-arrows-in-route/">the</a> <a href="https://github.com/opengis/waymark/issues/4">suggestions</a>!
* **Interaction**
* By default, Waymark disables scroll zoom until the user hovers over the Map for 2 seconds. This behaviour can now be customised in Waymark Settings > Maps > Interaction. Settings allow you to adjust the delay and optionally display a message to the user while scroll zoom is disabled, for example "Click or Hover to Wake".
* Fixed an annoying glitch where mouse "wheeling" over the elevation chart caused the Map to zoom.
Expand Down Expand Up @@ -240,7 +240,7 @@ Credit to Werner for getting in touch and prompting these changes.

= 0.9.21 =

* Bug fix. Uncaught TypeError: Assignment to constant variable. Thanks to <a href="https://github.com/huubl">huubl</a> for the <a href="https://github.com/morehawes/waymark/pull/13">Pull Request</a>!
* Bug fix. Uncaught TypeError: Assignment to constant variable. Thanks to <a href="https://github.com/huubl">huubl</a> for the <a href="https://github.com/opengis/waymark/pull/13">Pull Request</a>!

= 0.9.20 =

Expand All @@ -263,7 +263,7 @@ Credit to Werner for getting in touch and prompting these changes.

= 0.9.17.1 =

* Fixed a bug where the Export feature did not work correctly when embedding multiple Maps. Thanks to <a href="https://github.com/shenki">shenki</a> on <a href="https://github.com/morehawes/waymark/issues/3">GitHub</a>.
* Fixed a bug where the Export feature did not work correctly when embedding multiple Maps. Thanks to <a href="https://github.com/shenki">shenki</a> on <a href="https://github.com/opengis/waymark/issues/3">GitHub</a>.
* Waymark now has it's own <a href="https://www.waymark.dev/">website</a>! URLs updated.

= 0.9.17 =
Expand Down Expand Up @@ -322,7 +322,7 @@ A <b>BIG</b> thank you to the following users for their help with testing:
* Editor circle bug fix.
* Gallery JavaScript bug fix.
* Waymark is now localization ready! <a href="https://translate.wordpress.org/projects/wp-plugins/waymark/">Translation contributions</a> greatly appreciated :)
* Waymark is now <a href="https://github.com/morehawes/waymark">on GitHub</a>.
* Waymark is now <a href="https://github.com/opengis/waymark">on GitHub</a>.

= 0.9.14 =

Expand Down

0 comments on commit c9d23b4

Please sign in to comment.