Plugin Directory

Changeset 2880642


Ignore:
Timestamp:
03/15/2023 03:30:39 PM (3 years ago)
Author:
addonium
Message:

compatibility issue fixed

Location:
ultimate-cursor/trunk
Files:
4 edited

Legend:

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

    r2769759 r2880642  
     1## 1.0.0 [15th March 2023]
     2* Elementor Compatibility issue fixed
     3
    14## 1.0.0 [Initial Release]
  • ultimate-cursor/trunk/extension/cursor.php

    r2769759 r2880642  
    9595            'ultimate_cursor_image_src',
    9696            [
    97                 'label'              => esc_html__('Image', 'ultimate-cursor-for-elementor'),
     97                'label'              => esc_html__('Image', 'addonium
     98addoniumultimate-cursor-for-elementor'),
    9899                'type'               => Controls_Manager::MEDIA,
    99100                'frontend_available' => true,
  • ultimate-cursor/trunk/readme.txt

    r2770116 r2880642  
    1 === Ultimate Cursor Addons for Elementor ===
     1=== Ultimate Cursor ===
    22Contributors: ADDONIUM
    33Donate link: https://addonium.com/ultimate-cursor/
    4 Tags: cursor, mouse, pointer, elementor, addons, extension, addonium
    5 Stable tag: 1.0.0
     4Tags: cursor, mouse, pointer, elementor, addon, extension, addonium
     5Stable tag: 1.1.0
    66Requires PHP: 7.0.0
    77Requires at least: 5.0.0
    8 Tested up to: 6.0.1
     8Tested up to: 6.1.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.7.0
     12Elementor tested up to: 3.11.5
    1313
    14 [Ultimate Cursor](https://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.
     14By 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.
    1515
    1616== Description ==
    1717
    18 [Ultimate Cursor](https://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
     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
    1919
    20 [Ultimate Cursor](https://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.
     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.
    2121
    22 👁️ [See Demo](https://addonium.com/ultimate-cursor/) | 📝 [Documentation](https://addonium.com/ultimate-cursor/docs/overview/)
     22https://www.youtube.com/
    2323
    2424== Installation ==
     
    3333
    3434
    35 == Screenshots ==
    36 1. General Settings
    37 2. Click Advanced Tab then find Ultimate Cursor
    38 3. Click on The Ultimate Cursor Section the turn on the switcher to enable Ultimate cursor Feature
    39 4. play with Ultimate Cursor Settings options
    40 
    41 
    42 
    4335== Changelog ==
    4436
     37= 1.1.0 [15th March 2023] =
     38-Elementor Compatibility issue fixed
     39
    4540= 1.0.0 [Initial Release] =
  • ultimate-cursor/trunk/ultimate-cursor.php

    r2769775 r2880642  
    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.0.0
    7 * Author: ADDONIUM
    8 * Author URI: https://addonium.com
     6* Version: 1.1.0
     7* Author: TALIB
     8* Author URI: https://github.com/addonium
    99* Text Domain: ultimate-cursor
    1010* License: GPL3
    1111* Domain Path: /languages/
    1212* Elementor requires at least: 3.0.0
    13 * Elementor tested up to: 3.7.0
     13* Elementor tested up to: 3.11.5
    1414*/
    1515
     
    2323
    2424// Some pre define value for easy use
    25 define('UCA_VERSION', '1.0.0');
     25define('UCA_VERSION', '1.1.0');
    2626define('UCA_FILE_', __FILE__);
    2727define('UCA_URL', plugins_url('/', UCA_FILE_));
     
    2929
    3030final class UltimateCursorLoader {
    31     const VERSION                   = '1.0.0';
     31    const VERSION                   = UCA_VERSION;
    3232    const MINIMUM_ELEMENTOR_VERSION = '3.0.0';
    3333    const MINIMUM_PHP_VERSION       = '7.0';
Note: See TracChangeset for help on using the changeset viewer.