Plugin Directory

Changeset 2108307


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

plugin updated to version 1.1.0

Location:
gap-block
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • gap-block/tags/1.1.0/classes/class-wdpgb-blockssummarypage.php

    r2077163 r2108307  
    4646
    4747            wp_enqueue_style( 'wdp-blocks-summary', plugins_url( 'build/blocks-summary.css', WDPGB_MAIN_FILE ), array(), WDPGB_VERSION );
    48             wp_enqueue_script( 'wdp-blocks-summary-plugins-table', plugins_url( 'build/plugins-table.min.js', WDPGB_MAIN_FILE ), array(), WDPGB_VERSION, true );
     48            wp_enqueue_script( 'wdp-blocks-summary-plugins-table', plugins_url( 'build/plugins-table.min.js', WDPGB_MAIN_FILE ), array( 'wp-i18n' ), WDPGB_VERSION, true );
    4949
    5050            wp_localize_script(
  • gap-block/tags/1.1.0/gap-block.php

    r2077163 r2108307  
    66 * Author: We Do Plugins
    77 * Author URI: http://wedoplugins.com/
    8  * Version: 1.0.0
     8 * Version: 1.1.0
    99 * License: GPL2+
    1010 * Text Domain: gap-block
     
    1919
    2020define( 'WDPGB_MAIN_FILE', __FILE__ );
    21 define( 'WDPGB_VERSION', '1.0.0' );
     21define( 'WDPGB_VERSION', '1.1.0' );
    2222
    2323require_once dirname( WDPGB_MAIN_FILE ) . '/classes/class-wdpgb-blockssummarypage.php';
  • gap-block/tags/1.1.0/readme.txt

    r2077163 r2108307  
    33Tags: gap, gap block, spacer, spacer block, block, gutenberg, block editor, block library, blocks,
    44Requires at least: 5.1
    5 Tested up to: 5.1
     5Tested up to: 5.2.1
    66Requires PHP: 5.6
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
    9 Stable tag: 1.0.0
     9Stable tag: 1.1.0
    1010
    1111Gap Block for new WordPress Block Editor allow you to add responsive Gap / Spacer to your website and customize it.
     
    2525== Changelog ==
    2626
     27= 1.1.0 =
     28* Dependencies bug fixed
     29
    2730= 1.0.0 =
    2831* Initial release.
  • gap-block/trunk/classes/class-wdpgb-blockssummarypage.php

    r2077163 r2108307  
    4646
    4747            wp_enqueue_style( 'wdp-blocks-summary', plugins_url( 'build/blocks-summary.css', WDPGB_MAIN_FILE ), array(), WDPGB_VERSION );
    48             wp_enqueue_script( 'wdp-blocks-summary-plugins-table', plugins_url( 'build/plugins-table.min.js', WDPGB_MAIN_FILE ), array(), WDPGB_VERSION, true );
     48            wp_enqueue_script( 'wdp-blocks-summary-plugins-table', plugins_url( 'build/plugins-table.min.js', WDPGB_MAIN_FILE ), array( 'wp-i18n' ), WDPGB_VERSION, true );
    4949
    5050            wp_localize_script(
  • gap-block/trunk/gap-block.php

    r2077163 r2108307  
    66 * Author: We Do Plugins
    77 * Author URI: http://wedoplugins.com/
    8  * Version: 1.0.0
     8 * Version: 1.1.0
    99 * License: GPL2+
    1010 * Text Domain: gap-block
     
    1919
    2020define( 'WDPGB_MAIN_FILE', __FILE__ );
    21 define( 'WDPGB_VERSION', '1.0.0' );
     21define( 'WDPGB_VERSION', '1.1.0' );
    2222
    2323require_once dirname( WDPGB_MAIN_FILE ) . '/classes/class-wdpgb-blockssummarypage.php';
  • gap-block/trunk/readme.txt

    r2077163 r2108307  
    33Tags: gap, gap block, spacer, spacer block, block, gutenberg, block editor, block library, blocks,
    44Requires at least: 5.1
    5 Tested up to: 5.1
     5Tested up to: 5.2.1
    66Requires PHP: 5.6
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
    9 Stable tag: 1.0.0
     9Stable tag: 1.1.0
    1010
    1111Gap Block for new WordPress Block Editor allow you to add responsive Gap / Spacer to your website and customize it.
     
    2525== Changelog ==
    2626
     27= 1.1.0 =
     28* Dependencies bug fixed
     29
    2730= 1.0.0 =
    2831* Initial release.
Note: See TracChangeset for help on using the changeset viewer.