Skip to content

Commit

Permalink
Updated readme & version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Hawes committed Apr 25, 2023
1 parent 928fd4e commit 4796966
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Waymark.php
Expand Up @@ -4,7 +4,7 @@
Plugin Name: Waymark
Plugin URI: https://www.waymark.dev/
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.
Version: 0.9.26
Version: 0.9.27
Text Domain: waymark
Author: Joe Hawes
Author URI: https://www.morehawes.co.uk/
Expand Down
2 changes: 1 addition & 1 deletion inc/Waymark_Config.php
Expand Up @@ -11,7 +11,7 @@ public static function init() {
'plugin_name' => 'Waymark',
'plugin_name_short' => 'Waymark',
'custom_types' => array(),
'plugin_version' => '0.9.26',
'plugin_version' => '0.9.27',
'nonce_string' => 'Waymark_Nonce',
'site_url' => 'https://www.waymark.dev/',
'directory_url' => 'https://wordpress.org/support/plugin/waymark/',
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "Waymark",
"version": "0.9.26",
"version": "0.9.27",
"description": "Waymark for WordPress",
"author": "Joe Hawes",
"main": "Gruntfile.js",
Expand Down
6 changes: 5 additions & 1 deletion readme.md
Expand Up @@ -4,7 +4,7 @@
**Requires at least:** 4.6
**Tested up to:** 6.2
**Requires PHP:** 5.2
**Stable tag:** 0.9.26
**Stable tag:** 0.9.27
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -111,6 +111,10 @@ A big thank you to the following projects and their contributors. Without their

## Changelog ##

### 0.9.27 ###

* Added Map Scale Setting, which displays a distance scale on the Map in kilometers and miles (Settings > Map > Misc.)

### 0.9.26 ###

* Individual Overlay Types can now be Shown/Hidden initially using the Shortcode, overriding the "Show Initially" Setting for each. Use the `hide_marker`, `show_marker`, `hide_line`, `show_line`, `hide_shape`, `show_shape` Shortcode parameters, providing one or multiple (comma separated) <a href="https://www.waymark.dev/docs/types/#type-keys">Type Keys</a>. For example:
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Expand Up @@ -4,7 +4,7 @@ Tags: Create interactive Maps, Add custom Markers, Display geotagged photos, ele
Requires at least: 4.6
Tested up to: 6.2
Requires PHP: 5.2
Stable tag: 0.9.26
Stable tag: 0.9.27
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -97,6 +97,10 @@ A big thank you to the following projects and their contributors. Without their

== Changelog ==

= 0.9.27 =

* Added Map Scale Setting, which displays a distance scale on the Map in kilometers and miles (Settings > Map > Misc.)

= 0.9.26 =

* Individual Overlay Types can now be Shown/Hidden initially using the Shortcode, overriding the "Show Initially" Setting for each. Use the `hide_marker`, `show_marker`, `hide_line`, `show_line`, `hide_shape`, `show_shape` Shortcode parameters, providing one or multiple (comma separated) <a href="https://www.waymark.dev/docs/types/#type-keys">Type Keys</a>. For example:
Expand Down

0 comments on commit 4796966

Please sign in to comment.