Changeset 2793180
- Timestamp:
- 10/03/2022 01:39:05 AM (3 years ago)
- Location:
- geo-mashup/trunk
- Files:
-
- 4 edited
-
geo-mashup-ui-managers.php (modified) (2 diffs)
-
geo-mashup.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
render-map.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
geo-mashup/trunk/geo-mashup-ui-managers.php
r2356117 r2793180 108 108 wp_register_script( 109 109 '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', 111 111 null, 112 '6. 3.1',112 '6.5.0', 113 113 true ); 114 114 … … 131 131 'css/ol.css', 132 132 null, 133 '6. 3.1' );133 '6.5.0' ); 134 134 135 135 wp_enqueue_style( 'openlayers' ); -
geo-mashup/trunk/geo-mashup.php
r2782643 r2793180 4 4 Plugin URI: https://wordpress.org/plugins/geo-mashup/ 5 5 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. 86 Version: 1.13.9 7 7 Author: Dylan Kuhn 8 8 Text Domain: GeoMashup … … 257 257 define('GEO_MASHUP_URL_PATH', trim( plugin_dir_url( __FILE__ ), '/' ) ); 258 258 define('GEO_MASHUP_MAX_ZOOM', 20); 259 define('GEO_MASHUP_VERSION', '1.13. 8');259 define('GEO_MASHUP_VERSION', '1.13.9'); 260 260 define('GEO_MASHUP_DB_VERSION', '1.3'); 261 261 } -
geo-mashup/trunk/readme.txt
r2782643 r2793180 5 5 Requires at least: 3.7 6 6 Tested up to: 6.0.2 7 Stable tag: 1.13. 87 Stable tag: 1.13.9 8 8 License: GPL2+ 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 91 91 == Change Log == 92 92 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 93 97 = 1.13.8 Sep 9 2022 = 94 98 -
geo-mashup/trunk/render-map.php
r2782643 r2793180 216 216 'css/ol.css', 217 217 null, 218 '6. 3.1' );218 '6.5.0' ); 219 219 220 220 self::enqueue_style( 'openlayers' );
Note: See TracChangeset
for help on using the changeset viewer.