Changeset 2065636
- Timestamp:
- 04/09/2019 08:27:03 AM (7 years ago)
- Location:
- wp-snow-effect
- Files:
-
- 42 added
- 3 edited
-
tags/1.1.9 (added)
-
tags/1.1.9/LICENSE.txt (added)
-
tags/1.1.9/README.txt (added)
-
tags/1.1.9/admin (added)
-
tags/1.1.9/admin/class-wp-snow-effect-admin.php (added)
-
tags/1.1.9/admin/css (added)
-
tags/1.1.9/admin/css/wp-snow-effect-admin.css (added)
-
tags/1.1.9/admin/img (added)
-
tags/1.1.9/admin/img/info.png (added)
-
tags/1.1.9/admin/index.php (added)
-
tags/1.1.9/admin/js (added)
-
tags/1.1.9/admin/js/wp-snow-effect-admin.js (added)
-
tags/1.1.9/admin/js/wp-snow-effect-admin.min.js (added)
-
tags/1.1.9/admin/partials (added)
-
tags/1.1.9/admin/partials/wp-snow-effect-admin-display.php (added)
-
tags/1.1.9/admin/settings (added)
-
tags/1.1.9/admin/settings/settings.php (added)
-
tags/1.1.9/includes (added)
-
tags/1.1.9/includes/class-wp-snow-effect-activator.php (added)
-
tags/1.1.9/includes/class-wp-snow-effect-deactivator.php (added)
-
tags/1.1.9/includes/class-wp-snow-effect-i18n.php (added)
-
tags/1.1.9/includes/class-wp-snow-effect-loader.php (added)
-
tags/1.1.9/includes/class-wp-snow-effect.php (added)
-
tags/1.1.9/includes/index.php (added)
-
tags/1.1.9/includes/wp-settings-framework.php (added)
-
tags/1.1.9/index.php (added)
-
tags/1.1.9/languages (added)
-
tags/1.1.9/languages/wp-snow-effect.pot (added)
-
tags/1.1.9/public (added)
-
tags/1.1.9/public/class-wp-snow-effect-public.php (added)
-
tags/1.1.9/public/css (added)
-
tags/1.1.9/public/css/wp-snow-effect-public.css (added)
-
tags/1.1.9/public/index.php (added)
-
tags/1.1.9/public/js (added)
-
tags/1.1.9/public/js/jsnow.js (added)
-
tags/1.1.9/public/js/jsnow.min.js (added)
-
tags/1.1.9/public/js/wp-snow-effect-public.js (added)
-
tags/1.1.9/public/js/wp-snow-effect-public.min.js (added)
-
tags/1.1.9/public/partials (added)
-
tags/1.1.9/public/partials/wp-snow-effect-public-display.php (added)
-
tags/1.1.9/uninstall.php (added)
-
tags/1.1.9/wp-snow-effect.php (added)
-
trunk/README.txt (modified) (3 diffs)
-
trunk/includes/wp-settings-framework.php (modified) (1 diff)
-
trunk/wp-snow-effect.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-snow-effect/trunk/README.txt
r1925243 r2065636 4 4 Tags: christmas, christmas snow, falling snow, holiday, holiday snow, jquery snow, jsnow, let it snow, snow, snow balls, snow effect, snow effects, Snow Flakes, snowball, snowflake, snowing, super snow, supersnow, wp snow 5 5 Requires at least: 3.6 6 Tested up to: 4.96 Tested up to: 5.1.1 7 7 Requires PHP: 5.4 8 Stable tag: 1.1. 88 Stable tag: 1.1.9 9 9 License:GPL2 10 10 … … 61 61 == Changelog == 62 62 63 = 1.1.9 = 64 * fixed Screen_icon deprecated function issue 65 63 66 = 1.1.8 = 64 67 * fixed Popup menu lost focus issue … … 104 107 105 108 == Upgrade Notice == 109 110 = 1.1.9 = 111 * fixed Screen_icon deprecated function issue 106 112 107 113 = 1.1.8 = -
wp-snow-effect/trunk/includes/wp-settings-framework.php
r1306161 r2065636 508 508 509 509 do_action( 'wpsf_before_tab_links_'.$this->option_group ); 510 511 screen_icon(); 510 511 if ( function_exists('screen_icon') ) screen_icon(); 512 512 ?> 513 513 <h2 class="nav-tab-wrapper"> -
wp-snow-effect/trunk/wp-snow-effect.php
r1783370 r2065636 17 17 * Plugin URI: http://www.wpmaniax.com/seasonal-plugins 18 18 * Description: Add nice looking animation effect of falling snow to your Wordpress site and enjoy winter. 19 * Version: 1.1. 819 * Version: 1.1.9 20 20 * Author: WPManiax 21 21 * Author URI: http://www.wpmaniax.com
Note: See TracChangeset
for help on using the changeset viewer.