Plugin Directory

Changeset 2976049


Ignore:
Timestamp:
10/08/2023 12:58:16 PM (2 years ago)
Author:
addonium
Message:

compatibility issue fixed

Location:
ultimate-cursor
Files:
28 added
3 edited

Legend:

Unmodified
Added
Removed
  • ultimate-cursor/trunk/changelog.txt

    r2880642 r2976049  
    1 ## 1.0.0 [15th March 2023]
     1## 1.2.0 [08th October 2023]
     2* Elementor Compatibility issue fixed
     3* Minor issue fixed
     4
     5## 1.1.0 [15th March 2023]
    26* Elementor Compatibility issue fixed
    37
  • ultimate-cursor/trunk/readme.txt

    r2880642 r2976049  
    1 === Ultimate Cursor ===
     1=== Ultimate Cursor Addons for Elementor ===
    22Contributors: ADDONIUM
    33Donate link: https://addonium.com/ultimate-cursor/
    44Tags: cursor, mouse, pointer, elementor, addon, extension, addonium
    5 Stable tag: 1.1.0
     5Stable tag: 1.2.0
    66Requires PHP: 7.0.0
    77Requires at least: 5.0.0
    8 Tested up to: 6.1.1
     8Tested up to: 6.3.1
    99License: GPL3
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
    1111Elementor requires at least: 3.0.0
    12 Elementor tested up to: 3.11.5
     12Elementor tested up to: 3.16.4
    1313
    14 By using this plugin, you can easily import/paste all sections on your site from the Elementor Editor/Widget Demo/Ready-Made Pages and Blocks. One click to change the world.
     14Elevate your website design to a whole new level with our cutting-edge by using ultimate cursor plugin. This powerful tool allows you to customize your cursor like never before, seamlessly integrating beautiful icons, captivating text, and eye-catching images to create an unforgettable user experience.
     15
    1516
    1617== Description ==
    1718
    18 [Ultimate Cursor](https://github.com/addonium/ultimate-cursor/) plugin is the one stop solution for [Elementor](https://wordpress.org/plugins/elementor/) users who might want to add a bit of sparkle and fun to their experience might be seeking a way to customize their cursor. This cool extension boasts an ample cursor database and some customization options
     19=Key Features:=
    1920
    20 [Ultimate Cursor](https://github.com/addonium/ultimate-cursor/) plugin for Elementor has been developed with the world’s best practice code standard and meets proper validation using the latest CSS, HTML5, and PHP technology to bring you a professional user experience for Elementor Page Builder.
     21* Stunning Icons: Choose from a wide array of visually striking icons to replace the standard cursor. From arrows to custom designs, make a lasting impression on your visitors.
    2122
    22 https://www.youtube.com/
     23* Dynamic Text: Add dynamic and informative text that responds to user interactions. Provide tooltips, hints, or engaging messages right at their fingertips.
     24
     25* Engaging Images: Enhance user engagement by incorporating images into your cursor. Whether it's product previews, animations, or interactive elements, captivate your audience with every movement.
     26
     27* Easy Customization: Effortlessly tailor your cursor to match your website's aesthetic. Customize colors, sizes, and animations to suit your brand's unique style.
     28
     29* User-Friendly Interface: Seamlessly integrate our plugin into Elementor's intuitive page builder interface. No coding required; create a captivating cursor with a few clicks.
     30
     31* The Ultimate Cursor Plugin for Elementor Page Builders empowers you to leave a lasting impression on your website visitors. Elevate user engagement, boost interactivity, and create a truly immersive web experience like never before. Upgrade your Elementor toolkit and make your website cursor an unforgettable element today!
     32
    2333
    2434== Installation ==
     
    3545== Changelog ==
    3646
     47= 1.2.0 [08th October 2023] =
     48-Elementor Compatibility issue fixed
     49-Minor issue fixed
     50
    3751= 1.1.0 [15th March 2023] =
    3852-Elementor Compatibility issue fixed
  • ultimate-cursor/trunk/ultimate-cursor.php

    r2880642 r2976049  
    44* Plugin URI: https://wordpress.org/plugins/ultimate-cursor
    55* Description: Ultimate Cursor plugin is the one stop solution for Elementor users who might want to add a bit of sparkle and fun to their experience might be seeking a way to customize their cursor. This cool extension boasts an ample cursor database and some customization options
    6 * Version: 1.1.0
     6* Version: 1.2.0
    77* Author: TALIB
    88* Author URI: https://github.com/addonium
     
    1111* Domain Path: /languages/
    1212* Elementor requires at least: 3.0.0
    13 * Elementor tested up to: 3.11.5
     13* Elementor tested up to: 3.16.4
    1414*/
    1515
     
    2323
    2424// Some pre define value for easy use
    25 define('UCA_VERSION', '1.1.0');
     25define('UCA_VERSION', '1.2.0');
    2626define('UCA_FILE_', __FILE__);
    2727define('UCA_URL', plugins_url('/', UCA_FILE_));
     
    3434
    3535    private static $_instance = null;
    36     private static $should_script_enqueue = false;
    3736
    3837    public static function instance() {
Note: See TracChangeset for help on using the changeset viewer.