Skip to content

Commit

Permalink
Updates for 1.13.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhobo committed Sep 14, 2024
1 parent c9717c1 commit 5347386
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
runs-on: ubuntu-latest
services:
mysql:
image: mariadb:10.4
image: mariadb:10.5
ports:
- 3306:3306
env:
MYSQL_ROOT_PASSWORD: root
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=10s --health-retries=10
strategy:
matrix:
php-versions: ['7.2', '7.3', '7.4', '8.0']
php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 0 additions & 2 deletions docker-dev/docker-compose.yarn.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2'

services:
yarn:
image: juliquiron/wordpress-phpunit-test-runner-gitlab-ci
Expand Down
2 changes: 0 additions & 2 deletions docker-dev/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2'

services:
wordpress:
image: wordpress:php7.4
Expand Down
4 changes: 2 additions & 2 deletions geo-mashup.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Geo Mashup
Plugin URI: https://wordpress.org/plugins/geo-mashup/
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.
Version: 1.13.11
Version: 1.13.13
Author: Dylan Kuhn
Text Domain: GeoMashup
Domain Path: /lang
Expand Down Expand Up @@ -256,7 +256,7 @@ private static function load_constants() {
define('GEO_MASHUP_DIRECTORY', dirname( GEO_MASHUP_PLUGIN_NAME ) );
define('GEO_MASHUP_URL_PATH', trim( plugin_dir_url( __FILE__ ), '/' ) );
define('GEO_MASHUP_MAX_ZOOM', 20);
define('GEO_MASHUP_VERSION', '1.13.11');
define('GEO_MASHUP_VERSION', '1.13.13');
define('GEO_MASHUP_DB_VERSION', '1.3');
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"license": "GPL-2.0-or-later",
"version": "1.13.11",
"version": "1.13.13",
"devDependencies": {
"@larscom/cpx": "^2.0.0",
"csso-cli": "^3.0.0",
Expand Down
18 changes: 16 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: cyberhobo, freemius
Donate Link:
Tags: map, maps, google maps, google map, mapping, mashup, geo, google, geocms
Requires at least: 3.7
Tested up to: 6.2.0
Stable tag: 1.13.11
Tested up to: 6.6.2
Stable tag: 1.13.13
License: GPL2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -66,6 +66,9 @@ Geo Mashup combines WordPress, [Google Maps](http://maps.google.com), [OpenStree
and [GeoNames](http://geonames.org) to create a GeoCMS that puts you in control
of all your content, including geographic data.

Thanks to [LVT-tholv2k at patchstack](https://patchstack.com/database/researcher/ada529e8-a3cf-495a-8dcb-3e5e460a4081)
for responsibly reporting a security issue.

Thanks to [Abhinav Mishra](https://twitter.com/0ctac0der) for finding an XSS bug in the map template.

Thanks to [Alex Chepovetsky](https://www.linkedin.com/in/alexchepovetsky)
Expand All @@ -81,6 +84,9 @@ GeoMashup supports [standard WordPress plugin installation].

== Upgrade Notice ==

= 1.13.13 =
This version includes a security update. Upgrade immediately.

= 1.13.10 =
This version includes a security update. Upgrade immediately.

Expand All @@ -95,6 +101,14 @@ This version fixes a security related bug. Upgrade immediately.

== Change Log ==

= 1.13.13 Sep 14 2024 =

Security fix.

= 1.13.12 Jul 14 2024 =

[milestone 1.13.12 changes](https://github.com/cyberhobo/wordpress-geo-mashup/milestone/30?closed=1)

= 1.13.11 Mar 29 2023 =

[milestone 1.13.11 changes](https://github.com/cyberhobo/wordpress-geo-mashup/milestone/29?closed=1)
Expand Down

0 comments on commit 5347386

Please sign in to comment.