Plugin Directory

Changeset 3129184


Ignore:
Timestamp:
08/01/2024 06:08:24 AM (20 months ago)
Author:
saju4wordpress
Message:

Release version v2.0

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

Legend:

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

    r3058786 r3129184  
    66 * Author: Riyadh Ahmed
    77 * Author URI: http://sajuahmed.epizy.com/
    8  * Version: 1.9
     8 * Version: 2.0
    99 * License: GPL2 or later
    1010 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
    11  * Elementor tested up to: 3.20.2
     11 * Elementor tested up to: 3.23.2
    1212 *  @package Riyadh_Ahmed
    1313 */
     14
     15require __DIR__ . '/vendor/autoload.php';
    1416
    1517//don't call the file directly
     
    2022
    2123defined('ABSPATH') || die();
     24
     25
     26/**
     27 * Initialize the plugin tracker
     28 *
     29 * @return void
     30 */
     31function appsero_init_tracker_make_section_column_clickable_elementor() {
     32
     33  $client = new Appsero\Client( '23afbf6c-5532-454b-bd5e-1aa2968615ac', 'Make Section & Column Clickable Elementor', __FILE__ );
     34
     35  // Active insights
     36  $client->insights()->init();
     37
     38}
     39
     40appsero_init_tracker_make_section_column_clickable_elementor();
     41
    2242/**
    2343 * Main plugin class
  • make-section-column-clickable-elementor/trunk/readme.txt

    r3058786 r3129184  
    66Tags: section clickable, column clickable, elementor section, elementor column.
    77Requires at least: 5.2
    8 Tested up to: 6.5
    9 Elementor tested up to: 3.20.2
    10 Stable tag: 1.9
     8Tested up to: 6.6
     9Elementor tested up to: 3.23.3
     10Stable tag: 2.0
    1111License: GPLv2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3131= Contribute =
    3232This may have bugs and lack of many features. If you want to contribute on this project, you are more than welcome. Please fork the repository from [Github](https://github.com/Riyadh1734/Make-Section-Column-Clickable-Elementor).
     33
     34## Privacy Policy
     35Make Section & Column Clickable Elementor uses [Appsero](https://appsero.com) SDK to collect some telemetry data upon user's confirmation. This helps us to troubleshoot problems faster & make product improvements.
     36
     37Appsero SDK **does not gather any data by default.** The SDK only starts gathering basic telemetry data **when a user allows it via the admin notice**. We collect the data to ensure a great user experience for all our users.
     38
     39Integrating Appsero SDK **DOES NOT IMMEDIATELY** start gathering data, **without confirmation from users in any case.**
     40
     41Learn more about how [Appsero collects and uses this data](https://appsero.com/privacy-policy/).
    3342
    3443== Installation ==
     
    97106* Compatible with WordPress version
    98107* Compatible with Elementor version
     108
     109= 2.0 =
     110
     111* Compatible with WordPress version
     112* Compatible with Elementor version
     113* Add Appsero SDK
     114
    99115== Upgrade notice ==
    100116N/A.
Note: See TracChangeset for help on using the changeset viewer.