Skip to content

Commit ccf394e

Browse files
committed
v1.5.15
1 parent fba740c commit ccf394e

7 files changed

Lines changed: 72 additions & 64 deletions

File tree

Waymark.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin Name: Waymark
55
Plugin URI: https://www.ogis.org/waymark-wp/
66
Description: Mapping with WordPress made easy. With Waymark enabled, click on the "Maps" link in the sidebar to create and edit Maps. Once you are happy with your Map, copy the Waymark shortcode and add it to your content.
7-
Version: 1.5.14
7+
Version: 1.5.15
88
Text Domain: waymark
99
Author: Joe Hawes
1010
Author URI: https://www.morehawes.ca/

inc/Waymark_Admin.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,9 @@ public function admin_notices() {
225225
if ($title || $this->current_screen->base == 'waymark_page_waymark-settings') {
226226
echo '<div id="waymark-notice-container" class="plugin-callout">' . "\n";
227227
echo ' <div class="logo">' . Waymark_Helper::logo('primary', 32, 32) . ' </div>' . "\n";
228-
echo ' <p class="lead">Waymark currently has <strong>ONE</strong> sponsor. Software takes time and effort to maintain. If you like this plugin:</p>' . "\n";
229-
echo ' <p style="font-size:150%">Help <strong>keep it alive <a href="https://github.com/sponsors/OpenGIS">Through Sponsorship</a>!</strong></p>' . "\n";
230-
echo ' <p>Thank you <a href="https://github.com/infester86">infester86</a>! ❤️</p>' . "\n";
228+
echo ' <p class="lead">Waymark currently has <strong>TWO</strong> sponsors. Software takes time and effort to maintain. If you like this plugin:</p>' . "\n";
229+
echo ' <p style="font-size:150%">Help <strong>keep it alive <a href="https://github.com/sponsors/OpenGIS">Through Sponsorship</a>.</strong></p>' . "\n";
230+
echo ' <p>Thank you <a href="https://github.com/infester86">infester86</a> & <a href="https://github.com/jhmnieuwenhuis">jhmnieuwenhuis</a> ! ❤️</p>' . "\n";
231231
echo '</div>' . "\n";
232232

233233
return;

inc/Waymark_Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public static function init() {
1111
'plugin_name' => 'Waymark',
1212
'plugin_name_short' => 'Waymark',
1313
'custom_types' => [],
14-
'plugin_version' => '1.5.14',
14+
'plugin_version' => '1.5.15',
1515
'nonce_string' => 'Waymark_Nonce',
1616
'site_url' => 'https://www.ogis.org/waymark-wp/',
1717
'directory_url' => 'https://wordpress.org/support/plugin/waymark/',

languages/waymark.pot

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
# This file is distributed under the GPLv2.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Waymark 1.5.14\n"
6-
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/Waymark\n"
7-
"POT-Creation-Date: 2026-03-26 00:51:24+00:00\n"
5+
"Project-Id-Version: Waymark 1.5.15\n"
6+
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/waymark\n"
7+
"POT-Creation-Date: 2026-05-20 15:32:55+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"
1111
"PO-Revision-Date: 2026-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313
"Language-Team: LANGUAGE <LL@li.org>\n"
14-
"X-Generator: grunt-wp-i18n 1.0.4\n"
14+
"X-Generator: grunt-wp-i18n 1.0.3\n"
1515

1616
#: inc/Admin/Waymark_AJAX.php:32
1717
msgid "No image metadata available."
@@ -51,19 +51,19 @@ msgstr ""
5151

5252
#: inc/Admin/Waymark_Menu.php:20 inc/Admin/Waymark_Menu.php:69
5353
#: inc/Admin/Waymark_Settings.php:26 inc/Waymark_Admin.php:184
54-
#: inc/Waymark_Install.php:61 inc/Waymark_Types.php:13 inc/Waymark_Types.php:15
54+
#: inc/Waymark_Install.php:64 inc/Waymark_Types.php:17 inc/Waymark_Types.php:19
5555
#. translators: %s: URL to the Waymark documentation
5656
msgid "Maps"
5757
msgstr ""
5858

5959
#: inc/Admin/Waymark_Menu.php:21 inc/Admin/Waymark_Menu.php:63
60-
#: inc/Waymark_Admin.php:210 inc/Waymark_Types.php:23
60+
#: inc/Waymark_Admin.php:210 inc/Waymark_Types.php:27
6161
#. translators: Creating a new map
6262
msgid "New Map"
6363
msgstr ""
6464

6565
#: inc/Admin/Waymark_Menu.php:24 inc/Admin/Waymark_Menu.php:71
66-
#: inc/Waymark_Admin.php:176 inc/Waymark_Taxonomies.php:15
66+
#: inc/Waymark_Admin.php:176 inc/Waymark_Taxonomies.php:20
6767
#. translators: Collection is a group of maps
6868
msgid "Collections"
6969
msgstr ""
@@ -76,7 +76,7 @@ msgstr ""
7676
msgid "Docs"
7777
msgstr ""
7878

79-
#: inc/Admin/Waymark_Menu.php:30 inc/Waymark_Install.php:62
79+
#: inc/Admin/Waymark_Menu.php:30 inc/Waymark_Install.php:65
8080
msgid "Settings"
8181
msgstr ""
8282

@@ -1625,8 +1625,8 @@ msgstr ""
16251625
msgid "Thanks"
16261626
msgstr ""
16271627

1628-
#: inc/Helpers/Waymark_Helper.php:182 inc/Waymark_Taxonomies.php:16
1629-
#: inc/Waymark_Taxonomies.php:17
1628+
#: inc/Helpers/Waymark_Helper.php:182 inc/Waymark_Taxonomies.php:21
1629+
#: inc/Waymark_Taxonomies.php:22
16301630
msgid "Collection"
16311631
msgstr ""
16321632

@@ -1636,8 +1636,8 @@ msgid ""
16361636
"selected format."
16371637
msgstr ""
16381638

1639-
#: inc/Helpers/Waymark_Helper.php:494 inc/Waymark_Types.php:10
1640-
#: inc/Waymark_Types.php:14 inc/Waymark_Types.php:16
1639+
#: inc/Helpers/Waymark_Helper.php:494 inc/Waymark_Types.php:14
1640+
#: inc/Waymark_Types.php:18 inc/Waymark_Types.php:20
16411641
msgid "Map"
16421642
msgstr ""
16431643

@@ -1868,7 +1868,7 @@ msgid ""
18681868
"href=\"%2$s\">Shortcode</a>."
18691869
msgstr ""
18701870

1871-
#: inc/Waymark_Admin.php:216 inc/Waymark_Types.php:24
1871+
#: inc/Waymark_Admin.php:216 inc/Waymark_Types.php:28
18721872
#. translators: Editing a map
18731873
msgid "Edit Map"
18741874
msgstr ""
@@ -1933,159 +1933,159 @@ msgstr ""
19331933
msgid "Blue"
19341934
msgstr ""
19351935

1936-
#: inc/Waymark_Taxonomies.php:18
1936+
#: inc/Waymark_Taxonomies.php:23
19371937
msgid "All Collections"
19381938
msgstr ""
19391939

1940-
#: inc/Waymark_Taxonomies.php:19
1940+
#: inc/Waymark_Taxonomies.php:24
19411941
msgid "Parent"
19421942
msgstr ""
19431943

1944-
#: inc/Waymark_Taxonomies.php:20
1944+
#: inc/Waymark_Taxonomies.php:25
19451945
msgid "Parent Collection:"
19461946
msgstr ""
19471947

1948-
#: inc/Waymark_Taxonomies.php:21
1948+
#: inc/Waymark_Taxonomies.php:26
19491949
msgid "New Collection Name"
19501950
msgstr ""
19511951

1952-
#: inc/Waymark_Taxonomies.php:22
1952+
#: inc/Waymark_Taxonomies.php:27
19531953
msgid "Create Collection"
19541954
msgstr ""
19551955

1956-
#: inc/Waymark_Taxonomies.php:23
1956+
#: inc/Waymark_Taxonomies.php:28
19571957
msgid "Edit Collection"
19581958
msgstr ""
19591959

1960-
#: inc/Waymark_Taxonomies.php:24
1960+
#: inc/Waymark_Taxonomies.php:29
19611961
msgid "Update Collection"
19621962
msgstr ""
19631963

1964-
#: inc/Waymark_Taxonomies.php:25
1964+
#: inc/Waymark_Taxonomies.php:30
19651965
msgid "View Collection"
19661966
msgstr ""
19671967

1968-
#: inc/Waymark_Taxonomies.php:26
1968+
#: inc/Waymark_Taxonomies.php:31
19691969
msgid "Separate Collections with commas"
19701970
msgstr ""
19711971

1972-
#: inc/Waymark_Taxonomies.php:27
1972+
#: inc/Waymark_Taxonomies.php:32
19731973
msgid "Add or remove Collections"
19741974
msgstr ""
19751975

1976-
#: inc/Waymark_Taxonomies.php:28
1976+
#: inc/Waymark_Taxonomies.php:33
19771977
msgid "Choose from the most used"
19781978
msgstr ""
19791979

1980-
#: inc/Waymark_Taxonomies.php:29
1980+
#: inc/Waymark_Taxonomies.php:34
19811981
msgid "Popular Collections"
19821982
msgstr ""
19831983

1984-
#: inc/Waymark_Taxonomies.php:30
1984+
#: inc/Waymark_Taxonomies.php:35
19851985
msgid "Search Collections"
19861986
msgstr ""
19871987

1988-
#: inc/Waymark_Taxonomies.php:31
1988+
#: inc/Waymark_Taxonomies.php:36
19891989
msgid "Not Found"
19901990
msgstr ""
19911991

1992-
#: inc/Waymark_Taxonomies.php:32
1992+
#: inc/Waymark_Taxonomies.php:37
19931993
msgid "No Collections"
19941994
msgstr ""
19951995

1996-
#: inc/Waymark_Taxonomies.php:33
1996+
#: inc/Waymark_Taxonomies.php:38
19971997
msgid "Collection list"
19981998
msgstr ""
19991999

2000-
#: inc/Waymark_Taxonomies.php:34
2000+
#: inc/Waymark_Taxonomies.php:39
20012001
msgid "Collection list navigation"
20022002
msgstr ""
20032003

2004-
#: inc/Waymark_Taxonomies.php:35
2004+
#: inc/Waymark_Taxonomies.php:40
20052005
msgid "Back to Collections"
20062006
msgstr ""
20072007

2008-
#: inc/Waymark_Types.php:17
2008+
#: inc/Waymark_Types.php:21
20092009
msgid "Map Archives"
20102010
msgstr ""
20112011

2012-
#: inc/Waymark_Types.php:18
2012+
#: inc/Waymark_Types.php:22
20132013
msgid "Map Attributes"
20142014
msgstr ""
20152015

2016-
#: inc/Waymark_Types.php:19
2016+
#: inc/Waymark_Types.php:23
20172017
msgid "Parent Map:"
20182018
msgstr ""
20192019

2020-
#: inc/Waymark_Types.php:20
2020+
#: inc/Waymark_Types.php:24
20212021
msgid "All Maps"
20222022
msgstr ""
20232023

2024-
#: inc/Waymark_Types.php:21
2024+
#: inc/Waymark_Types.php:25
20252025
msgid "Add New Map"
20262026
msgstr ""
20272027

2028-
#: inc/Waymark_Types.php:22
2028+
#: inc/Waymark_Types.php:26
20292029
msgid "Add New"
20302030
msgstr ""
20312031

2032-
#: inc/Waymark_Types.php:25
2032+
#: inc/Waymark_Types.php:29
20332033
msgid "Update Map"
20342034
msgstr ""
20352035

2036-
#: inc/Waymark_Types.php:26
2036+
#: inc/Waymark_Types.php:30
20372037
msgid "View Map"
20382038
msgstr ""
20392039

2040-
#: inc/Waymark_Types.php:27
2040+
#: inc/Waymark_Types.php:31
20412041
msgid "View Maps"
20422042
msgstr ""
20432043

2044-
#: inc/Waymark_Types.php:28
2044+
#: inc/Waymark_Types.php:32
20452045
msgid "Search Map"
20462046
msgstr ""
20472047

2048-
#: inc/Waymark_Types.php:29
2048+
#: inc/Waymark_Types.php:33
20492049
msgid "Not found"
20502050
msgstr ""
20512051

2052-
#: inc/Waymark_Types.php:30
2052+
#: inc/Waymark_Types.php:34
20532053
msgid "Not found in Trash"
20542054
msgstr ""
20552055

2056-
#: inc/Waymark_Types.php:31
2056+
#: inc/Waymark_Types.php:35
20572057
msgid "Featured Image"
20582058
msgstr ""
20592059

2060-
#: inc/Waymark_Types.php:32
2060+
#: inc/Waymark_Types.php:36
20612061
msgid "Set featured image"
20622062
msgstr ""
20632063

2064-
#: inc/Waymark_Types.php:33
2064+
#: inc/Waymark_Types.php:37
20652065
msgid "Remove featured image"
20662066
msgstr ""
20672067

2068-
#: inc/Waymark_Types.php:34
2068+
#: inc/Waymark_Types.php:38
20692069
msgid "Use as featured image"
20702070
msgstr ""
20712071

2072-
#: inc/Waymark_Types.php:35
2072+
#: inc/Waymark_Types.php:39
20732073
msgid "Insert into Map"
20742074
msgstr ""
20752075

2076-
#: inc/Waymark_Types.php:36
2076+
#: inc/Waymark_Types.php:40
20772077
msgid "Uploaded to this Map"
20782078
msgstr ""
20792079

2080-
#: inc/Waymark_Types.php:37
2080+
#: inc/Waymark_Types.php:41
20812081
msgid "Map list"
20822082
msgstr ""
20832083

2084-
#: inc/Waymark_Types.php:38
2084+
#: inc/Waymark_Types.php:42
20852085
msgid "Maps list navigation"
20862086
msgstr ""
20872087

2088-
#: inc/Waymark_Types.php:39
2088+
#: inc/Waymark_Types.php:43
20892089
msgid "Filter Map list"
20902090
msgstr ""
20912091

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Waymark",
3-
"version": "1.5.14",
3+
"version": "1.5.15",
44
"description": "Waymark for WordPress",
55
"author": "Joe Hawes",
66
"main": "Gruntfile.js",

readme.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
**Contributors:** [morehawes](https://profiles.wordpress.org/morehawes/)
33
**Tags:** GIS, Map maker, GPX, Track, Elevation
44
**Requires at least:** 4.6
5-
**Tested up to:** 6.8
5+
**Tested up to:** 7.0
66
**Requires PHP:** 5.2
7-
**Stable tag:** 1.5.14
7+
**Stable tag:** 1.5.15
88
**License:** GPLv2 or later
99
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
1010
**Donate link:** https://github.com/sponsors/OpenGIS
@@ -188,14 +188,18 @@ Built on the shoulders of giants, thank you Open-Source!
188188

189189
## Changelog ##
190190

191+
### 1.5.15 ###
192+
193+
* Minor improvements.
194+
191195
### 1.5.12/13/14 ###
192196

193197
* Fixed "Translation loading triggered too early" notice introduced in WordPress 6.7 by deferring plugin initialisation to the `init` and `plugins_loaded` hooks. [#66](https://github.com/OpenGIS/waymark-wp/issues/66)
194198
* Deploy to wordpress.org plugin directory via GitHub Actions
195199

196200
### 1.5.11 ###
197201

198-
Updated Waymark Website URLs.
202+
* Updated Waymark Website URLs.
199203

200204
### 1.5.10 ###
201205

readme.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: morehawes
33
Tags: GIS, Map maker, GPX, Track, Elevation
44
Requires at least: 4.6
5-
Tested up to: 6.8
5+
Tested up to: 7.0
66
Requires PHP: 5.2
7-
Stable tag: 1.5.14
7+
Stable tag: 1.5.15
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
Donate link: https://github.com/sponsors/OpenGIS
@@ -170,14 +170,18 @@ Built on the shoulders of giants, thank you Open-Source!
170170

171171
== Changelog ==
172172

173+
= 1.5.15 =
174+
175+
* Minor improvements.
176+
173177
= 1.5.12/13/14 =
174178

175179
* Fixed "Translation loading triggered too early" notice introduced in WordPress 6.7 by deferring plugin initialisation to the `init` and `plugins_loaded` hooks. [#66](https://github.com/OpenGIS/waymark-wp/issues/66)
176180
* Deploy to wordpress.org plugin directory via GitHub Actions
177181

178182
= 1.5.11 =
179183

180-
Updated Waymark Website URLs.
184+
* Updated Waymark Website URLs.
181185

182186
= 1.5.10 =
183187

0 commit comments

Comments
 (0)