Plugin Directory

Changeset 2482228


Ignore:
Timestamp:
02/26/2021 02:20:31 PM (5 years ago)
Author:
karlogitlea
Message:

Added Display Text

Location:
miqid-elementor/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • miqid-elementor/trunk/miqid-elementor.php

    r2482210 r2482228  
    44 * Plugin Name:       MIQID-Elementor
    55 * Description:       MIQID-Elementor extend Elementor with MIQID data.
    6  * Version:           1.6.1
     6 * Version:           1.6.2
    77 * Requires at least: 5.2
    88 * Requires PHP:      7.2
     
    1616
    1717use Elementor\Plugin;
    18 use MIQID\Elementor\Widget\{ Data_Window, Dynamic_Images, Dynamic_Text, FormSave, IconList, Input, Text_Hide_If};
     18use MIQID\Elementor\Widget\{Data_Window, Display_Text, Dynamic_Images, Dynamic_Text, FormSave, IconList, Input, Text_Hide_If};
    1919use MIQID\Elementor\Handler\{FormSave as hFormSave};
    2020
     
    2424
    2525class Elementor {
    26     const VERSION                   = "1.6.1";
     26    const VERSION                   = "1.6.2";
    2727    const MINIMUM_ELEMENTOR_VERSION = "2.0.0";
    2828    const MINIMUM_PHP_VERSION       = "7.2";
     
    8989
    9090        Plugin::instance()->widgets_manager->register_widget_type( new Data_Window() );
     91        Plugin::instance()->widgets_manager->register_widget_type( new Display_Text() );
    9192        Plugin::instance()->widgets_manager->register_widget_type( new Dynamic_Images() );
    9293        Plugin::instance()->widgets_manager->register_widget_type( new Dynamic_Text() );
  • miqid-elementor/trunk/readme.md

    r2482210 r2482228  
    44Tested up to: 5.6 
    55Requires PHP: 7.2 
    6 Stable tag: 1.6.1 
     6Stable tag: 1.6.2 
    77License: GPL v3 or later 
    88
Note: See TracChangeset for help on using the changeset viewer.