Changeset 2482228
- Timestamp:
- 02/26/2021 02:20:31 PM (5 years ago)
- Location:
- miqid-elementor/trunk
- Files:
-
- 1 added
- 2 edited
-
miqid-elementor.php (modified) (4 diffs)
-
readme.md (modified) (1 diff)
-
widget/display_text.php (added)
Legend:
- Unmodified
- Added
- Removed
-
miqid-elementor/trunk/miqid-elementor.php
r2482210 r2482228 4 4 * Plugin Name: MIQID-Elementor 5 5 * Description: MIQID-Elementor extend Elementor with MIQID data. 6 * Version: 1.6. 16 * Version: 1.6.2 7 7 * Requires at least: 5.2 8 8 * Requires PHP: 7.2 … … 16 16 17 17 use Elementor\Plugin; 18 use MIQID\Elementor\Widget\{ Data_Window, Dynamic_Images, Dynamic_Text, FormSave, IconList, Input, Text_Hide_If};18 use MIQID\Elementor\Widget\{Data_Window, Display_Text, Dynamic_Images, Dynamic_Text, FormSave, IconList, Input, Text_Hide_If}; 19 19 use MIQID\Elementor\Handler\{FormSave as hFormSave}; 20 20 … … 24 24 25 25 class Elementor { 26 const VERSION = "1.6. 1";26 const VERSION = "1.6.2"; 27 27 const MINIMUM_ELEMENTOR_VERSION = "2.0.0"; 28 28 const MINIMUM_PHP_VERSION = "7.2"; … … 89 89 90 90 Plugin::instance()->widgets_manager->register_widget_type( new Data_Window() ); 91 Plugin::instance()->widgets_manager->register_widget_type( new Display_Text() ); 91 92 Plugin::instance()->widgets_manager->register_widget_type( new Dynamic_Images() ); 92 93 Plugin::instance()->widgets_manager->register_widget_type( new Dynamic_Text() ); -
miqid-elementor/trunk/readme.md
r2482210 r2482228 4 4 Tested up to: 5.6 5 5 Requires PHP: 7.2 6 Stable tag: 1.6. 16 Stable tag: 1.6.2 7 7 License: GPL v3 or later 8 8
Note: See TracChangeset
for help on using the changeset viewer.