Plugin Directory

Changeset 3240266


Ignore:
Timestamp:
02/13/2025 06:16:39 PM (14 months ago)
Author:
shakeelu
Message:

updated code file and readme file

Location:
confetti-fall-animation/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • confetti-fall-animation/trunk/confetti-fall-animation.php

    r3237295 r3240266  
    11<?php
    2 
    32/**
    43 * @package confetti-fall-animation
     
    5251    add_option('confetti_welcome_shown', false);
    5352}
    54 
    5553function confetti_popup_deactivate() {}
    5654
     
    127125    ], $props);
    128126
    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>';
    130131}
  • confetti-fall-animation/trunk/readme.txt

    r3238758 r3240266  
    11=== 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.0
    7 License: GPLv2 or later
    8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
     2Contributors: wpdeveloperr 
     3Tags: animation, confetti, celebration, festive, event 
     4Requires at least: 6.0 
     5Tested up to: 6.7 
     6Stable tag: 1.3.
     7License: GPLv2 or later 
     8License URI: http://www.gnu.org/licenses/gpl-2.0.html 
    99
    1010Confetti fall animation fireworks celebration plugin for your blog or webpage. Add a delightful falling confetti animation to your website.
     
    1313
    1414=== 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
     161. Go to the WordPress plugin directory. 
     172. Search for the Confetti Fall Animation plugin, then install and activate it. 
     183. 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. 
     214. Add the shortcode via the button in the page editing tools. 
     225. Enjoy the animation! 
    2223
    2324===============================================================================
     
    2526=== Installation ===
    2627
    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)
     281. Go to the WordPress Plugin Directory. 
     292. Search for "Confetti Fall Animation." 
     303. Install and activate the plugin. 
     314. Use the shortcode `[confetti-fall-animation delay="1" time="25"]` to add confetti animation to any page or post. 
     325. Watch the demo: [YouTube Demo](https://youtu.be/wpq-ItO53vo). 
    3333
    3434===============================================================================
     
    3636== Demo Video ==
    3737
    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) 
    3939
    4040===============================================================================
     
    4242== Compatibility ==
    4343
    44 Fully compatible with all page builder e.g. elementor, WPbakery, Divi, Gutenburg blocks. Add Confetti fall animation via Shortcode and enjoy.
     44Fully compatible with all major page builders, including Elementor, WPBakery, Divi, and Gutenberg blocks. Simply use the shortcode to activate the animation. 
    4545
    4646================================================================================
     
    4848== Changelog ==
    4949
     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
    5056= 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.
    5660
    5761= 1.2.5 =
    5862* Popup feature added.
    5963* 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.
    6367
    6468= 1.2.1 =
    65 * Some Popup bugs fixed.
    66 * Easy customization added.
     69* Fixed popup-related bugs.
     70* Added easy customization options.
    6771
    6872= 1.2.0 =
    69 * A dashboard menu added.
    70 * A custom Popup added.
    71 * Updated shortcode and added new 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.
    7478
    75 = 1.5.0 =
    76 * A change with shortcode.
    77 * logo and banner updated.
    78  
    7979= 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.