Plugin Directory

Changeset 2356757


Ignore:
Timestamp:
08/11/2020 03:13:11 AM (6 years ago)
Author:
tempranova
Message:

rollback and bug fix style

Location:
wp-mapbox-gl-js/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-mapbox-gl-js/trunk/README.md

    r2005792 r2356757  
    44Tags: mapbox gl js, mapbox, maps, interactive map, real estate, map shortcode, gl js
    55Requires at least: 3.0.1
    6 Tested up to: 5.0.0
    7 Stable tag: 2.0.3
     6Tested up to: 5.4.2
     7Stable tag: 2.0.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1313== Description ==
    1414
    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.
     15Create 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.
    1616
    1717WP 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.
     
    3030- And more!
    3131
    32 [**Premium features**](https://mapster.me/wp-mapbox-gl-js/wp-mapbox-gl-js-advanced) include:
     32Advanced Features will soon include (we're moving them over from our formerly premium version):
    3333
    3434- Over 100 icons with different colors available
     
    7575== Changelog ==
    7676
     77= 2.0.6 =
     78* Rollbacks and bug fixes
    7779= 2.0.5 =
    7880* Gutenberg updates
  • wp-mapbox-gl-js/trunk/public/class-wp-mapbox-gl-js-public.php

    r2005792 r2356757  
    6262    public function enqueue_styles() {
    6363
    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');
    6565        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');
    6666        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');
     
    7676    public function enqueue_scripts() {
    7777
    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);
    7979            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);
    8080            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);
     
    103103            'bearing' => ''
    104104        ), $atts, 'wp_mapbox_gl_js' );
    105        
     105
    106106        foreach($atts as $index=>$att) {
    107107            $content = $att;
  • wp-mapbox-gl-js/trunk/wp-mapbox-gl-js.php

    r2005792 r2356757  
    1010 *
    1111 * @link              http://mapster.me/wp-mapbox-gl-js
    12  * @since             2.0.5
     12 * @since             2.0.6
    1313 * @package           WP_Mapbox_GL_JS
    1414 *
     
    1717 * Plugin URI:        http://mapster.me/wp-mapbox-gl-js/
    1818 * Description:       This plugin allows you to create custom Mapbox maps and display them around your site.
    19  * Version:             2.0.5
     19 * Version:             2.0.6
    2020 * Author:            Mapster Tech
    2121 * Author URI:        http://mapster.me/wp-mapbox-gl-js/
     
    2323 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
    2424 * Text Domain:       wp-mapbox-gl-js
    25  * Domain Path:       /languages
     25 * Domain Path:       /wp-mapbox-gl-js
    2626 */
    2727
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'WP_MAPBOX_GL_JS_VERSION', '2.0.5' );
     38define( 'WP_MAPBOX_GL_JS_VERSION', '2.0.6' );
    3939
    4040/**
Note: See TracChangeset for help on using the changeset viewer.