Changeset 2108302
- Timestamp:
- 06/18/2019 06:09:48 PM (7 years ago)
- Location:
- maps-block
- Files:
-
- 6 edited
- 1 copied
-
tags/1.1.1 (copied) (copied from maps-block/trunk)
-
tags/1.1.1/classes/class-wdpmb-blockssummarypage.php (modified) (1 diff)
-
tags/1.1.1/maps-block.php (modified) (2 diffs)
-
tags/1.1.1/readme.txt (modified) (2 diffs)
-
trunk/classes/class-wdpmb-blockssummarypage.php (modified) (1 diff)
-
trunk/maps-block.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
maps-block/tags/1.1.1/classes/class-wdpmb-blockssummarypage.php
r2094116 r2108302 46 46 47 47 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 ); 49 49 50 50 wp_localize_script( -
maps-block/tags/1.1.1/maps-block.php
r2108295 r2108302 6 6 * Author: We Do Plugins 7 7 * Author URI: http://wedoplugins.com/ 8 * Version: 1.1. 08 * Version: 1.1.1 9 9 * License: GPL2+ 10 10 * Text Domain: maps-block … … 18 18 19 19 define( 'WDPMB_MAIN_FILE', __FILE__ ); 20 define( 'WDPMB_VERSION', '1.1. 0' );20 define( 'WDPMB_VERSION', '1.1.1' ); 21 21 22 22 require_once dirname( WDPMB_MAIN_FILE ) . '/classes/class-wdpmb-blockssummarypage.php'; -
maps-block/tags/1.1.1/readme.txt
r2108295 r2108302 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html 9 Stable tag: 1.1. 09 Stable tag: 1.1.1 10 10 11 11 Maps Block for new WordPress Block Editor allow you to add Google Maps to your website and customize it. … … 33 33 == Changelog == 34 34 35 = 1.1.1 = 36 * Dependencies bug fixed 37 35 38 = 1.1.0 = 36 39 * Map style JSON field and rendering improved. -
maps-block/trunk/classes/class-wdpmb-blockssummarypage.php
r2094116 r2108302 46 46 47 47 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 ); 49 49 50 50 wp_localize_script( -
maps-block/trunk/maps-block.php
r2108295 r2108302 6 6 * Author: We Do Plugins 7 7 * Author URI: http://wedoplugins.com/ 8 * Version: 1.1. 08 * Version: 1.1.1 9 9 * License: GPL2+ 10 10 * Text Domain: maps-block … … 18 18 19 19 define( 'WDPMB_MAIN_FILE', __FILE__ ); 20 define( 'WDPMB_VERSION', '1.1. 0' );20 define( 'WDPMB_VERSION', '1.1.1' ); 21 21 22 22 require_once dirname( WDPMB_MAIN_FILE ) . '/classes/class-wdpmb-blockssummarypage.php'; -
maps-block/trunk/readme.txt
r2108295 r2108302 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html 9 Stable tag: 1.1. 09 Stable tag: 1.1.1 10 10 11 11 Maps Block for new WordPress Block Editor allow you to add Google Maps to your website and customize it. … … 33 33 == Changelog == 34 34 35 = 1.1.1 = 36 * Dependencies bug fixed 37 35 38 = 1.1.0 = 36 39 * Map style JSON field and rendering improved.
Note: See TracChangeset
for help on using the changeset viewer.