diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index f0e9983..747378d 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest services: mysql: - image: mariadb:10.4 + image: mariadb:10.5 ports: - 3306:3306 env: @@ -23,7 +23,7 @@ jobs: 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 diff --git a/docker-dev/docker-compose.yarn.yml b/docker-dev/docker-compose.yarn.yml index 529f854..31411cf 100644 --- a/docker-dev/docker-compose.yarn.yml +++ b/docker-dev/docker-compose.yarn.yml @@ -1,5 +1,3 @@ -version: '2' - services: yarn: image: juliquiron/wordpress-phpunit-test-runner-gitlab-ci diff --git a/docker-dev/docker-compose.yml b/docker-dev/docker-compose.yml index 13e7ea8..dcb92c5 100644 --- a/docker-dev/docker-compose.yml +++ b/docker-dev/docker-compose.yml @@ -1,5 +1,3 @@ -version: '2' - services: wordpress: image: wordpress:php7.4 diff --git a/geo-mashup.php b/geo-mashup.php index 9d9440b..cea1d2e 100644 --- a/geo-mashup.php +++ b/geo-mashup.php @@ -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 @@ -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'); } diff --git a/package.json b/package.json index 406a9fa..c7eef70 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/readme.txt b/readme.txt index 67fd602..84d2795 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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) @@ -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. @@ -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)