Plugin Directory

Changeset 2219651


Ignore:
Timestamp:
12/30/2019 01:01:53 PM (6 years ago)
Author:
wedoplugins
Message:

plugin updated to version v1.2.3

Location:
gap-block
Files:
6 edited
1 copied

Legend:

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

    r2173088 r2219651  
    1818define( 'WDP_SUMMARY_PAGE', true ); // Tell the other plugins that summary page is already rendered.
    1919define( 'WDP_BSP_MAIN_FILE', WDPGB_MAIN_FILE );
    20 define( 'WDP_BSP_VERSION', '1.0.7' );
     20define( 'WDP_BSP_VERSION', '1.0.8' );
    2121
    2222// phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound
    2323
    24 add_action( 'admin_menu', array( 'WDP_BlocksSummaryPage', 'register_blocks_summary_page' ) );
    25 add_action( 'admin_enqueue_scripts', array( 'WDP_BlocksSummaryPage', 'enqueue_scripts' ) );
     24add_action( 'admin_menu', array( 'WDPGB_BlocksSummaryPage', 'register_blocks_summary_page' ) );
     25add_action( 'admin_enqueue_scripts', array( 'WDPGB_BlocksSummaryPage', 'enqueue_scripts' ) );
    2626
    2727/**
    2828 * Blocks summary page class
    2929 */
    30 abstract class WDP_BlocksSummaryPage {
     30abstract class WDPGB_BlocksSummaryPage {
    3131
    3232    /**
  • gap-block/tags/1.2.3/gap-block.php

    r2173088 r2219651  
    66 * Author: We Do Plugins
    77 * Author URI: http://wedoplugins.com/
    8  * Version: 1.2.2
     8 * Version: 1.2.3
    99 * License: GPLv3
    1010 * Text Domain: gap-block
     
    1818
    1919define( 'WDPGB_MAIN_FILE', __FILE__ );
    20 define( 'WDPGB_VERSION', '1.2.2' );
     20define( 'WDPGB_VERSION', '1.2.3' );
    2121
    2222/**
  • gap-block/tags/1.2.3/readme.txt

    r2173088 r2219651  
    33Tags: gap, gap block, spacer, spacer block, block, gutenberg, block editor, block library, blocks,
    44Requires at least: 5.1
    5 Tested up to: 5.2.3
     5Tested up to: 5.3.2
    66Requires PHP: 7.1
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl.html
    9 Stable tag: 1.2.2
     9Stable tag: 1.2.3
    1010
    1111Gap Block for new WordPress Block Editor allow you to add responsive Gap / Spacer to your website and customize it.
     
    3030
    3131== Changelog ==
     32
     33= 1.2.3 =
     34* Blocks Summary page updated
    3235
    3336= 1.2.2 =
  • gap-block/trunk/classes/class-wdpgb-blockssummarypage.php

    r2173088 r2219651  
    1818define( 'WDP_SUMMARY_PAGE', true ); // Tell the other plugins that summary page is already rendered.
    1919define( 'WDP_BSP_MAIN_FILE', WDPGB_MAIN_FILE );
    20 define( 'WDP_BSP_VERSION', '1.0.7' );
     20define( 'WDP_BSP_VERSION', '1.0.8' );
    2121
    2222// phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound
    2323
    24 add_action( 'admin_menu', array( 'WDP_BlocksSummaryPage', 'register_blocks_summary_page' ) );
    25 add_action( 'admin_enqueue_scripts', array( 'WDP_BlocksSummaryPage', 'enqueue_scripts' ) );
     24add_action( 'admin_menu', array( 'WDPGB_BlocksSummaryPage', 'register_blocks_summary_page' ) );
     25add_action( 'admin_enqueue_scripts', array( 'WDPGB_BlocksSummaryPage', 'enqueue_scripts' ) );
    2626
    2727/**
    2828 * Blocks summary page class
    2929 */
    30 abstract class WDP_BlocksSummaryPage {
     30abstract class WDPGB_BlocksSummaryPage {
    3131
    3232    /**
  • gap-block/trunk/gap-block.php

    r2173088 r2219651  
    66 * Author: We Do Plugins
    77 * Author URI: http://wedoplugins.com/
    8  * Version: 1.2.2
     8 * Version: 1.2.3
    99 * License: GPLv3
    1010 * Text Domain: gap-block
     
    1818
    1919define( 'WDPGB_MAIN_FILE', __FILE__ );
    20 define( 'WDPGB_VERSION', '1.2.2' );
     20define( 'WDPGB_VERSION', '1.2.3' );
    2121
    2222/**
  • gap-block/trunk/readme.txt

    r2173088 r2219651  
    33Tags: gap, gap block, spacer, spacer block, block, gutenberg, block editor, block library, blocks,
    44Requires at least: 5.1
    5 Tested up to: 5.2.3
     5Tested up to: 5.3.2
    66Requires PHP: 7.1
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl.html
    9 Stable tag: 1.2.2
     9Stable tag: 1.2.3
    1010
    1111Gap Block for new WordPress Block Editor allow you to add responsive Gap / Spacer to your website and customize it.
     
    3030
    3131== Changelog ==
     32
     33= 1.2.3 =
     34* Blocks Summary page updated
    3235
    3336= 1.2.2 =
Note: See TracChangeset for help on using the changeset viewer.