Plugin Directory

Changeset 2985515


Ignore:
Timestamp:
10/29/2023 05:52:21 AM (17 months ago)
Author:
saju4wordpress
Message:

Release v1.8

Location:
make-section-column-clickable-elementor/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • make-section-column-clickable-elementor/trunk/make-section-clickable-elementor.php

    r2949858 r2985515  
    66 * Author: Riyadh Ahmed
    77 * Author URI: http://sajuahmed.epizy.com/
    8  * Version: 1.7
     8 * Version: 1.8
    99 * License: GPL2 or later
    1010 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
    11  * Elementor tested up to: 3.15.1
     11 * Elementor tested up to: 3.17.1
    1212 *  @package Riyadh_Ahmed
    1313 */
     
    7878
    7979    $link_settings = $element->get_settings_for_display('ra_element_link');
    80     $blank = $link_settings['is_external'] != '' ? '_blank' : '_self';
     80    //$blank = $link_settings['is_external'] != '' ? '_blank' : '_self';
     81    $blank = isset($link_settings['is_external']) && $link_settings['is_external'] != '' ? '_blank' : '_self';
    8182
    8283    if ($link_settings && !empty($link_settings['url'])) {
  • make-section-column-clickable-elementor/trunk/readme.txt

    r2949858 r2985515  
    66Tags: section clickable, column clickable, elementor section, elementor column.
    77Requires at least: 5.2
    8 Tested up to: 6.3
    9 Elementor tested up to: 3.15.1
    10 Stable tag: 1.7
     8Tested up to: 6.4
     9Elementor tested up to: 3.17.1
     10Stable tag: 1.8
    1111License: GPLv2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8787* Compatible with Elementor version
    8888
     89= 1.8 =
     90
     91* Fix PHP Warning: Trying to access array offset on value of type null
     92* Compatible with WordPress version
     93* Compatible with Elementor version
     94
    8995== Upgrade notice ==
    9096N/A.
Note: See TracChangeset for help on using the changeset viewer.