Changeset 2967093
- Timestamp:
- 09/14/2023 01:20:36 PM (3 years ago)
- Location:
- confetti-fall-animation
- Files:
-
- 4 edited
-
tags/1.2.0/confetti-fall-animation.php (modified) (1 diff)
-
tags/1.2.0/readme.txt (modified) (3 diffs)
-
trunk/confetti-fall-animation.php (modified) (1 diff)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
confetti-fall-animation/tags/1.2.0/confetti-fall-animation.php
r2967085 r2967093 118 118 function confetti_menu_func() { 119 119 $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); 121 122 add_submenu_page( $parent_url, 'Popup Settings', 'Popup Settings', 'manage_options', 'popup-settings', 'confetti_popup_setting_page'); 122 123 -
confetti-fall-animation/tags/1.2.0/readme.txt
r2967085 r2967093 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 Confetti fall animation fireworks celebration plugin for your blog or web site.10 Confetti fall animation fireworks celebration plugin for your blog or webpage. Add a delightful falling confetti animation to your website. 11 11 12 12 ============================================================================== … … 28 28 4- [confetti-fall-animation delay="1" time="25"] 29 29 5- Use the above shortcode to include on any page of your website or blog 30 6- https://youtu.be/LfO7UiSG7Uo 30 6- https://youtu.be/LfO7UiSG7Uo (For Demo) 31 31 32 32 =============================================================================== … … 57 57 * logo and banner updated. 58 58 59 = 1.1.0 =59 = 1.1.0 = 60 60 * Plugin created with basic Shortcode setting. 61 61 * Use shortcode for animation falling. -
confetti-fall-animation/trunk/confetti-fall-animation.php
r2967085 r2967093 118 118 function confetti_menu_func() { 119 119 $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); 121 122 add_submenu_page( $parent_url, 'Popup Settings', 'Popup Settings', 'manage_options', 'popup-settings', 'confetti_popup_setting_page'); 122 123 -
confetti-fall-animation/trunk/readme.txt
r2967085 r2967093 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 Confetti fall animation fireworks celebration plugin for your blog or web site.10 Confetti fall animation fireworks celebration plugin for your blog or webpage. Add a delightful falling confetti animation to your website. 11 11 12 12 ============================================================================== … … 28 28 4- [confetti-fall-animation delay="1" time="25"] 29 29 5- Use the above shortcode to include on any page of your website or blog 30 6- https://youtu.be/LfO7UiSG7Uo 30 6- https://youtu.be/LfO7UiSG7Uo (For Demo) 31 31 32 32 =============================================================================== … … 40 40 == Compatibility == 41 41 42 Fully compatible with elementor, WPbakery, Divi, Gutenburg blocks. Add Confetti fall animation via Shortcode and enjoy.42 Fully compatible with elementor, WPbakery, Divi, Gutenburg blocks. Add Confetti fall animation via shortcode and enjoy. 43 43 44 44 ================================================================================ … … 57 57 * logo and banner updated. 58 58 59 = 1.1.0 =59 = 1.1.0 = 60 60 * Plugin created with basic Shortcode setting. 61 61 * Use shortcode for animation falling.
Note: See TracChangeset
for help on using the changeset viewer.