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
commit 4140a919ab8400106f51204e14d0a58e6b7eab1d
Author: Joe Hawes <>
Date: Wed Nov 1 09:54:31 2023 -0700
Updated version number & readme
commit 68376e8b745f9729ab3fb8e8b103fb21df7846da
Author: Joe Hawes <>
Date: Wed Nov 1 09:49:28 2023 -0700
Line Opacity Working
commit 2f6c3c0
Author: Joe Hawes <>
Date: Wed Nov 1 07:47:28 2023 -0700
Update version number
commit 99995be
Author: Joe Hawes <>
Date: Wed Nov 1 07:45:53 2023 -0700
Updated text
commit 1f95f5b
Author: Joe Hawes <[email protected]>
Date: Wed Nov 1 06:57:11 2023 -0700
map_width basics
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.waymark.dev/
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.
'tip' => sprintf(esc_attr__('Specify the desired height of the Map (in pixels). The Map will automatically adjust it’s width to fill the space available to it. Pro Tip! This will affect all Maps, but you can change the height of an individual Map through the shortcode: %s', 'waymark'), '[' . Waymark_Config::get_item('shortcode') . ' map_id="1234" map_height="' . Waymark_Config::get_setting('misc', 'map_options', 'map_height') . '"]'),
'tip' => sprintf(esc_attr__('Specify the desired height of the Map (in pixels). Pro Tip! This will affect all Maps, but you can change the height (and width) of an individual Map through the Shortcode: %s', 'waymark'), '[' . Waymark_Config::get_item('shortcode') . ' map_id="1234" map_height="' . Waymark_Config::get_setting('misc', 'map_options', 'map_height') . '"]'),
@@ -111,6 +111,11 @@ A big thank you to the following projects and their contributors. Without their
111
111
112
112
## Changelog ##
113
113
114
+
### 0.9.29 ###
115
+
116
+
* Added `map_width` Shortcode option, which has been requested a couple of times. Thanks for bugging me! :0)
117
+
* Added Opacity Setting for Line Types (Lines > Opacity), thanks to <ahref="https://wordpress.org/support/users/digbymaass/">digbymaass</a> for the <ahref="https://wordpress.org/support/topic/feature-request-opacity-setting-for-lines/">suggestion</a>.
118
+
114
119
### 0.9.28.7 ###
115
120
116
121
* Meta data is now preserved when the Map is trashed/restored. Thanks to <ahref="https://wordpress.org/support/users/killiandev7/">killiandev7</a> for <ahref="https://wordpress.org/support/topic/feature-request-recover-map-data-after-recovering-a-deleted-map/">bringing this to my attention</a>.
@@ -97,6 +97,11 @@ A big thank you to the following projects and their contributors. Without their
97
97
98
98
== Changelog ==
99
99
100
+
= 0.9.29 =
101
+
102
+
* Added `map_width` Shortcode option, which has been requested a couple of times. Thanks for bugging me! :0)
103
+
* Added Opacity Setting for Line Types (Lines > Opacity), thanks to <a href="https://wordpress.org/support/users/digbymaass/">digbymaass</a> for the <a href="https://wordpress.org/support/topic/feature-request-opacity-setting-for-lines/">suggestion</a>.
104
+
100
105
= 0.9.28.7 =
101
106
102
107
* 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>.
0 commit comments