Changeset 2880642
- Timestamp:
- 03/15/2023 03:30:39 PM (3 years ago)
- Location:
- ultimate-cursor/trunk
- Files:
-
- 4 edited
-
changelog.txt (modified) (1 diff)
-
extension/cursor.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
ultimate-cursor.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ultimate-cursor/trunk/changelog.txt
r2769759 r2880642 1 ## 1.0.0 [15th March 2023] 2 * Elementor Compatibility issue fixed 3 1 4 ## 1.0.0 [Initial Release] -
ultimate-cursor/trunk/extension/cursor.php
r2769759 r2880642 95 95 'ultimate_cursor_image_src', 96 96 [ 97 'label' => esc_html__('Image', 'ultimate-cursor-for-elementor'), 97 'label' => esc_html__('Image', 'addonium 98 addoniumultimate-cursor-for-elementor'), 98 99 'type' => Controls_Manager::MEDIA, 99 100 'frontend_available' => true, -
ultimate-cursor/trunk/readme.txt
r2770116 r2880642 1 === Ultimate Cursor Addons for Elementor===1 === Ultimate Cursor === 2 2 Contributors: ADDONIUM 3 3 Donate link: https://addonium.com/ultimate-cursor/ 4 Tags: cursor, mouse, pointer, elementor, addon s, extension, addonium5 Stable tag: 1. 0.04 Tags: cursor, mouse, pointer, elementor, addon, extension, addonium 5 Stable tag: 1.1.0 6 6 Requires PHP: 7.0.0 7 7 Requires at least: 5.0.0 8 Tested up to: 6. 0.18 Tested up to: 6.1.1 9 9 License: GPL3 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html 11 11 Elementor requires at least: 3.0.0 12 Elementor tested up to: 3. 7.012 Elementor tested up to: 3.11.5 13 13 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.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. 15 15 16 16 == Description == 17 17 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 options18 [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 19 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. 21 21 22 👁️ [See Demo](https://addonium.com/ultimate-cursor/) | 📝 [Documentation](https://addonium.com/ultimate-cursor/docs/overview/) 22 https://www.youtube.com/ 23 23 24 24 == Installation == … … 33 33 34 34 35 == Screenshots ==36 1. General Settings37 2. Click Advanced Tab then find Ultimate Cursor38 3. Click on The Ultimate Cursor Section the turn on the switcher to enable Ultimate cursor Feature39 4. play with Ultimate Cursor Settings options40 41 42 43 35 == Changelog == 44 36 37 = 1.1.0 [15th March 2023] = 38 -Elementor Compatibility issue fixed 39 45 40 = 1.0.0 [Initial Release] = -
ultimate-cursor/trunk/ultimate-cursor.php
r2769775 r2880642 4 4 * Plugin URI: https://wordpress.org/plugins/ultimate-cursor 5 5 * 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.07 * Author: ADDONIUM8 * Author URI: https:// addonium.com6 * Version: 1.1.0 7 * Author: TALIB 8 * Author URI: https://github.com/addonium 9 9 * Text Domain: ultimate-cursor 10 10 * License: GPL3 11 11 * Domain Path: /languages/ 12 12 * Elementor requires at least: 3.0.0 13 * Elementor tested up to: 3. 7.013 * Elementor tested up to: 3.11.5 14 14 */ 15 15 … … 23 23 24 24 // Some pre define value for easy use 25 define('UCA_VERSION', '1. 0.0');25 define('UCA_VERSION', '1.1.0'); 26 26 define('UCA_FILE_', __FILE__); 27 27 define('UCA_URL', plugins_url('/', UCA_FILE_)); … … 29 29 30 30 final class UltimateCursorLoader { 31 const VERSION = '1.0.0';31 const VERSION = UCA_VERSION; 32 32 const MINIMUM_ELEMENTOR_VERSION = '3.0.0'; 33 33 const MINIMUM_PHP_VERSION = '7.0';
Note: See TracChangeset
for help on using the changeset viewer.