Changeset 3240266
- Timestamp:
- 02/13/2025 06:16:39 PM (14 months ago)
- Location:
- confetti-fall-animation/trunk
- Files:
-
- 2 edited
-
confetti-fall-animation.php (modified) (3 diffs)
-
readme.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
confetti-fall-animation/trunk/confetti-fall-animation.php
r3237295 r3240266 1 1 <?php 2 3 2 /** 4 3 * @package confetti-fall-animation … … 52 51 add_option('confetti_welcome_shown', false); 53 52 } 54 55 53 function confetti_popup_deactivate() {} 56 54 … … 127 125 ], $props); 128 126 129 return '<div class="confetti-fall-animation" data-delay="' . esc_attr($props["delay"]) . '" data-time="' . esc_attr($props["time"]) . '"></div>'; 127 $delay = intval($props["delay"]); 128 $time = intval($props["time"]); 129 130 return '<div class="confetti-fall-animation" data-delay="' . esc_attr($delay) . '" data-time="' . esc_attr($time) . '"></div>'; 130 131 } -
confetti-fall-animation/trunk/readme.txt
r3238758 r3240266 1 1 === Confetti Fall Animation === 2 Contributors: wpdeveloperr 3 Tags: animation, confetti, celebration, festive, event 4 Requires at least: 6.0 5 Tested up to: 6.7 6 Stable tag: 1.3. 07 License: GPLv2 or later 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 2 Contributors: wpdeveloperr 3 Tags: animation, confetti, celebration, festive, event 4 Requires at least: 6.0 5 Tested up to: 6.7 6 Stable tag: 1.3.1 7 License: GPLv2 or later 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 10 Confetti fall animation fireworks celebration plugin for your blog or webpage. Add a delightful falling confetti animation to your website. … … 13 13 14 14 === How to Use === 15 16 1- Goto Wordpress plugin directory 17 2- Search for Confetti fall animation plugin. Install and activate 18 3- Activate the confetti fall animation on HomePage by clicking the buttn or 19 Use the shortcode [confetti-fall-animation delay="1" time="25"] on any (individual) post or page to start a falling confetti animation. 20 4- Add shortcode by button in page editing tools 21 5- Enjoy the animation 15 16 1. Go to the WordPress plugin directory. 17 2. Search for the Confetti Fall Animation plugin, then install and activate it. 18 3. Activate the confetti fall animation on the homepage by clicking the button or use the shortcode: 19 `[confetti-fall-animation delay="1" time="25"]` 20 on any post or page to start a falling confetti animation. 21 4. Add the shortcode via the button in the page editing tools. 22 5. Enjoy the animation! 22 23 23 24 =============================================================================== … … 25 26 === Installation === 26 27 27 1- Goto Worpdpress Plugin Directory 28 2- Search confetti fall animation keyword 29 3- Install and activate the plugin 30 4- [confetti-fall-animation delay="1" time="25"] 31 5- Use the above shortcode to include on any page of your website or blog 32 6- https://youtu.be/wpq-ItO53vo (For Demo) 28 1. Go to the WordPress Plugin Directory. 29 2. Search for "Confetti Fall Animation." 30 3. Install and activate the plugin. 31 4. Use the shortcode `[confetti-fall-animation delay="1" time="25"]` to add confetti animation to any page or post. 32 5. Watch the demo: [YouTube Demo](https://youtu.be/wpq-ItO53vo). 33 33 34 34 =============================================================================== … … 36 36 == Demo Video == 37 37 38 https://www.youtube.com/watch?v=wpq-ItO53vo&ab_channel=WPDebugBug 38 [Watch Demo on YouTube](https://www.youtube.com/watch?v=wpq-ItO53vo&ab_channel=WPDebugBug) 39 39 40 40 =============================================================================== … … 42 42 == Compatibility == 43 43 44 Fully compatible with all page builder e.g. elementor, WPbakery, Divi, Gutenburg blocks. Add Confetti fall animation via Shortcode and enjoy.44 Fully compatible with all major page builders, including Elementor, WPBakery, Divi, and Gutenberg blocks. Simply use the shortcode to activate the animation. 45 45 46 46 ================================================================================ … … 48 48 == Changelog == 49 49 50 = 1.3.1 = 51 * Fixed security vulnerability related to `confetti-fall-animation` shortcode. 52 * Sanitized and escaped user input to prevent XSS attacks. 53 * Improved input validation and security best practices. 54 * Updated "Tested up to" version to WordPress 6.7. 55 50 56 = 1.3.0 = 51 * Added shortcode by button in page editing tools. 52 * Auto add confetti button added. 53 * Confetti some bugs are fixed. 54 55 57 * Added shortcode button in page editing tools. 58 * Auto-add confetti button added. 59 * Fixed confetti-related bugs. 56 60 57 61 = 1.2.5 = 58 62 * Popup feature added. 59 63 * Shortcode modified. 60 * Background Image upload Option added.61 * add/remove option added.62 * add image by button from plugin option.64 * Background Image upload option added. 65 * Add/remove option added. 66 * Added image upload button in plugin settings. 63 67 64 68 = 1.2.1 = 65 * Some Popup bugs fixed.66 * Easy customization added.69 * Fixed popup-related bugs. 70 * Added easy customization options. 67 71 68 72 = 1.2.0 = 69 * A dashboard menu added.70 * A custom Popup added.71 * Updated shortcode and addednew features.72 * Popup with confetti and without confetti option added.73 * Easy customization added.73 * Added a dashboard menu. 74 * Introduced custom popup feature. 75 * Updated shortcode with new features. 76 * Added popup with/without confetti option. 77 * Improved customization features. 74 78 75 = 1.5.0 =76 * A change with shortcode.77 * logo and banner updated.78 79 79 = 1.1.0 = 80 * Plugin created with basic Shortcode setting. 81 * Use shortcode for animation falling. 82 * No new update. 80 * Initial release with basic shortcode functionality. 81 * Use `[confetti-fall-animation]` to activate animation falling. 82 83 ================================================================================
Note: See TracChangeset
for help on using the changeset viewer.