Plugin Directory

Changeset 3476979


Ignore:
Timestamp:
03/07/2026 09:45:52 AM (4 weeks ago)
Author:
Wpcalc
Message:

Update to version 4.3.5

Location:
sticky-buttons
Files:
172 added
3 edited

Legend:

Unmodified
Added
Removed
  • sticky-buttons/trunk/Readme.txt

    r3475325 r3476979  
    66Tested up to: 6.9
    77Requires PHP: 7.4
    8 Stable tag: 4.3.4
     8Stable tag: 4.3.5
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    230230
    231231== Changelog ==
     232= 4.3.5 =
     233* Fixed: check the option 'Mobile Rules'
     234
    232235= 4.3.4 =
    233236* Fixed: Fixed issue with button label not displaying on mobile devices.
  • sticky-buttons/trunk/public/class-wowp-maker.php

    r3353710 r3476979  
    5959        $shadow    = ! empty( $param['shadow'] ) ? ' -shadow' : '';
    6060        $animation = isset( $param['animation'] ) ? ' ' . $param['animation'] : '';
    61         $mobile    = isset( $param['mobile_on'] ) ? ' mobile-rule' : '';
     61        $mobile    = !empty( $param['mobile_on'] ) ? ' mobile-rule' : '';
    6262
    6363        $type = '';
  • sticky-buttons/trunk/sticky-buttons.php

    r3475325 r3476979  
    44 *  Plugin URI:        https://wordpress.org/plugins/sticky-buttons/
    55 *  Description:       Easily create sticky buttons of varying complexity.
    6  *  Version:           4.3.4
     6 *  Version:           4.3.5
    77 *  Author:            Wow-Company
    88 *  Author URI:        https://wow-estore.com/
Note: See TracChangeset for help on using the changeset viewer.