Plugin Directory

Changeset 2967093


Ignore:
Timestamp:
09/14/2023 01:20:36 PM (3 years ago)
Author:
shakeelu
Message:

Dashboard icon Updated

Location:
confetti-fall-animation
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • confetti-fall-animation/tags/1.2.0/confetti-fall-animation.php

    r2967085 r2967093  
    118118function confetti_menu_func() {
    119119    $parent_url = 'confetti-animation';
    120     add_menu_page('CF Animation','CF Animation','manage_options', $parent_url,'confetti_animation_page','', 80);
     120    $icon_url = 'dashicons-buddicons-community';
     121    add_menu_page('CF Animation','CF Animation','manage_options', $parent_url,'confetti_animation_page', $icon_url, 80);
    121122    add_submenu_page( $parent_url, 'Popup Settings', 'Popup Settings', 'manage_options', 'popup-settings', 'confetti_popup_setting_page');
    122123
  • confetti-fall-animation/tags/1.2.0/readme.txt

    r2967085 r2967093  
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    10 Confetti fall animation fireworks celebration plugin for your blog or website.
     10Confetti fall animation fireworks celebration plugin for your blog or webpage. Add a delightful falling confetti animation to your website.
    1111
    1212==============================================================================
     
    28284- [confetti-fall-animation delay="1" time="25"]
    29295- Use the above shortcode to include on any page of your website or blog
    30 6- https://youtu.be/LfO7UiSG7Uo
     306- https://youtu.be/LfO7UiSG7Uo (For Demo)
    3131
    3232===============================================================================
     
    5757* logo and banner updated.
    5858 
    59 = 1.1.0=
     59= 1.1.0 =
    6060* Plugin created with basic Shortcode setting.
    6161* Use shortcode for animation falling.
  • confetti-fall-animation/trunk/confetti-fall-animation.php

    r2967085 r2967093  
    118118function confetti_menu_func() {
    119119    $parent_url = 'confetti-animation';
    120     add_menu_page('CF Animation','CF Animation','manage_options', $parent_url,'confetti_animation_page','', 80);
     120    $icon_url = 'dashicons-buddicons-community';
     121    add_menu_page('CF Animation','CF Animation','manage_options', $parent_url,'confetti_animation_page',$icon_url, 80);
    121122    add_submenu_page( $parent_url, 'Popup Settings', 'Popup Settings', 'manage_options', 'popup-settings', 'confetti_popup_setting_page');
    122123
  • confetti-fall-animation/trunk/readme.txt

    r2967085 r2967093  
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    10 Confetti fall animation fireworks celebration plugin for your blog or website.
     10Confetti fall animation fireworks celebration plugin for your blog or webpage. Add a delightful falling confetti animation to your website.
    1111
    1212==============================================================================
     
    28284- [confetti-fall-animation delay="1" time="25"]
    29295- Use the above shortcode to include on any page of your website or blog
    30 6- https://youtu.be/LfO7UiSG7Uo
     306- https://youtu.be/LfO7UiSG7Uo (For Demo)
    3131
    3232===============================================================================
     
    4040== Compatibility ==
    4141
    42 Fully compatible with elementor, WPbakery, Divi, Gutenburg blocks. Add Confetti fall animation via Shortcode and enjoy.
     42Fully compatible with elementor, WPbakery, Divi, Gutenburg blocks. Add Confetti fall animation via shortcode and enjoy.
    4343
    4444================================================================================
     
    5757* logo and banner updated.
    5858 
    59 = 1.1.0=
     59= 1.1.0 =
    6060* Plugin created with basic Shortcode setting.
    6161* Use shortcode for animation falling.
Note: See TracChangeset for help on using the changeset viewer.