Plugin Directory

Changeset 2793180


Ignore:
Timestamp:
10/03/2022 01:39:05 AM (3 years ago)
Author:
cyberhobo
Message:

deploy from build of 1.13.9

Location:
geo-mashup/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • geo-mashup/trunk/geo-mashup-ui-managers.php

    r2356117 r2793180  
    108108            wp_register_script(
    109109                    'openlayers',
    110                     'https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.3.1/build/ol.js',
     110                    'https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.5.0/build/ol.js',
    111111                    null,
    112                     '6.3.1',
     112                    '6.5.0',
    113113                    true );
    114114
     
    131131                'css/ol.css',
    132132                null,
    133                 '6.3.1' );
     133                '6.5.0' );
    134134
    135135            wp_enqueue_style( 'openlayers' );
  • geo-mashup/trunk/geo-mashup.php

    r2782643 r2793180  
    44Plugin URI: https://wordpress.org/plugins/geo-mashup/
    55Description: 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.8
     6Version: 1.13.9
    77Author: Dylan Kuhn
    88Text Domain: GeoMashup
     
    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.8');
     259        define('GEO_MASHUP_VERSION', '1.13.9');
    260260        define('GEO_MASHUP_DB_VERSION', '1.3');
    261261    }
  • geo-mashup/trunk/readme.txt

    r2782643 r2793180  
    55Requires at least: 3.7
    66Tested up to: 6.0.2
    7 Stable tag: 1.13.8
     7Stable tag: 1.13.9
    88License: GPL2+
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9191== Change Log ==
    9292
     93= 1.13.9 Oct 2 2022 =
     94
     95[milestone 1.13.9 changes](https://github.com/cyberhobo/wordpress-geo-mashup/milestone/27?closed=1)
     96
    9397= 1.13.8 Sep 9 2022 =
    9498
  • geo-mashup/trunk/render-map.php

    r2782643 r2793180  
    216216                'css/ol.css',
    217217                null,
    218                 '6.3.1' );
     218                '6.5.0' );
    219219
    220220            self::enqueue_style( 'openlayers' );
Note: See TracChangeset for help on using the changeset viewer.