Plugin Directory

Changeset 2835830


Ignore:
Timestamp:
12/19/2022 07:06:11 AM (3 years ago)
Author:
webdzier
Message:

Footer image opacity issue fixed

Location:
webdzier-companion
Files:
142 added
3 edited

Legend:

Unmodified
Added
Removed
  • webdzier-companion/trunk/inc/hotelgalaxy/features/hotelgalaxy-footer.php

    r2798718 r2835830  
    4343                'footer_bg_img_opacity',
    4444                array(
    45                     'default'           => 0.85,
     45                    'default'           => '0.85',
    4646                    'capability'        => 'edit_theme_options',
    47                     'sanitize_callback' => 'hotelgalaxy_sanitize_range_value',
     47                    'sanitize_callback' => 'hotelgalaxy_sanitize_text',
    4848                    'priority'  => 1,
    4949                )
     
    5858                            'max'           => 1,
    5959                            'step'          => 0.1,
    60                             'default_value' => 0.85,
    6160                        ),                     
    6261                    )
  • webdzier-companion/trunk/readme.txt

    r2827501 r2835830  
    44Requires at least: 4.0
    55Tested up to:  6.1
    6 Stable tag: 2.6
     6Stable tag: 2.7
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2626
    2727== Changelog ==
     28
     29= 2.7 =
     30* footer image opacity issue fixed
    2831
    2932= 2.6 =
  • webdzier-companion/trunk/webdzier-companion.php

    r2827501 r2835830  
    33Plugin Name: Webdzier Companion
    44Description: Enhances webdzier themes with additional functionality.
    5 Version: 2.6
     5Version: 2.7
    66Author: webdzier
    77Author URI: https://webdzier.com
Note: See TracChangeset for help on using the changeset viewer.