Skip to content

Commit 51c954c

Browse files
committed
Merge branch 'master' into develop
2 parents cf1e349 + bcf23b4 commit 51c954c

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

geo-mashup.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Geo Mashup
44
Plugin URI: https://wordpress.org/plugins/geo-mashup/
55
Description: Save location for posts and pages, or even users and comments. Display these locations on Google, Leaflet, and OSM maps. Make WordPress into your GeoCMS.
6-
Version: 1.13.14
6+
Version: 1.13.15
77
Author: Dylan Kuhn
88
Text Domain: GeoMashup
99
Domain Path: /lang
@@ -256,7 +256,7 @@ private static function load_constants() {
256256
define('GEO_MASHUP_DIRECTORY', dirname( GEO_MASHUP_PLUGIN_NAME ) );
257257
define('GEO_MASHUP_URL_PATH', trim( plugin_dir_url( __FILE__ ), '/' ) );
258258
define('GEO_MASHUP_MAX_ZOOM', 20);
259-
define('GEO_MASHUP_VERSION', '1.13.14');
259+
define('GEO_MASHUP_VERSION', '1.13.15');
260260
define('GEO_MASHUP_DB_VERSION', '1.3');
261261
}
262262

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"license": "GPL-2.0-or-later",
3-
"version": "1.13.14",
3+
"version": "1.13.15",
44
"devDependencies": {
55
"@larscom/cpx": "^2.0.0",
66
"csso-cli": "^3.0.0",

readme.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate Link:
44
Tags: map, maps, google maps, google map, mapping, mashup, geo, google, geocms
55
Requires at least: 3.7
66
Tested up to: 6.6.2
7-
Stable tag: 1.13.14
7+
Stable tag: 1.13.15
88
License: GPL2+
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -106,6 +106,10 @@ This version fixes a security related bug. Upgrade immediately.
106106

107107
== Change Log ==
108108

109+
= 1.13.15 Nov 10 2024 =
110+
111+
Upgrade Freemius to 2.9.0.
112+
109113
= 1.13.14 Sep 29 2024 =
110114

111115
Security fix.

0 commit comments

Comments
 (0)