Contact Form Email - Version 1.3.08

Version Description

  • Insertion block update
Download this release

Release Info

Developer codepeople
Plugin Icon 128x128 Contact Form Email
Version 1.3.08
Comparing to
See all releases

Code changes from version 1.3.07 to 1.3.08

Files changed (3) hide show
  1. README.txt +5 -2
  2. form-to-email.php +1 -1
  3. js/block.js +2 -2
README.txt CHANGED
@@ -456,6 +456,9 @@ When you click a field already added into the contact form builder area, you can
456
 
457
  == Changelog ==
458
 
 
 
 
459
  = 1.3.07 =
460
  * Fixed conflict with 3rd party optimization plugin
461
 
@@ -1078,5 +1081,5 @@ When you click a field already added into the contact form builder area, you can
1078
 
1079
  == Upgrade Notice ==
1080
 
1081
- = 1.3.07 =
1082
- * Fixed conflict with 3rd party optimization plugin
456
 
457
  == Changelog ==
458
 
459
+ = 1.3.08 =
460
+ * Insertion block update
461
+
462
  = 1.3.07 =
463
  * Fixed conflict with 3rd party optimization plugin
464
 
1081
 
1082
  == Upgrade Notice ==
1083
 
1084
+ = 1.3.08 =
1085
+ * Insertion block update
form-to-email.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Contact Form Email
4
  Plugin URI: https://form2email.dwbooster.com/download
5
  Description: Contact form that sends the data to email and also to a database list and CSV file.
6
- Version: 1.3.07
7
  Author: CodePeople
8
  Author URI: https://form2email.dwbooster.com
9
  Text Domain: contact-form-to-email
3
  Plugin Name: Contact Form Email
4
  Plugin URI: https://form2email.dwbooster.com/download
5
  Description: Contact form that sends the data to email and also to a database list and CSV file.
6
+ Version: 1.3.08
7
  Author: CodePeople
8
  Author URI: https://form2email.dwbooster.com
9
  Text Domain: contact-form-to-email
js/block.js CHANGED
@@ -17,8 +17,8 @@ jQuery(function()
17
  (function( blocks, element ) {
18
  var el = wp.element.createElement,
19
  source = blocks.source,
20
- InspectorControls = wp.editor.InspectorControls,
21
- category = {slug:'contact-form-to-email', title : 'Contact Form to Email'};
22
 
23
 
24
  var _wp$components = wp.components,
17
  (function( blocks, element ) {
18
  var el = wp.element.createElement,
19
  source = blocks.source,
20
+ InspectorControls = ('blockEditor' in wp) ? wp.blockEditor.InspectorControls : wp.editor.InspectorControls;
21
+ var category = {slug:'contact-form-to-email', title : 'Contact Form to Email'};
22
 
23
 
24
  var _wp$components = wp.components,