Google Maps CP - Version 1.0.22

Version Description

  • Modifies the blocks for the Gutenberg editor, preparing the plugin for WordPress 5.1
Download this release

Release Info

Developer codepeople
Plugin Icon 128x128 Google Maps CP
Version 1.0.22
Comparing to
See all releases

Code changes from version 1.0.21 to 1.0.22

Files changed (3) hide show
  1. codepeople-post-map.php +1 -1
  2. js/gutenberg.js +2 -2
  3. readme.txt +5 -1
codepeople-post-map.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: Google Maps CP
4
  Text Domain: codepeople-post-map
5
- Version: 1.0.21
6
  Author: CodePeople
7
  Author URI: http://wordpress.dwbooster.com/content-tools/codepeople-post-map
8
  Plugin URI: http://wordpress.dwbooster.com/content-tools/codepeople-post-map
2
  /*
3
  Plugin Name: Google Maps CP
4
  Text Domain: codepeople-post-map
5
+ Version: 1.0.22
6
  Author: CodePeople
7
  Author URI: http://wordpress.dwbooster.com/content-tools/codepeople-post-map
8
  Plugin URI: http://wordpress.dwbooster.com/content-tools/codepeople-post-map
js/gutenberg.js CHANGED
@@ -53,8 +53,8 @@ jQuery(function(){
53
  }
54
  ),
55
  el(
56
- 'div', {className: 'cpm-iframe-container'},
57
- el('div', {className: 'cpm-iframe-overlay'}),
58
  el('iframe',
59
  {
60
  key: 'cpm_store_iframe',
53
  }
54
  ),
55
  el(
56
+ 'div', {className: 'cpm-iframe-container', key: 'cpm_iframe_container'},
57
+ el('div', {className: 'cpm-iframe-overlay', key: 'cpm_iframe_overlay'}),
58
  el('iframe',
59
  {
60
  key: 'cpm_store_iframe',
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: codepeople
3
  Donate link: http://wordpress.dwbooster.com/content-tools/codepeople-post-map
4
  Tags:google maps,maps,marker,gmap,places,shortcode,map,categories,post map,point,location,address,images,geocoder,google,shape,list,grouping,cluster,infowindow,route,pin,streetview,post,posts,pages,widget,image,exif tag,plugin,sidebar,stylize,admin
5
  Requires at least: 3.0.5
6
- Tested up to: 5.0
7
  Stable tag: trunk
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -517,6 +517,10 @@ Now the most important part create the shape's area. To create the shape's area
517
 
518
  == Changelog ==
519
 
 
 
 
 
520
  = 1.0.21 =
521
 
522
  * Modifies the integration with the Gutenberg editor, loading the maps directly in the editor.
3
  Donate link: http://wordpress.dwbooster.com/content-tools/codepeople-post-map
4
  Tags:google maps,maps,marker,gmap,places,shortcode,map,categories,post map,point,location,address,images,geocoder,google,shape,list,grouping,cluster,infowindow,route,pin,streetview,post,posts,pages,widget,image,exif tag,plugin,sidebar,stylize,admin
5
  Requires at least: 3.0.5
6
+ Tested up to: 5.1
7
  Stable tag: trunk
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
517
 
518
  == Changelog ==
519
 
520
+ = 1.0.22 =
521
+
522
+ * Modifies the blocks for the Gutenberg editor, preparing the plugin for WordPress 5.1
523
+
524
  = 1.0.21 =
525
 
526
  * Modifies the integration with the Gutenberg editor, loading the maps directly in the editor.