Plugin Directory

Changeset 2108302


Ignore:
Timestamp:
06/18/2019 06:09:48 PM (7 years ago)
Author:
wedoplugins
Message:

plugin updated to version 1.1.1

Location:
maps-block
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • maps-block/tags/1.1.1/classes/class-wdpmb-blockssummarypage.php

    r2094116 r2108302  
    4646
    4747            wp_enqueue_style( 'wdp-blocks-summary', plugins_url( 'build/blocks-summary.css', WDPMB_MAIN_FILE ), array(), WDPMB_VERSION );
    48             wp_enqueue_script( 'wdp-blocks-summary-plugins-table', plugins_url( 'build/plugins-table.min.js', WDPMB_MAIN_FILE ), array(), WDPMB_VERSION, true );
     48            wp_enqueue_script( 'wdp-blocks-summary-plugins-table', plugins_url( 'build/plugins-table.min.js', WDPMB_MAIN_FILE ), array( 'wp-i18n' ), WDPMB_VERSION, true );
    4949
    5050            wp_localize_script(
  • maps-block/tags/1.1.1/maps-block.php

    r2108295 r2108302  
    66 * Author: We Do Plugins
    77 * Author URI: http://wedoplugins.com/
    8  * Version: 1.1.0
     8 * Version: 1.1.1
    99 * License: GPL2+
    1010 * Text Domain: maps-block
     
    1818
    1919define( 'WDPMB_MAIN_FILE', __FILE__ );
    20 define( 'WDPMB_VERSION', '1.1.0' );
     20define( 'WDPMB_VERSION', '1.1.1' );
    2121
    2222require_once dirname( WDPMB_MAIN_FILE ) . '/classes/class-wdpmb-blockssummarypage.php';
  • maps-block/tags/1.1.1/readme.txt

    r2108295 r2108302  
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
    9 Stable tag: 1.1.0
     9Stable tag: 1.1.1
    1010
    1111Maps Block for new WordPress Block Editor allow you to add Google Maps to your website and customize it.
     
    3333== Changelog ==
    3434
     35= 1.1.1 =
     36* Dependencies bug fixed
     37
    3538= 1.1.0 =
    3639* Map style JSON field and rendering improved.
  • maps-block/trunk/classes/class-wdpmb-blockssummarypage.php

    r2094116 r2108302  
    4646
    4747            wp_enqueue_style( 'wdp-blocks-summary', plugins_url( 'build/blocks-summary.css', WDPMB_MAIN_FILE ), array(), WDPMB_VERSION );
    48             wp_enqueue_script( 'wdp-blocks-summary-plugins-table', plugins_url( 'build/plugins-table.min.js', WDPMB_MAIN_FILE ), array(), WDPMB_VERSION, true );
     48            wp_enqueue_script( 'wdp-blocks-summary-plugins-table', plugins_url( 'build/plugins-table.min.js', WDPMB_MAIN_FILE ), array( 'wp-i18n' ), WDPMB_VERSION, true );
    4949
    5050            wp_localize_script(
  • maps-block/trunk/maps-block.php

    r2108295 r2108302  
    66 * Author: We Do Plugins
    77 * Author URI: http://wedoplugins.com/
    8  * Version: 1.1.0
     8 * Version: 1.1.1
    99 * License: GPL2+
    1010 * Text Domain: maps-block
     
    1818
    1919define( 'WDPMB_MAIN_FILE', __FILE__ );
    20 define( 'WDPMB_VERSION', '1.1.0' );
     20define( 'WDPMB_VERSION', '1.1.1' );
    2121
    2222require_once dirname( WDPMB_MAIN_FILE ) . '/classes/class-wdpmb-blockssummarypage.php';
  • maps-block/trunk/readme.txt

    r2108295 r2108302  
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
    9 Stable tag: 1.1.0
     9Stable tag: 1.1.1
    1010
    1111Maps Block for new WordPress Block Editor allow you to add Google Maps to your website and customize it.
     
    3333== Changelog ==
    3434
     35= 1.1.1 =
     36* Dependencies bug fixed
     37
    3538= 1.1.0 =
    3639* Map style JSON field and rendering improved.
Note: See TracChangeset for help on using the changeset viewer.