Plugin Directory

Changeset 3132733


Ignore:
Timestamp:
08/08/2024 01:07:09 PM (20 months ago)
Author:
visualmodo
Message:

1.5.5 - Aug 08 2024

  • Improvements - Elementor widgets code.
Location:
borderless
Files:
414 added
1 deleted
11 edited

Legend:

Unmodified
Added
Removed
  • borderless/trunk/borderless.php

    r3085856 r3132733  
    55Plugin URI: https://visualmodo.com/borderless/
    66Description: One service packed with powerful tools to help you reach your purposes.
    7 Version: 1.5.4
     7Version: 1.5.5
    88Author: Visualmodo
    99Author URI: https://visualmodo.com
     
    2121/*-----------------------------------------------------------------------------------*/
    2222
    23 define( 'BORDERLESS__VERSION', '1.5.4' );
     23define( 'BORDERLESS__VERSION', '1.5.5' );
    2424define( 'BORDERLESS__DIR', plugin_dir_path( __FILE__ ) );
    2525define( 'BORDERLESS__URL', plugins_url( '/', __FILE__ ) );
  • borderless/trunk/modules/elementor/widgets/animated-text.php

    r2626101 r3132733  
    99use Elementor\Group_Control_Image_Size;
    1010use \Elementor\Group_Control_Typography;
    11 use \Elementor\Core\Schemes\Typography;
     11use \Elementor\Core\Kits\Documents\Tabs\Global_Typography;
    1212use \Elementor\Repeater;
    1313use Elementor\Utils;
     
    272272            Group_Control_Typography::get_type(),
    273273            [
    274              'name' => 'borderless_elementor_animated_text_prefix_typography',
    275                 'scheme' => Typography::TYPOGRAPHY_1,
     274                'name' => 'borderless_elementor_animated_text_prefix_typography',
     275                'global'   => [
     276                    'default' => Global_Typography::TYPOGRAPHY_PRIMARY,
     277                ],
    276278                'fields_options' => [
    277279                    'typography' => ['default' => 'yes'],
     
    325327            [
    326328            'label' => esc_html__( 'Animated Text Typography', 'borderless'),
    327             'name' => 'borderless_elementor_animated_text_typography',
    328                 'scheme' => Typography::TYPOGRAPHY_1,
     329                'name' => 'borderless_elementor_animated_text_typography',
     330                'global'   => [
     331                    'default' => Global_Typography::TYPOGRAPHY_PRIMARY,
     332                ],
    329333                'fields_options' => [
    330334                    'typography' => ['default' => 'yes'],
     
    342346            'label' => esc_html__( 'Animated Text Cursor Typography', 'borderless'),
    343347            'name' => 'borderless_elementor_animated_text_cursor_typography',
    344                 'scheme' => Typography::TYPOGRAPHY_1,
     348                'global'   => [
     349                    'default' => Global_Typography::TYPOGRAPHY_PRIMARY,
     350                ],
    345351                'fields_options' => [
    346352                    'typography' => ['default' => 'yes'],
     
    383389            [
    384390            'name' => 'borderless_elementor_animated_text_suffix_typography',
    385                 'scheme' => Typography::TYPOGRAPHY_1,
     391                'global'   => [
     392                    'default' => Global_Typography::TYPOGRAPHY_PRIMARY,
     393                ],
    386394                'fields_options' => [
    387395                    'typography' => ['default' => 'yes'],
  • borderless/trunk/modules/elementor/widgets/circular-progress-bar.php

    r3085856 r3132733  
    99use \Elementor\Group_Control_Box_Shadow;
    1010use \Elementor\Group_Control_Typography;
    11 use \Elementor\Core\Schemes\Typography;
     11use \Elementor\Core\Kits\Documents\Tabs\Global_Typography;
    1212use \Elementor\Widget_Base;
    1313
     
    347347            'name' => 'borderless_circular_progress_bar_title_typography',
    348348            'label' => __('Title', 'borderless'),
    349             'scheme' => Typography::TYPOGRAPHY_1,
     349            'global'   => [
     350                'default' => Global_Typography::TYPOGRAPHY_PRIMARY,
     351            ],
    350352            'selector' => '{{WRAPPER}} .borderless-elementor-circular-progress-bar .progressbar-text .borderless-elementor-circular-progress-bar-title',
    351353        ]
     
    370372            'name' => 'borderless_circular_progress_bar_counter_typography',
    371373            'label' => __('Counter', 'borderless'),
    372             'scheme' => Typography::TYPOGRAPHY_1,
     374            'global'   => [
     375                'default' => Global_Typography::TYPOGRAPHY_PRIMARY,
     376            ],
    373377            'selector' => '{{WRAPPER}} .borderless-elementor-circular-progress-bar .progressbar-text .borderless-elementor-circular-progress-bar-counter-value',
    374378        ]
     
    390394            'name' => 'borderless_circular_progress_bar_postfix_typography',
    391395            'label' => __('Postfix', 'borderless'),
    392             'scheme' => Typography::TYPOGRAPHY_1,
     396            'global'   => [
     397                'default' => Global_Typography::TYPOGRAPHY_PRIMARY,
     398            ],
    393399            'selector' => '{{WRAPPER}} .borderless-elementor-circular-progress-bar-counter-postfix',
    394400        ]
  • borderless/trunk/modules/elementor/widgets/hero.php

    r2780334 r3132733  
    1515use \Elementor\Group_Control_Text_Shadow;
    1616use \Elementor\Group_Control_Css_Filter;
    17 use \Elementor\Core\Schemes\Typography;
    1817use Elementor\Icons_Manager;
    1918use \Elementor\Repeater;
  • borderless/trunk/modules/elementor/widgets/marquee-text.php

    r2723907 r3132733  
    1212use \Elementor\Group_Control_Typography;
    1313use \Elementor\Group_Control_Background;
    14 use \Elementor\Core\Schemes\Typography;
     14use \Elementor\Core\Kits\Documents\Tabs\Global_Typography;
    1515use \Elementor\Repeater;
    1616use Elementor\Utils;
     
    205205                    'name' => 'borderless_elementor_marquee_text_typography',
    206206                    'label' => __('Typography', 'borderless'),
    207                     'scheme' => Typography::TYPOGRAPHY_1,
     207                    'global'   => [
     208                        'default' => Global_Typography::TYPOGRAPHY_PRIMARY,
     209                    ],
    208210                    'selector' => '{{WRAPPER}} .borderless-elementor-marquee-text *',
    209211                ]
  • borderless/trunk/modules/elementor/widgets/portfolio.php

    r2626101 r3132733  
    1111use Elementor\Group_Control_Image_Size;
    1212use \Elementor\Group_Control_Typography;
    13 use \Elementor\Core\Schemes\Typography;
     13use \Elementor\Core\Kits\Documents\Tabs\Global_Typography;
    1414use \Elementor\Group_Control_Background;
    1515use \Elementor\Group_Control_Css_Filter;
    16 use \Elementor\Core\Schemes\Color;
    1716use \Elementor\Repeater;
    1817use Elementor\Utils;
     
    599598                    'name' => 'borderless_elementor_item_content_title_typography',
    600599                    'label' => __('Typography', 'borderless'),
    601                     'scheme' => Typography::TYPOGRAPHY_1,
     600                    'global' => [
     601                        'default' => Global_Typography::TYPOGRAPHY_PRIMARY,
     602                    ],
    602603                    'selector' => '{{WRAPPER}} .borderless-elementor-portfolio-item-title',
    603604                ]
     
    680681                    'name' => 'borderless_elementor_item_content_description_typography',
    681682                    'label' => __('Typography', 'borderless'),
    682                     'scheme' => Typography::TYPOGRAPHY_1,
     683                    'global' => [
     684                        'default' => Global_Typography::TYPOGRAPHY_PRIMARY,
     685                    ],
    683686                    'selector' => '{{WRAPPER}} .borderless-elementor-portfolio-item-description',
    684687                ]
     
    803806                            'name' => 'borderless_elementor_item_content_button_typography',
    804807                            'label' => __('Typography', 'borderless'),
    805                             'scheme' => Typography::TYPOGRAPHY_1,
     808                            'global' => [
     809                                'default' => Global_Typography::TYPOGRAPHY_PRIMARY,
     810                            ],
    806811                            'selector' => '{{WRAPPER}} .borderless-elementor-portfolio-item-button',
    807812                        ]
     
    873878                            'name' => 'borderless_elementor_item_content_button_typography_hover',
    874879                            'label' => __('Typography', 'borderless'),
    875                             'scheme' => Typography::TYPOGRAPHY_1,
     880                            'global' => [
     881                                'default' => Global_Typography::TYPOGRAPHY_PRIMARY,
     882                            ],
    876883                            'selector' => '{{WRAPPER}} .borderless-elementor-portfolio-item-button:hover',
    877884                        ]
     
    10621069                            'name' => 'borderless_elementor_filter_item_typography',
    10631070                            'label' => __('Typography', 'borderless'),
    1064                             'scheme' => Typography::TYPOGRAPHY_1,
     1071                            'global' => [
     1072                                'default' => Global_Typography::TYPOGRAPHY_PRIMARY,
     1073                            ],
    10651074                            'selector' => '{{WRAPPER}} .borderless-elementor-portfolio-filter-item',
    10661075                        ]
     
    11321141                            'name' => 'borderless_elementor_filter_item_typography_hover',
    11331142                            'label' => __('Typography', 'borderless'),
    1134                             'scheme' => Typography::TYPOGRAPHY_1,
     1143                            'global' => [
     1144                                'default' => Global_Typography::TYPOGRAPHY_PRIMARY,
     1145                            ],
    11351146                            'selector' => '{{WRAPPER}} .borderless-elementor-portfolio-filter-item:hover',
    11361147                        ]
     
    12021213                            'name' => 'borderless_elementor_filter_item_typography_active',
    12031214                            'label' => __('Typography', 'borderless'),
    1204                             'scheme' => Typography::TYPOGRAPHY_1,
     1215                            'global' => [
     1216                                'default' => Global_Typography::TYPOGRAPHY_PRIMARY,
     1217                            ],
    12051218                            'selector' => '{{WRAPPER}} .borderless-elementor-portfolio-filter-item.is-checked',
    12061219                        ]
  • borderless/trunk/modules/elementor/widgets/progress-bar.php

    r3085856 r3132733  
    99use \Elementor\Group_Control_Box_Shadow;
    1010use \Elementor\Group_Control_Typography;
    11 use \Elementor\Core\Schemes\Typography;
     11use \Elementor\Core\Kits\Documents\Tabs\Global_Typography;
    1212use \Elementor\Widget_Base;
    1313
     
    332332            'name' => 'borderless_elementor_progress_bar_title_typography',
    333333            'label' => __('Title', 'borderless'),
    334             'scheme' => Typography::TYPOGRAPHY_1,
     334            'global' => [
     335                'default' => Global_Typography::TYPOGRAPHY_PRIMARY,
     336            ],
    335337            'selector' => '{{WRAPPER}} .borderless-elementor-progress-bar .progressbar-text div .borderless-elementor-progress-bar-title',
    336338        ]
     
    355357            'name' => 'borderless_elementor_progress_bar_counter_typography',
    356358            'label' => __('Counter', 'borderless'),
    357             'scheme' => Typography::TYPOGRAPHY_1,
     359            'global' => [
     360                'default' => Global_Typography::TYPOGRAPHY_PRIMARY,
     361            ],
    358362            'selector' => '{{WRAPPER}} .borderless-elementor-progress-bar .progressbar-text div .borderless-elementor-progress-bar-counter-value',
    359363        ]
     
    375379            'name' => 'borderless_elementor_progress_bar_postfix_typography',
    376380            'label' => __('Postfix', 'borderless'),
    377             'scheme' => Typography::TYPOGRAPHY_1,
     381            'global' => [
     382                'default' => Global_Typography::TYPOGRAPHY_PRIMARY,
     383            ],
    378384            'selector' => '{{WRAPPER}} .borderless-elementor-progress-bar .progressbar-text div .borderless-elementor-progress-bar-counter-postfix',
    379385        ]
  • borderless/trunk/modules/elementor/widgets/semi-circular-progress-bar.php

    r3085856 r3132733  
    99use \Elementor\Group_Control_Box_Shadow;
    1010use \Elementor\Group_Control_Typography;
    11 use \Elementor\Core\Schemes\Typography;
     11use \Elementor\Core\Kits\Documents\Tabs\Global_Typography;
    1212use \Elementor\Widget_Base;
    1313
     
    323323            'name' => 'borderless_elementor_semi_circular_progress_bar_title_typography',
    324324            'label' => __('Title', 'borderless'),
    325             'scheme' => Typography::TYPOGRAPHY_1,
     325            'global' => [
     326                'default' => Global_Typography::TYPOGRAPHY_PRIMARY,
     327            ],
    326328            'selector' => '{{WRAPPER}} .borderless-elementor-semi-circular-progress-bar .progressbar-text .borderless-elementor-semi-circular-progress-bar-title',
    327329        ]
     
    346348            'name' => 'borderless_elementor_semi_circular_progress_bar_counter_typography',
    347349            'label' => __('Counter', 'borderless'),
    348             'scheme' => Typography::TYPOGRAPHY_1,
     350            'global' => [
     351                'default' => Global_Typography::TYPOGRAPHY_PRIMARY,
     352            ],
    349353            'selector' => '{{WRAPPER}} .borderless-elementor-semi-circular-progress-bar .progressbar-text .borderless-elementor-semi-circular-progress-bar-counter-value',
    350354        ]
     
    366370            'name' => 'borderless_elementor_semi_circular_progress_bar_postfix_typography',
    367371            'label' => __('Postfix', 'borderless'),
    368             'scheme' => Typography::TYPOGRAPHY_1,
     372            'global' => [
     373                'default' => Global_Typography::TYPOGRAPHY_PRIMARY,
     374            ],
    369375            'selector' => '{{WRAPPER}} .borderless-elementor-semi-circular-progress-bar-counter-postfix',
    370376        ]
  • borderless/trunk/modules/elementor/widgets/slider.php

    r2626182 r3132733  
    66
    77use Elementor\Widget_Base;
    8 use Elementor\Core\Kits\Documents\Tabs\Global_Colors;
    9 use Elementor\Core\Kits\Documents\Tabs\Global_Typography;
    108use Elementor\Controls_Manager;
    119use Elementor\Group_Control_Border;
     
    1311use Elementor\Group_Control_Image_Size;
    1412use \Elementor\Group_Control_Typography;
    15 use \Elementor\Core\Schemes\Typography;
     13use \Elementor\Core\Kits\Documents\Tabs\Global_Typography;
    1614use \Elementor\Group_Control_Background;
    1715use \Elementor\Group_Control_Css_Filter;
    18 use \Elementor\Core\Schemes\Color;
    1916use \Elementor\Repeater;
    2017use Elementor\Utils;
  • borderless/trunk/modules/elementor/widgets/split-hero.php

    r2944645 r3132733  
    1515use \Elementor\Group_Control_Text_Shadow;
    1616use \Elementor\Group_Control_Css_Filter;
    17 use \Elementor\Core\Schemes\Typography;
    1817use Elementor\Icons_Manager;
    1918use \Elementor\Repeater;
  • borderless/trunk/readme.txt

    r3085856 r3132733  
    33Tags: Gutenberg, Elementor, elements, widgets, templates
    44Requires at least: 5.0
    5 Tested up to: 6.5.3
     5Tested up to: 6.6.1
    66Requires PHP: 7.4
    7 Stable tag: 1.5.4
     7Stable tag: 1.5.5
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    8282== Changelog ==
    8383
     84= 1.5.5 - Aug 08 2024 =
     85* Improvements - Elementor widgets code.
     86
    8487= 1.5.4 - May 13 2024 =
    8588* Fixed - General Vulnerabilities.
Note: See TracChangeset for help on using the changeset viewer.