Plugin Directory

Changeset 3483574


Ignore:
Timestamp:
03/16/2026 08:14:22 AM (2 weeks ago)
Author:
Wpcalc
Message:

Update Floating menu to version 7.0.2

Location:
floating-button
Files:
209 added
4 edited

Legend:

Unmodified
Added
Removed
  • floating-button/trunk/README.txt

    r3408139 r3483574  
    66Tested up to: 6.9
    77Requires PHP: 7.4
    8 Stable tag: 7.0.1
     8Stable tag: 7.0.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2222## Main Features
    2323
    24 * 2 submenus
    25 * More than 2000+ FontAwesome icons
    26 * Any links insertion
     24* 2 submenus (Vertical and Horizontal)
     25* More than 2000+ FontAwesome 7.1 icons
     26* New button shapes: Circle, Rounded square, Ellipse, Square
     27* Advanced color settings for each button and hover effects
     28* Button types: Link, Email, Phone, Login, Logout, Register, Lost password
    2729* Using tooltips to provide more information
    28 * Round buttons shape
    29 * Login link
    30 * Logout link
    31 * Lost password link
     30* Responsive visibility: hide on mobile or desktop devices
     31* Shortcode support to place the button anywhere
     32* Export and Import functions
    3233
    3334## Use Cases for Floating Button
     
    4748
    4849* Create an unlimited number of buttons
    49 * Change the form of the menu display: Circle, Rounded square, Ellipse, Square
    50 * Set the color of the main button and submenu items
     50* Set the display according to the user role and status
     51* Change the menu output depending on the language of the page
     52* Use the categories on the site, exceptions, and ID to place the menu on individual pages
    5153* Accompany the change in navigation behavior with the highlight when hovering the mouse cursor
    5254* Use the built-in user menu, social panel, and print function
    53 * Set the display according to the user role and status
    54 * Change the menu output depending on the language of the page
    55 * Add restrictions for screens with large or small resolution
    56 * Use the categories on the site, exceptions, and ID to place the menu on individual pages
    57 * Insert the shortcode of the panel in the specified location
    5855* And more...
    5956
     
    9794
    9895== Changelog ==
     96= 7.0.2 =
     97* Fixed: issue with method `Settings::option()`.
     98* Fixed: grammar issue in ListTable.php
     99
    99100= 7.0.1 =
    100101* Updated: Font Awesome Icons to version 7.1
  • floating-button/trunk/classes/Admin/ListTable.php

    r3367174 r3483574  
    291291    public function get_bulk_actions(): array {
    292292        $actions = [
    293             'delete'     => __( 'Delate', 'floating-button' ),
     293            'delete'     => __( 'Delete', 'floating-button' ),
    294294            'activate'   => __( 'Activate', 'floating-button' ),
    295295            'deactivate' => __( 'Deactivate', 'floating-button' ),
  • floating-button/trunk/classes/Admin/Settings.php

    r3367174 r3483574  
    173173    }
    174174
    175     public static function option( $name, $option ) {
     175    public static function option( $name, $options ) {
    176176        return $options[ $name ] ?? '';
    177177    }
  • floating-button/trunk/floating-button.php

    r3388066 r3483574  
    44 *  Plugin URI:        https://wow-estore.com/item/floating-button-pro/
    55 *  Description:       Easily Generate and manage sticky Floating Buttons.
    6  *  Version:           7.0.1
     6 *  Version:           7.0.2
    77 *  Author:            Wow-Company
    88 *  Author URI:        https://wow-estore.com/
Note: See TracChangeset for help on using the changeset viewer.