Plugin Directory

Changeset 2598104


Ignore:
Timestamp:
09/13/2021 01:55:48 PM (5 years ago)
Author:
blocksera
Message:

Dynamic Tag Option for Elementor Pro Added

Location:
image-hover-effects-addon-for-elementor
Files:
15 added
4 edited

Legend:

Unmodified
Added
Removed
  • image-hover-effects-addon-for-elementor/trunk/image-hover-effects-addon-for-elementor.php

    r2511301 r2598104  
    88 * Requires PHP:      5.6
    99 * Requires at least: 4.7
    10  * Tested up to:      5.7
    11  * Version:           1.3.4
     10 * Tested up to:      5.8
     11 * Version:           1.3.5
    1212 * License:           GPL v3
    1313 * Text Domain:       eihe-lang
     
    1919}
    2020
    21 define('EIHE_VERSION', '1.3.4');
     21define('EIHE_VERSION', '1.3.5');
    2222define('EIHE_MINIMUM_ELEMENTOR_VERSION', '2.6.0');
    2323define('EIHE_PATH', plugin_dir_path(__FILE__));
  • image-hover-effects-addon-for-elementor/trunk/includes/widgets.php

    r2511301 r2598104  
    9696                'default' => [
    9797                    'url' => Utils::get_placeholder_image_src(),
    98                 ],
     98                ],             
     99                'dynamic' => [ 'active' => true],
    99100                'separator' => 'before',
    100101            ]
     
    119120                'placeholder' => __('Type your title here', 'eihe-lang'),
    120121                'separator'   => 'before',
    121                 'label_block' => true
     122                'label_block' => true ,
     123                'dynamic' => [ 'active' => true]
    122124            ]
    123125        );
     
    152154                'show_label'  => true,
    153155                'separator' => 'before',
     156                'dynamic' => [ 'active' => true]
    154157            ]
    155158        );
     
    190193                    'is_external'   => false,
    191194                    'nofollow'      => false,
    192                 ]
     195                ],
     196                'dynamic' => [ 'active' => true],
    193197            ]
    194198        );
     
    228232                'type'          => Controls_Manager::COLOR,
    229233                'default'       => '#000',
    230                 'scheme'        => [
    231                 'type'          => Scheme_Color::get_type(),
    232                 'value'         => Scheme_Color::COLOR_1,
    233                 ],
    234234                'selectors'     => [
    235235                    "{{WRAPPER}} .eihe-box,
     
    346346                'label'     => __('Color', 'eihe-lang'),
    347347                'type'      => Controls_Manager::COLOR,
    348                 'scheme'    => [
    349                     'type'  => Scheme_Color::get_type(),
    350                     'value' => Scheme_Color::COLOR_1,
    351                 ],
    352348                'default'   => '#fff',
    353349                'selectors' => [
     
    362358                'name'      => 'eihe_title_typography',
    363359                'label'     => __('Typography', 'eihe-lang'),
    364                 'scheme'    => Scheme_Typography::TYPOGRAPHY_1,
    365360                'selector'  => '{{WRAPPER}} .eihe-box .eihe-caption .eihe-title-cover .eihe-title'
    366361            ]
     
    381376                'label'     => __('Color', 'eihe-lang'),
    382377                'type'      => Controls_Manager::COLOR,
    383                 'scheme'    => [
    384                     'type'  => Scheme_Color::get_type(),
    385                     'value' => Scheme_Color::COLOR_1,
    386                 ],
    387378                'default'   => '#fff',
    388379                'selectors' => [
     
    397388                'name'      => 'eihe_description_typography',
    398389                'label'     => __('Typography', 'eihe-lang'),
    399                 'scheme'    => Scheme_Typography::TYPOGRAPHY_1,
    400390                'selector'  => '{{WRAPPER}} .eihe-box .eihe-caption p'
    401391            ]
     
    416406                'label' => __( 'Color', 'eihe-lang'),
    417407                'type' => Controls_Manager::COLOR,
    418                 'scheme' => [
    419                     'type' => Scheme_Color::get_type(),
    420                     'value' => Scheme_Color::COLOR_1,
    421                 ],
    422408                'default' => '#dddddd',
    423409                'selectors' => [
     
    518504    }
    519505
    520     protected function _content_template()
     506    protected function content_template()
    521507    {
    522508        ?>
  • image-hover-effects-addon-for-elementor/trunk/languages/eihe-lang.pot

    r2511301 r2598104  
    99"v1.0.0\n"
    1010"POT-Creation-Date: "
    11 "2021-04-08 13:13+0530\n"
     11"2021-09-13 19:20+0530\n"
    1212"PO-Revision-Date: \n"
    1313"Last-Translator: Your "
     
    306306msgstr ""
    307307
    308 #: includes/widgets.php:116
    309 #: includes/widgets.php:118
     308#: includes/widgets.php:117
     309#: includes/widgets.php:119
    310310#: includes/widgets.php:337
    311311msgid "Title"
    312312msgstr ""
    313313
    314 #: includes/widgets.php:119
     314#: includes/widgets.php:120
    315315msgid ""
    316316"Type your title here"
    317317msgstr ""
    318318
    319 #: includes/widgets.php:128
     319#: includes/widgets.php:130
    320320msgid "Title Tag"
    321321msgstr ""
    322322
    323 #: includes/widgets.php:131
     323#: includes/widgets.php:133
    324324msgid "H1"
    325325msgstr ""
    326326
    327 #: includes/widgets.php:132
     327#: includes/widgets.php:134
    328328msgid "H2"
    329329msgstr ""
    330330
    331 #: includes/widgets.php:133
     331#: includes/widgets.php:135
    332332msgid "H3"
    333333msgstr ""
    334334
    335 #: includes/widgets.php:134
     335#: includes/widgets.php:136
    336336msgid "H4"
    337337msgstr ""
    338338
    339 #: includes/widgets.php:135
     339#: includes/widgets.php:137
    340340msgid "H5"
    341341msgstr ""
    342342
    343 #: includes/widgets.php:136
     343#: includes/widgets.php:138
    344344msgid "H6"
    345345msgstr ""
    346346
    347 #: includes/widgets.php:137
     347#: includes/widgets.php:139
    348348msgid "Paragraph"
    349349msgstr ""
    350350
    351 #: includes/widgets.php:138
     351#: includes/widgets.php:140
    352352msgid "Span"
    353353msgstr ""
    354354
    355 #: includes/widgets.php:147
    356 #: includes/widgets.php:150
    357 #: includes/widgets.php:372
     355#: includes/widgets.php:149
     356#: includes/widgets.php:152
     357#: includes/widgets.php:367
    358358msgid "Description"
    359359msgstr ""
    360360
    361 #: includes/widgets.php:151
     361#: includes/widgets.php:153
    362362msgid ""
    363363"Type your description "
     
    365365msgstr ""
    366366
    367 #: includes/widgets.php:160
    368 #: includes/widgets.php:407
     367#: includes/widgets.php:163
     368#: includes/widgets.php:397
    369369msgid "Icon"
    370370msgstr ""
    371371
    372 #: includes/widgets.php:170
     372#: includes/widgets.php:173
    373373msgid "Icon Position"
    374374msgstr ""
    375375
    376 #: includes/widgets.php:173
     376#: includes/widgets.php:176
    377377msgid "Before"
    378378msgstr ""
    379379
    380 #: includes/widgets.php:174
     380#: includes/widgets.php:177
    381381msgid "After"
    382382msgstr ""
    383383
    384 #: includes/widgets.php:183
     384#: includes/widgets.php:186
    385385msgid "Link To"
    386386msgstr ""
    387387
    388 #: includes/widgets.php:185
     388#: includes/widgets.php:188
    389389msgid ""
    390390"https://your-link.com"
    391391msgstr ""
    392392
    393 #: includes/widgets.php:200
     393#: includes/widgets.php:204
    394394msgid "PRO Features"
    395395msgstr ""
    396396
    397 #: includes/widgets.php:208
     397#: includes/widgets.php:212
    398398msgid " "
    399399msgstr ""
    400400
    401 #: includes/widgets.php:211
     401#: includes/widgets.php:215
    402402msgid ""
    403403"<br/><div>Meet Our Pro "
     
    415415msgstr ""
    416416
    417 #: includes/widgets.php:219
     417#: includes/widgets.php:223
    418418msgid "Style"
    419419msgstr ""
    420420
    421 #: includes/widgets.php:227
     421#: includes/widgets.php:231
    422422msgid "Background"
    423423msgstr ""
     
    465465
    466466#: includes/widgets.php:346
    467 #: includes/widgets.php:381
    468 #: includes/widgets.php:416
     467#: includes/widgets.php:376
     468#: includes/widgets.php:406
    469469msgid "Color"
    470470msgstr ""
    471471
    472 #: includes/widgets.php:363
    473 #: includes/widgets.php:398
     472#: includes/widgets.php:359
     473#: includes/widgets.php:389
    474474msgid "Typography"
    475475msgstr ""
    476476
    477 #: includes/widgets.php:432
     477#: includes/widgets.php:418
    478478msgid "Icon Size"
    479479msgstr ""
    480480
    481 #: includes/widgets.php:452
     481#: includes/widgets.php:438
    482482msgid "Icon Space"
    483483msgstr ""
  • image-hover-effects-addon-for-elementor/trunk/readme.txt

    r2511301 r2598104  
    55Requires PHP: 5.6
    66Requires at least: 4.7
    7 Tested up to: 5.7
    8 Stable tag: 1.3.4
     7Tested up to: 5.8
     8Stable tag: 1.3.5
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    116116== Changelog ==
    117117
     118= 1.3.5 =
     119* Added - Dynamic value option for Title, Description, Image and Link
     120* Fixed - Deprecation notices
     121
    118122= 1.3.4 =
    119123* Fixed - Hardened allowed options in the editor to enforce better security policies
Note: See TracChangeset for help on using the changeset viewer.