Changeset 2575167
- Timestamp:
- 07/30/2021 08:14:47 AM (5 years ago)
- Location:
- flo-forms/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
admin/class-flo-forms-admin.php (modified) (1 diff)
-
flo-forms.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
flo-forms/trunk/README.txt
r2563626 r2575167 5 5 Requires at least: 5.0.0 6 6 Tested up to: 5.8 7 Stable tag: 1.0. 397 Stable tag: 1.0.40 8 8 Author: Flothemes 9 9 Author URI: https://flothemes.com/ … … 50 50 51 51 == Changelog == 52 53 = 1.0.40 = 54 * WP 5.8 widgets page - conflict fix 52 55 53 56 = 1.0.39 = -
flo-forms/trunk/admin/class-flo-forms-admin.php
r2563626 r2575167 1087 1087 } 1088 1088 1089 $dependencies = array( 1090 'jquery', 1091 'wp-blocks', 1092 'wp-i18n', 1093 'wp-element', 1094 'wp-dom-ready', 1095 'wp-components' 1096 ); 1097 1098 if( strpos($_SERVER['REQUEST_URI'], 'widgets.php') === false ) { 1099 // 'wp-editor' causes conflict on the widgets page. Therefore we need to make sure it is not included on that page. 1100 $dependencies[] = 'wp-editor'; 1101 } 1102 1089 1103 wp_register_script( 1090 1104 'flo-forms-block', 1091 1105 //plugins_url($index_js, __FILE__), 1092 1106 plugin_dir_url(__FILE__) . '../admin/js-non-merged/flo-forms-gutenberg-block.js', 1093 array( 1094 'jquery', 1095 'wp-editor', 1096 'wp-blocks', 1097 'wp-i18n', 1098 'wp-element', 1099 'wp-dom-ready', 1100 'wp-components', 1101 1102 ), 1107 $dependencies, 1103 1108 true // or maybe add the plugin version 1104 1109 -
flo-forms/trunk/flo-forms.php
r2563626 r2575167 4 4 Plugin URI: https://flothemes.com/floforms 5 5 Description: A easy to use contact form builder plugin 6 Version: 1.0. 396 Version: 1.0.40 7 7 Author: Flothemes 8 8 Author URI: https://flothemes.com
Note: See TracChangeset
for help on using the changeset viewer.