Plugin Directory

Changeset 2377899


Ignore:
Timestamp:
09/09/2020 11:20:57 AM (6 years ago)
Author:
biztechc
Message:

Compatibility with WP 5.5

Location:
fixed-widget-area
Files:
6 added
3 edited

Legend:

Unmodified
Added
Removed
  • fixed-widget-area/trunk/fixed-widget-area.php

    r2218080 r2377899  
    44Plugin URI:
    55Description: Fix widget Area on right side while scrolling and drag widget easily.
    6 Version: 2.0.0
     6Version: 3.0.0
    77Author: biztechc
    88Author URI: https://www.appjetty.com/
  • fixed-widget-area/trunk/js/fixwidget.js

    r1781918 r2377899  
    66        var w_h=jQuery(window).height();
    77        //if(w_h>wid_h)
    8          if($(this).scrollTop() > $('#wpadminbar').height())
     8         if(jQuery(this).scrollTop() > jQuery('#wpadminbar').height())
    99        {
    1010             jQuery(".widget-liquid-right").css({
  • fixed-widget-area/trunk/readme.txt

    r2218080 r2377899  
    44Requires at least: 3.8
    55Tested up to: 5.3
    6 Stable tag: 2.0.0
     6Stable tag: 3.0.0
    77License: GPLv2 or later
    88
     
    4141* Compatibility with WordPress version 5.3.
    4242
     43= 3.0.0 =
     44* Compatibility with WordPress version 5.5.
    4345
    4446
Note: See TracChangeset for help on using the changeset viewer.