Plugin Directory

Changeset 2065636


Ignore:
Timestamp:
04/09/2019 08:27:03 AM (7 years ago)
Author:
d3wp
Message:

version 1.1.9 , fixed screen_icon deprecated function issue

Location:
wp-snow-effect
Files:
42 added
3 edited

Legend:

Unmodified
Added
Removed
  • wp-snow-effect/trunk/README.txt

    r1925243 r2065636  
    44Tags: 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
    55Requires at least: 3.6
    6 Tested up to: 4.9
     6Tested up to: 5.1.1
    77Requires PHP: 5.4
    8 Stable tag: 1.1.8
     8Stable tag: 1.1.9
    99License:GPL2
    1010 
     
    6161== Changelog ==
    6262
     63= 1.1.9 =
     64* fixed Screen_icon deprecated function issue
     65
    6366= 1.1.8 =
    6467* fixed Popup menu lost focus issue
     
    104107
    105108== Upgrade Notice ==
     109
     110= 1.1.9 =
     111* fixed Screen_icon deprecated function issue
    106112
    107113= 1.1.8 =
  • wp-snow-effect/trunk/includes/wp-settings-framework.php

    r1306161 r2065636  
    508508           
    509509            do_action( 'wpsf_before_tab_links_'.$this->option_group );
    510        
    511             screen_icon();
     510
     511            if ( function_exists('screen_icon') ) screen_icon();                   
    512512            ?>
    513513            <h2 class="nav-tab-wrapper">
  • wp-snow-effect/trunk/wp-snow-effect.php

    r1783370 r2065636  
    1717 * Plugin URI:        http://www.wpmaniax.com/seasonal-plugins
    1818 * Description:       Add nice looking animation effect of falling snow to your Wordpress site and enjoy winter.
    19  * Version:           1.1.8
     19 * Version:           1.1.9
    2020 * Author:            WPManiax
    2121 * Author URI:        http://www.wpmaniax.com
Note: See TracChangeset for help on using the changeset viewer.