Plugin Directory

Changeset 2156243


Ignore:
Timestamp:
09/13/2019 04:38:31 PM (7 years ago)
Author:
wedoplugins
Message:

plugin updated to version v1.2.1

Location:
maps-block
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • maps-block/tags/1.2.1/classes/class-wdpmb-enqueue.php

    r2155063 r2156243  
    3535            WDPMB_VERSION,
    3636            true
    37         );
    38 
    39         wp_localize_script(
    40             'wdp/maps-block',
    41             'WDPMapsBlock',
    42             array(
    43                 'themeColors' => current( (array) get_theme_support( 'editor-color-palette' ) ),
    44             )
    4537        );
    4638
  • maps-block/tags/1.2.1/maps-block.php

    r2155063 r2156243  
    66 * Author: We Do Plugins
    77 * Author URI: http://wedoplugins.com/
    8  * Version: 1.2.0
     8 * Version: 1.2.1
    99 * License: GPLv3
    1010 * Text Domain: maps-block
     
    1818
    1919define( 'WDPMB_MAIN_FILE', __FILE__ );
    20 define( 'WDPMB_VERSION', '1.2.0' );
     20define( 'WDPMB_VERSION', '1.2.1' );
    2121
    2222/**
  • maps-block/tags/1.2.1/readme.txt

    r2155063 r2156243  
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl.html
    9 Stable tag: 1.2.0
     9Stable tag: 1.2.1
    1010
    1111Maps Block for new WordPress Block Editor allow you to add Google Maps to your website and customize it.
     
    3737== Changelog ==
    3838
     39= 1.2.1 =
     40* Removed unused localize script function,
     41
    3942= 1.2.0 =
    4043* JavaScript code fully rebuilt on React, no more jQuery,
  • maps-block/trunk/classes/class-wdpmb-enqueue.php

    r2155063 r2156243  
    3535            WDPMB_VERSION,
    3636            true
    37         );
    38 
    39         wp_localize_script(
    40             'wdp/maps-block',
    41             'WDPMapsBlock',
    42             array(
    43                 'themeColors' => current( (array) get_theme_support( 'editor-color-palette' ) ),
    44             )
    4537        );
    4638
  • maps-block/trunk/maps-block.php

    r2155063 r2156243  
    66 * Author: We Do Plugins
    77 * Author URI: http://wedoplugins.com/
    8  * Version: 1.2.0
     8 * Version: 1.2.1
    99 * License: GPLv3
    1010 * Text Domain: maps-block
     
    1818
    1919define( 'WDPMB_MAIN_FILE', __FILE__ );
    20 define( 'WDPMB_VERSION', '1.2.0' );
     20define( 'WDPMB_VERSION', '1.2.1' );
    2121
    2222/**
  • maps-block/trunk/readme.txt

    r2155063 r2156243  
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl.html
    9 Stable tag: 1.2.0
     9Stable tag: 1.2.1
    1010
    1111Maps Block for new WordPress Block Editor allow you to add Google Maps to your website and customize it.
     
    3737== Changelog ==
    3838
     39= 1.2.1 =
     40* Removed unused localize script function,
     41
    3942= 1.2.0 =
    4043* JavaScript code fully rebuilt on React, no more jQuery,
Note: See TracChangeset for help on using the changeset viewer.