Plugin Directory

Changeset 2714929


Ignore:
Timestamp:
04/26/2022 02:11:17 PM (4 years ago)
Author:
flickdevs
Message:

Compatibility with latest WordPress and Elementor plugin.

Location:
fd-elementor-imagebox/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • fd-elementor-imagebox/trunk/elements/fd-adv-imagebox.php

    r2514784 r2714929  
    4747    }
    4848
    49     protected function _register_controls() {
     49    protected function register_controls() {
    5050        $this->start_controls_section(
    5151            'section_image',
     
    266266                'name' => 'title1_typography',
    267267                'selector' => '{{WRAPPER}} .fd-image-box h4',
    268                 'scheme' => Scheme_Typography::TYPOGRAPHY_1,
     268                //'scheme' => Scheme_Typography::TYPOGRAPHY_1,
     269                'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_1,
    269270            ]
    270271        );
     
    327328                'name' => 'title2_typography',
    328329                'selector' => '{{WRAPPER}} .fd-image-box h4 strong',
    329                 'scheme' => Scheme_Typography::TYPOGRAPHY_1,
     330                //'scheme' => Scheme_Typography::TYPOGRAPHY_1,
     331                'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_1,
    330332            ]
    331333        );
     
    420422                'name' => 'button_typography',
    421423                'selector' => '{{WRAPPER}} .fd-image-box h5',
    422                 'scheme' => Scheme_Typography::TYPOGRAPHY_1,
     424                //'scheme' => Scheme_Typography::TYPOGRAPHY_1,
     425                'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_1,
    423426            ]
    424427        );
     
    595598     * @access protected
    596599     */
    597     protected function _content_template() {
     600    protected function content_template() {
    598601        //TODO: implement instant inline editing
    599602        /*?>
  • fd-elementor-imagebox/trunk/fd-elementor-imagebox.php

    r2582566 r2714929  
    55 * Plugin URI: https://flickdevs.com/elementor/
    66 * Author: FlickDevs, Aezaz Shaikh
    7  * Version: 1.2.3
    8  * Elementor tested up to: 3.1.0
     7 * Version: 1.2.5
    98 * Author URI: http://www.flickdevs.com/
    109 *
  • fd-elementor-imagebox/trunk/readme.txt

    r2582566 r2714929  
    22Contributors: flickdevs, shaikhaezaz80
    33Requires at least: 5.0
    4 Tested up to: 5.7
     4Tested up to: 5.9.3
    55Requires PHP: 5.6
    6 Stable tag: 1.2.3
     6Stable tag: 1.2.5
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3030== Changelog ==
    3131
    32 = 1.2.4 =
    33 * Minor bug fixes and compatibility with latest Elementor and WordPress version
     32= 1.2.5 =
     33* Compatibility with latest WordPress and Elementor plugin
    3434
    3535= 1.2.3 =
    3636* fixed minor issue
    37 * compatibility with latest WordPress and Elementor plugin
    3837
    3938= 1.2.2 =
Note: See TracChangeset for help on using the changeset viewer.