Changeset 2598104
- Timestamp:
- 09/13/2021 01:55:48 PM (5 years ago)
- Location:
- image-hover-effects-addon-for-elementor
- Files:
-
- 15 added
- 4 edited
-
tags/1.3.5 (added)
-
tags/1.3.5/assets (added)
-
tags/1.3.5/assets/admin.css (added)
-
tags/1.3.5/assets/admin.js (added)
-
tags/1.3.5/assets/icon.png (added)
-
tags/1.3.5/assets/style.css (added)
-
tags/1.3.5/assets/style.min.css (added)
-
tags/1.3.5/image-hover-effects-addon-for-elementor.php (added)
-
tags/1.3.5/includes (added)
-
tags/1.3.5/includes/elementor-checker.php (added)
-
tags/1.3.5/includes/widgets.php (added)
-
tags/1.3.5/languages (added)
-
tags/1.3.5/languages/eihe-lang.pot (added)
-
tags/1.3.5/languages/readme.txt (added)
-
tags/1.3.5/readme.txt (added)
-
trunk/image-hover-effects-addon-for-elementor.php (modified) (2 diffs)
-
trunk/includes/widgets.php (modified) (11 diffs)
-
trunk/languages/eihe-lang.pot (modified) (5 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
image-hover-effects-addon-for-elementor/trunk/image-hover-effects-addon-for-elementor.php
r2511301 r2598104 8 8 * Requires PHP: 5.6 9 9 * Requires at least: 4.7 10 * Tested up to: 5. 711 * Version: 1.3. 410 * Tested up to: 5.8 11 * Version: 1.3.5 12 12 * License: GPL v3 13 13 * Text Domain: eihe-lang … … 19 19 } 20 20 21 define('EIHE_VERSION', '1.3. 4');21 define('EIHE_VERSION', '1.3.5'); 22 22 define('EIHE_MINIMUM_ELEMENTOR_VERSION', '2.6.0'); 23 23 define('EIHE_PATH', plugin_dir_path(__FILE__)); -
image-hover-effects-addon-for-elementor/trunk/includes/widgets.php
r2511301 r2598104 96 96 'default' => [ 97 97 'url' => Utils::get_placeholder_image_src(), 98 ], 98 ], 99 'dynamic' => [ 'active' => true], 99 100 'separator' => 'before', 100 101 ] … … 119 120 'placeholder' => __('Type your title here', 'eihe-lang'), 120 121 'separator' => 'before', 121 'label_block' => true 122 'label_block' => true , 123 'dynamic' => [ 'active' => true] 122 124 ] 123 125 ); … … 152 154 'show_label' => true, 153 155 'separator' => 'before', 156 'dynamic' => [ 'active' => true] 154 157 ] 155 158 ); … … 190 193 'is_external' => false, 191 194 'nofollow' => false, 192 ] 195 ], 196 'dynamic' => [ 'active' => true], 193 197 ] 194 198 ); … … 228 232 'type' => Controls_Manager::COLOR, 229 233 'default' => '#000', 230 'scheme' => [231 'type' => Scheme_Color::get_type(),232 'value' => Scheme_Color::COLOR_1,233 ],234 234 'selectors' => [ 235 235 "{{WRAPPER}} .eihe-box, … … 346 346 'label' => __('Color', 'eihe-lang'), 347 347 'type' => Controls_Manager::COLOR, 348 'scheme' => [349 'type' => Scheme_Color::get_type(),350 'value' => Scheme_Color::COLOR_1,351 ],352 348 'default' => '#fff', 353 349 'selectors' => [ … … 362 358 'name' => 'eihe_title_typography', 363 359 'label' => __('Typography', 'eihe-lang'), 364 'scheme' => Scheme_Typography::TYPOGRAPHY_1,365 360 'selector' => '{{WRAPPER}} .eihe-box .eihe-caption .eihe-title-cover .eihe-title' 366 361 ] … … 381 376 'label' => __('Color', 'eihe-lang'), 382 377 'type' => Controls_Manager::COLOR, 383 'scheme' => [384 'type' => Scheme_Color::get_type(),385 'value' => Scheme_Color::COLOR_1,386 ],387 378 'default' => '#fff', 388 379 'selectors' => [ … … 397 388 'name' => 'eihe_description_typography', 398 389 'label' => __('Typography', 'eihe-lang'), 399 'scheme' => Scheme_Typography::TYPOGRAPHY_1,400 390 'selector' => '{{WRAPPER}} .eihe-box .eihe-caption p' 401 391 ] … … 416 406 'label' => __( 'Color', 'eihe-lang'), 417 407 'type' => Controls_Manager::COLOR, 418 'scheme' => [419 'type' => Scheme_Color::get_type(),420 'value' => Scheme_Color::COLOR_1,421 ],422 408 'default' => '#dddddd', 423 409 'selectors' => [ … … 518 504 } 519 505 520 protected function _content_template()506 protected function content_template() 521 507 { 522 508 ?> -
image-hover-effects-addon-for-elementor/trunk/languages/eihe-lang.pot
r2511301 r2598104 9 9 "v1.0.0\n" 10 10 "POT-Creation-Date: " 11 "2021-0 4-08 13:13+0530\n"11 "2021-09-13 19:20+0530\n" 12 12 "PO-Revision-Date: \n" 13 13 "Last-Translator: Your " … … 306 306 msgstr "" 307 307 308 #: includes/widgets.php:11 6309 #: includes/widgets.php:11 8308 #: includes/widgets.php:117 309 #: includes/widgets.php:119 310 310 #: includes/widgets.php:337 311 311 msgid "Title" 312 312 msgstr "" 313 313 314 #: includes/widgets.php:1 19314 #: includes/widgets.php:120 315 315 msgid "" 316 316 "Type your title here" 317 317 msgstr "" 318 318 319 #: includes/widgets.php:1 28319 #: includes/widgets.php:130 320 320 msgid "Title Tag" 321 321 msgstr "" 322 322 323 #: includes/widgets.php:13 1323 #: includes/widgets.php:133 324 324 msgid "H1" 325 325 msgstr "" 326 326 327 #: includes/widgets.php:13 2327 #: includes/widgets.php:134 328 328 msgid "H2" 329 329 msgstr "" 330 330 331 #: includes/widgets.php:13 3331 #: includes/widgets.php:135 332 332 msgid "H3" 333 333 msgstr "" 334 334 335 #: includes/widgets.php:13 4335 #: includes/widgets.php:136 336 336 msgid "H4" 337 337 msgstr "" 338 338 339 #: includes/widgets.php:13 5339 #: includes/widgets.php:137 340 340 msgid "H5" 341 341 msgstr "" 342 342 343 #: includes/widgets.php:13 6343 #: includes/widgets.php:138 344 344 msgid "H6" 345 345 msgstr "" 346 346 347 #: includes/widgets.php:13 7347 #: includes/widgets.php:139 348 348 msgid "Paragraph" 349 349 msgstr "" 350 350 351 #: includes/widgets.php:1 38351 #: includes/widgets.php:140 352 352 msgid "Span" 353 353 msgstr "" 354 354 355 #: includes/widgets.php:14 7356 #: includes/widgets.php:15 0357 #: includes/widgets.php:3 72355 #: includes/widgets.php:149 356 #: includes/widgets.php:152 357 #: includes/widgets.php:367 358 358 msgid "Description" 359 359 msgstr "" 360 360 361 #: includes/widgets.php:15 1361 #: includes/widgets.php:153 362 362 msgid "" 363 363 "Type your description " … … 365 365 msgstr "" 366 366 367 #: includes/widgets.php:16 0368 #: includes/widgets.php: 407367 #: includes/widgets.php:163 368 #: includes/widgets.php:397 369 369 msgid "Icon" 370 370 msgstr "" 371 371 372 #: includes/widgets.php:17 0372 #: includes/widgets.php:173 373 373 msgid "Icon Position" 374 374 msgstr "" 375 375 376 #: includes/widgets.php:17 3376 #: includes/widgets.php:176 377 377 msgid "Before" 378 378 msgstr "" 379 379 380 #: includes/widgets.php:17 4380 #: includes/widgets.php:177 381 381 msgid "After" 382 382 msgstr "" 383 383 384 #: includes/widgets.php:18 3384 #: includes/widgets.php:186 385 385 msgid "Link To" 386 386 msgstr "" 387 387 388 #: includes/widgets.php:18 5388 #: includes/widgets.php:188 389 389 msgid "" 390 390 "https://your-link.com" 391 391 msgstr "" 392 392 393 #: includes/widgets.php:20 0393 #: includes/widgets.php:204 394 394 msgid "PRO Features" 395 395 msgstr "" 396 396 397 #: includes/widgets.php:2 08397 #: includes/widgets.php:212 398 398 msgid " " 399 399 msgstr "" 400 400 401 #: includes/widgets.php:21 1401 #: includes/widgets.php:215 402 402 msgid "" 403 403 "<br/><div>Meet Our Pro " … … 415 415 msgstr "" 416 416 417 #: includes/widgets.php:2 19417 #: includes/widgets.php:223 418 418 msgid "Style" 419 419 msgstr "" 420 420 421 #: includes/widgets.php:2 27421 #: includes/widgets.php:231 422 422 msgid "Background" 423 423 msgstr "" … … 465 465 466 466 #: includes/widgets.php:346 467 #: includes/widgets.php:3 81468 #: includes/widgets.php:4 16467 #: includes/widgets.php:376 468 #: includes/widgets.php:406 469 469 msgid "Color" 470 470 msgstr "" 471 471 472 #: includes/widgets.php:3 63473 #: includes/widgets.php:3 98472 #: includes/widgets.php:359 473 #: includes/widgets.php:389 474 474 msgid "Typography" 475 475 msgstr "" 476 476 477 #: includes/widgets.php:4 32477 #: includes/widgets.php:418 478 478 msgid "Icon Size" 479 479 msgstr "" 480 480 481 #: includes/widgets.php:4 52481 #: includes/widgets.php:438 482 482 msgid "Icon Space" 483 483 msgstr "" -
image-hover-effects-addon-for-elementor/trunk/readme.txt
r2511301 r2598104 5 5 Requires PHP: 5.6 6 6 Requires at least: 4.7 7 Tested up to: 5. 78 Stable tag: 1.3. 47 Tested up to: 5.8 8 Stable tag: 1.3.5 9 9 License: GPLv3 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 116 116 == Changelog == 117 117 118 = 1.3.5 = 119 * Added - Dynamic value option for Title, Description, Image and Link 120 * Fixed - Deprecation notices 121 118 122 = 1.3.4 = 119 123 * Fixed - Hardened allowed options in the editor to enforce better security policies
Note: See TracChangeset
for help on using the changeset viewer.