Changeset 2108307
- Timestamp:
- 06/18/2019 06:21:39 PM (7 years ago)
- Location:
- gap-block
- Files:
-
- 6 edited
- 1 copied
-
tags/1.1.0 (copied) (copied from gap-block/trunk)
-
tags/1.1.0/classes/class-wdpgb-blockssummarypage.php (modified) (1 diff)
-
tags/1.1.0/gap-block.php (modified) (2 diffs)
-
tags/1.1.0/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.1.0/classes/class-wdpgb-blockssummarypage.php
r2077163 r2108307 46 46 47 47 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 ); 49 49 50 50 wp_localize_script( -
gap-block/tags/1.1.0/gap-block.php
r2077163 r2108307 6 6 * Author: We Do Plugins 7 7 * Author URI: http://wedoplugins.com/ 8 * Version: 1. 0.08 * Version: 1.1.0 9 9 * License: GPL2+ 10 10 * Text Domain: gap-block … … 19 19 20 20 define( 'WDPGB_MAIN_FILE', __FILE__ ); 21 define( 'WDPGB_VERSION', '1. 0.0' );21 define( 'WDPGB_VERSION', '1.1.0' ); 22 22 23 23 require_once dirname( WDPGB_MAIN_FILE ) . '/classes/class-wdpgb-blockssummarypage.php'; -
gap-block/tags/1.1.0/readme.txt
r2077163 r2108307 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. 15 Tested up to: 5.2.1 6 6 Requires PHP: 5.6 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html 9 Stable tag: 1. 0.09 Stable tag: 1.1.0 10 10 11 11 Gap Block for new WordPress Block Editor allow you to add responsive Gap / Spacer to your website and customize it. … … 25 25 == Changelog == 26 26 27 = 1.1.0 = 28 * Dependencies bug fixed 29 27 30 = 1.0.0 = 28 31 * Initial release. -
gap-block/trunk/classes/class-wdpgb-blockssummarypage.php
r2077163 r2108307 46 46 47 47 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 ); 49 49 50 50 wp_localize_script( -
gap-block/trunk/gap-block.php
r2077163 r2108307 6 6 * Author: We Do Plugins 7 7 * Author URI: http://wedoplugins.com/ 8 * Version: 1. 0.08 * Version: 1.1.0 9 9 * License: GPL2+ 10 10 * Text Domain: gap-block … … 19 19 20 20 define( 'WDPGB_MAIN_FILE', __FILE__ ); 21 define( 'WDPGB_VERSION', '1. 0.0' );21 define( 'WDPGB_VERSION', '1.1.0' ); 22 22 23 23 require_once dirname( WDPGB_MAIN_FILE ) . '/classes/class-wdpgb-blockssummarypage.php'; -
gap-block/trunk/readme.txt
r2077163 r2108307 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. 15 Tested up to: 5.2.1 6 6 Requires PHP: 5.6 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html 9 Stable tag: 1. 0.09 Stable tag: 1.1.0 10 10 11 11 Gap Block for new WordPress Block Editor allow you to add responsive Gap / Spacer to your website and customize it. … … 25 25 == Changelog == 26 26 27 = 1.1.0 = 28 * Dependencies bug fixed 29 27 30 = 1.0.0 = 28 31 * Initial release.
Note: See TracChangeset
for help on using the changeset viewer.