Changeset 2356757
- Timestamp:
- 08/11/2020 03:13:11 AM (6 years ago)
- Location:
- wp-mapbox-gl-js/trunk
- Files:
-
- 3 edited
-
README.md (modified) (4 diffs)
-
public/class-wp-mapbox-gl-js-public.php (modified) (3 diffs)
-
wp-mapbox-gl-js.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-mapbox-gl-js/trunk/README.md
r2005792 r2356757 4 4 Tags: mapbox gl js, mapbox, maps, interactive map, real estate, map shortcode, gl js 5 5 Requires at least: 3.0.1 6 Tested up to: 5. 0.07 Stable tag: 2.0. 36 Tested up to: 5.4.2 7 Stable tag: 2.0.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 13 13 == Description == 14 14 15 Create custom maps with WP Mapbox GL JS Maps, embed your styles, and more! See [WP Mapbox GL JS Maps Advanced](https://mapster.me/wp-mapbox-gl-js/wp-mapbox-gl-js-advanced) for a premium version with more features.15 Create custom maps with WP Mapbox GL JS Maps, embed your styles, and more! We are in the process of integrating all our advanced features into this plugin -- for free! Check back for more updates soon. 16 16 17 17 WP Mapbox GL JS Maps makes map creation easy, even with no coding experience. It's the only plugin out there using Mapbox's latest GL JS! Let's build some beautiful maps together. … … 30 30 - And more! 31 31 32 [**Premium features**](https://mapster.me/wp-mapbox-gl-js/wp-mapbox-gl-js-advanced) include:32 Advanced Features will soon include (we're moving them over from our formerly premium version): 33 33 34 34 - Over 100 icons with different colors available … … 75 75 == Changelog == 76 76 77 = 2.0.6 = 78 * Rollbacks and bug fixes 77 79 = 2.0.5 = 78 80 * Gutenberg updates -
wp-mapbox-gl-js/trunk/public/class-wp-mapbox-gl-js-public.php
r2005792 r2356757 62 62 public function enqueue_styles() { 63 63 64 wp_enqueue_style('mapbox_gl_js_css', 'https://api. tiles.mapbox.com/mapbox-gl-js/v0.43.0/mapbox-gl.css');64 wp_enqueue_style('mapbox_gl_js_css', 'https://api.mapbox.com/mapbox-gl-js/v1.11.1/mapbox-gl.css'); 65 65 wp_enqueue_style('mapbox_gl_js_geocoder_css', 'https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v2.2.0/mapbox-gl-geocoder.css'); 66 66 wp_enqueue_style('mapbox_gl_js_directions_css', 'https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-directions/v3.1.1/mapbox-gl-directions.css'); … … 76 76 public function enqueue_scripts() { 77 77 78 wp_enqueue_script('mapbox_gl_js', 'https://api. tiles.mapbox.com/mapbox-gl-js/v0.43.0/mapbox-gl.js', array('jquery'), '', false);78 wp_enqueue_script('mapbox_gl_js', 'https://api.mapbox.com/mapbox-gl-js/v1.11.1/mapbox-gl.js', array('jquery'), '', false); 79 79 wp_enqueue_script('mapbox_gl_geocoder_js', 'https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v2.2.0/mapbox-gl-geocoder.min.js', array('mapbox_gl_js'), '', false); 80 80 wp_enqueue_script('mapbox_gl_directions_js', 'https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-directions/v3.1.1/mapbox-gl-directions.js', array('mapbox_gl_geocoder_js'), '', false); … … 103 103 'bearing' => '' 104 104 ), $atts, 'wp_mapbox_gl_js' ); 105 105 106 106 foreach($atts as $index=>$att) { 107 107 $content = $att; -
wp-mapbox-gl-js/trunk/wp-mapbox-gl-js.php
r2005792 r2356757 10 10 * 11 11 * @link http://mapster.me/wp-mapbox-gl-js 12 * @since 2.0. 512 * @since 2.0.6 13 13 * @package WP_Mapbox_GL_JS 14 14 * … … 17 17 * Plugin URI: http://mapster.me/wp-mapbox-gl-js/ 18 18 * Description: This plugin allows you to create custom Mapbox maps and display them around your site. 19 * Version: 2.0. 519 * Version: 2.0.6 20 20 * Author: Mapster Tech 21 21 * Author URI: http://mapster.me/wp-mapbox-gl-js/ … … 23 23 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt 24 24 * Text Domain: wp-mapbox-gl-js 25 * Domain Path: / languages25 * Domain Path: /wp-mapbox-gl-js 26 26 */ 27 27 … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'WP_MAPBOX_GL_JS_VERSION', '2.0. 5' );38 define( 'WP_MAPBOX_GL_JS_VERSION', '2.0.6' ); 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.