Changeset 2219651
- Timestamp:
- 12/30/2019 01:01:53 PM (6 years ago)
- Location:
- gap-block
- Files:
-
- 6 edited
- 1 copied
-
tags/1.2.3 (copied) (copied from gap-block/trunk)
-
tags/1.2.3/classes/class-wdpgb-blockssummarypage.php (modified) (1 diff)
-
tags/1.2.3/gap-block.php (modified) (2 diffs)
-
tags/1.2.3/readme.txt (modified) (2 diffs)
-
trunk/classes/class-wdpgb-blockssummarypage.php (modified) (1 diff)
-
trunk/gap-block.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gap-block/tags/1.2.3/classes/class-wdpgb-blockssummarypage.php
r2173088 r2219651 18 18 define( 'WDP_SUMMARY_PAGE', true ); // Tell the other plugins that summary page is already rendered. 19 19 define( 'WDP_BSP_MAIN_FILE', WDPGB_MAIN_FILE ); 20 define( 'WDP_BSP_VERSION', '1.0. 7' );20 define( 'WDP_BSP_VERSION', '1.0.8' ); 21 21 22 22 // phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound 23 23 24 add_action( 'admin_menu', array( 'WDP _BlocksSummaryPage', 'register_blocks_summary_page' ) );25 add_action( 'admin_enqueue_scripts', array( 'WDP _BlocksSummaryPage', 'enqueue_scripts' ) );24 add_action( 'admin_menu', array( 'WDPGB_BlocksSummaryPage', 'register_blocks_summary_page' ) ); 25 add_action( 'admin_enqueue_scripts', array( 'WDPGB_BlocksSummaryPage', 'enqueue_scripts' ) ); 26 26 27 27 /** 28 28 * Blocks summary page class 29 29 */ 30 abstract class WDP _BlocksSummaryPage {30 abstract class WDPGB_BlocksSummaryPage { 31 31 32 32 /** -
gap-block/tags/1.2.3/gap-block.php
r2173088 r2219651 6 6 * Author: We Do Plugins 7 7 * Author URI: http://wedoplugins.com/ 8 * Version: 1.2. 28 * Version: 1.2.3 9 9 * License: GPLv3 10 10 * Text Domain: gap-block … … 18 18 19 19 define( 'WDPGB_MAIN_FILE', __FILE__ ); 20 define( 'WDPGB_VERSION', '1.2. 2' );20 define( 'WDPGB_VERSION', '1.2.3' ); 21 21 22 22 /** -
gap-block/tags/1.2.3/readme.txt
r2173088 r2219651 3 3 Tags: gap, gap block, spacer, spacer block, block, gutenberg, block editor, block library, blocks, 4 4 Requires at least: 5.1 5 Tested up to: 5. 2.35 Tested up to: 5.3.2 6 6 Requires PHP: 7.1 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl.html 9 Stable tag: 1.2. 29 Stable tag: 1.2.3 10 10 11 11 Gap Block for new WordPress Block Editor allow you to add responsive Gap / Spacer to your website and customize it. … … 30 30 31 31 == Changelog == 32 33 = 1.2.3 = 34 * Blocks Summary page updated 32 35 33 36 = 1.2.2 = -
gap-block/trunk/classes/class-wdpgb-blockssummarypage.php
r2173088 r2219651 18 18 define( 'WDP_SUMMARY_PAGE', true ); // Tell the other plugins that summary page is already rendered. 19 19 define( 'WDP_BSP_MAIN_FILE', WDPGB_MAIN_FILE ); 20 define( 'WDP_BSP_VERSION', '1.0. 7' );20 define( 'WDP_BSP_VERSION', '1.0.8' ); 21 21 22 22 // phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound 23 23 24 add_action( 'admin_menu', array( 'WDP _BlocksSummaryPage', 'register_blocks_summary_page' ) );25 add_action( 'admin_enqueue_scripts', array( 'WDP _BlocksSummaryPage', 'enqueue_scripts' ) );24 add_action( 'admin_menu', array( 'WDPGB_BlocksSummaryPage', 'register_blocks_summary_page' ) ); 25 add_action( 'admin_enqueue_scripts', array( 'WDPGB_BlocksSummaryPage', 'enqueue_scripts' ) ); 26 26 27 27 /** 28 28 * Blocks summary page class 29 29 */ 30 abstract class WDP _BlocksSummaryPage {30 abstract class WDPGB_BlocksSummaryPage { 31 31 32 32 /** -
gap-block/trunk/gap-block.php
r2173088 r2219651 6 6 * Author: We Do Plugins 7 7 * Author URI: http://wedoplugins.com/ 8 * Version: 1.2. 28 * Version: 1.2.3 9 9 * License: GPLv3 10 10 * Text Domain: gap-block … … 18 18 19 19 define( 'WDPGB_MAIN_FILE', __FILE__ ); 20 define( 'WDPGB_VERSION', '1.2. 2' );20 define( 'WDPGB_VERSION', '1.2.3' ); 21 21 22 22 /** -
gap-block/trunk/readme.txt
r2173088 r2219651 3 3 Tags: gap, gap block, spacer, spacer block, block, gutenberg, block editor, block library, blocks, 4 4 Requires at least: 5.1 5 Tested up to: 5. 2.35 Tested up to: 5.3.2 6 6 Requires PHP: 7.1 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl.html 9 Stable tag: 1.2. 29 Stable tag: 1.2.3 10 10 11 11 Gap Block for new WordPress Block Editor allow you to add responsive Gap / Spacer to your website and customize it. … … 30 30 31 31 == Changelog == 32 33 = 1.2.3 = 34 * Blocks Summary page updated 32 35 33 36 = 1.2.2 =
Note: See TracChangeset
for help on using the changeset viewer.