You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Waymark.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
Plugin Name: Waymark
5
5
Plugin URI: https://www.ogis.org/waymark-wp/
6
6
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.
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";
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";
@@ -188,14 +188,18 @@ Built on the shoulders of giants, thank you Open-Source!
188
188
189
189
## Changelog ##
190
190
191
+
### 1.5.15 ###
192
+
193
+
* Minor improvements.
194
+
191
195
### 1.5.12/13/14 ###
192
196
193
197
* 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)
194
198
* Deploy to wordpress.org plugin directory via GitHub Actions
@@ -170,14 +170,18 @@ Built on the shoulders of giants, thank you Open-Source!
170
170
171
171
== Changelog ==
172
172
173
+
= 1.5.15 =
174
+
175
+
* Minor improvements.
176
+
173
177
= 1.5.12/13/14 =
174
178
175
179
* 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)
176
180
* Deploy to wordpress.org plugin directory via GitHub Actions
0 commit comments