Changeset 2156243
- Timestamp:
- 09/13/2019 04:38:31 PM (7 years ago)
- Location:
- maps-block
- Files:
-
- 6 edited
- 1 copied
-
tags/1.2.1 (copied) (copied from maps-block/trunk)
-
tags/1.2.1/classes/class-wdpmb-enqueue.php (modified) (1 diff)
-
tags/1.2.1/maps-block.php (modified) (2 diffs)
-
tags/1.2.1/readme.txt (modified) (2 diffs)
-
trunk/classes/class-wdpmb-enqueue.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.2.1/classes/class-wdpmb-enqueue.php
r2155063 r2156243 35 35 WDPMB_VERSION, 36 36 true 37 );38 39 wp_localize_script(40 'wdp/maps-block',41 'WDPMapsBlock',42 array(43 'themeColors' => current( (array) get_theme_support( 'editor-color-palette' ) ),44 )45 37 ); 46 38 -
maps-block/tags/1.2.1/maps-block.php
r2155063 r2156243 6 6 * Author: We Do Plugins 7 7 * Author URI: http://wedoplugins.com/ 8 * Version: 1.2. 08 * Version: 1.2.1 9 9 * License: GPLv3 10 10 * Text Domain: maps-block … … 18 18 19 19 define( 'WDPMB_MAIN_FILE', __FILE__ ); 20 define( 'WDPMB_VERSION', '1.2. 0' );20 define( 'WDPMB_VERSION', '1.2.1' ); 21 21 22 22 /** -
maps-block/tags/1.2.1/readme.txt
r2155063 r2156243 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl.html 9 Stable tag: 1.2. 09 Stable tag: 1.2.1 10 10 11 11 Maps Block for new WordPress Block Editor allow you to add Google Maps to your website and customize it. … … 37 37 == Changelog == 38 38 39 = 1.2.1 = 40 * Removed unused localize script function, 41 39 42 = 1.2.0 = 40 43 * JavaScript code fully rebuilt on React, no more jQuery, -
maps-block/trunk/classes/class-wdpmb-enqueue.php
r2155063 r2156243 35 35 WDPMB_VERSION, 36 36 true 37 );38 39 wp_localize_script(40 'wdp/maps-block',41 'WDPMapsBlock',42 array(43 'themeColors' => current( (array) get_theme_support( 'editor-color-palette' ) ),44 )45 37 ); 46 38 -
maps-block/trunk/maps-block.php
r2155063 r2156243 6 6 * Author: We Do Plugins 7 7 * Author URI: http://wedoplugins.com/ 8 * Version: 1.2. 08 * Version: 1.2.1 9 9 * License: GPLv3 10 10 * Text Domain: maps-block … … 18 18 19 19 define( 'WDPMB_MAIN_FILE', __FILE__ ); 20 define( 'WDPMB_VERSION', '1.2. 0' );20 define( 'WDPMB_VERSION', '1.2.1' ); 21 21 22 22 /** -
maps-block/trunk/readme.txt
r2155063 r2156243 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl.html 9 Stable tag: 1.2. 09 Stable tag: 1.2.1 10 10 11 11 Maps Block for new WordPress Block Editor allow you to add Google Maps to your website and customize it. … … 37 37 == Changelog == 38 38 39 = 1.2.1 = 40 * Removed unused localize script function, 41 39 42 = 1.2.0 = 40 43 * JavaScript code fully rebuilt on React, no more jQuery,
Note: See TracChangeset
for help on using the changeset viewer.