Plugin Directory

Changeset 3330306


Ignore:
Timestamp:
07/18/2025 03:02:40 PM (9 months ago)
Author:
iomidev
Message:

Update plugin to version 1.2.0: added decimal support for font size and padding.

Location:
uniqselprotb/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • uniqselprotb/trunk/includes/views/uniqselprotb-form-style.php

    r3329159 r3330306  
    55 * @since      1.0.0
    66 * @since      1.1.0 Updated layout and added new style customization options.
     7 * @since      1.2.0 Added support for decimal values for font size and padding.
    78 *
    89 * @package   Unique_Selling_Propositions_Top_Banner
     
    7576                    <td><label for="<?php echo esc_attr( 'uniqselprotb_font_size' ); ?>">Font Size</label></td>
    7677                    <td>
    77                         <input type="number" id="uniqselprotb_font_size" step="1" class="unique-selling-propositions-top-banner-font-size-field" name="uniqselprotb_style[font_size]" value="<?php echo esc_attr( $font_size ); ?>" data-default-color="<?php echo esc_attr( $font_size ); ?>" />
     78                        <input type="number" id="uniqselprotb_font_size" step="0.1" class="unique-selling-propositions-top-banner-font-size-field" name="uniqselprotb_style[font_size]" value="<?php echo esc_attr( $font_size ); ?>" data-default-color="<?php echo esc_attr( $font_size ); ?>" />
    7879                        <select name="uniqselprotb_style[font_size_unit]" class="unique-selling-propositions-top-banner-select-font-size-unit">
    7980                            <option value="px" <?php selected($font_size_unit, 'px'); ?>>px</option>
     
    116117                    <td><label for="<?php echo esc_attr( 'uniqselprotb_padding_bottom' ); ?>">Padding Bottom</label></td>
    117118                    <td>
    118                         <input type="number" id="uniqselprotb_padding_bottom" step="1" class="unique-selling-propositions-top-banner-padding-bottom-field" name="uniqselprotb_style[padding_bottom]" value="<?php echo esc_attr( $padding_bottom ); ?>" data-default-color="<?php echo esc_attr( $padding_bottom ); ?>" />
     119                        <input type="number" id="uniqselprotb_padding_bottom" step="0.1" class="unique-selling-propositions-top-banner-padding-bottom-field" name="uniqselprotb_style[padding_bottom]" value="<?php echo esc_attr( $padding_bottom ); ?>" data-default-color="<?php echo esc_attr( $padding_bottom ); ?>" />
    119120                        <select name="uniqselprotb_style[padding_bottom_unit]" class="unique-selling-propositions-top-banner-select-padding-bottom-unit">
    120121                            <option value="px" <?php selected($padding_bottom_unit, 'px'); ?>>px</option>
     
    128129                    <td><label for="<?php echo esc_attr( 'uniqselprotb_padding_top' ); ?>">Padding Top</label></td>
    129130                    <td>
    130                         <input type="number" id="uniqselprotb_padding_top" step="1" class="unique-selling-propositions-top-banner-padding-top-field" name="uniqselprotb_style[padding_top]" value="<?php echo esc_attr( $padding_top ); ?>" data-default-color="<?php echo esc_attr( $padding_top ); ?>" />
     131                        <input type="number" id="uniqselprotb_padding_top" step="0.1" class="unique-selling-propositions-top-banner-padding-top-field" name="uniqselprotb_style[padding_top]" value="<?php echo esc_attr( $padding_top ); ?>" data-default-color="<?php echo esc_attr( $padding_top ); ?>" />
    131132                        <select name="uniqselprotb_style[padding_top_unit]" class="unique-selling-propositions-top-banner-select-padding-top-unit">
    132133                            <option value="px" <?php selected($padding_top_unit, 'px'); ?>>px</option>
     
    140141                    <td><label for="<?php echo esc_attr( 'uniqselprotb_padding_left' ); ?>">Padding Left</label></td>
    141142                    <td>
    142                         <input type="number" id="uniqselprotb_padding_left" step="1" class="unique-selling-propositions-top-banner-padding-left-field" name="uniqselprotb_style[padding_left]" value="<?php echo esc_attr( $padding_left ); ?>" data-default-color="<?php echo esc_attr( $padding_left ); ?>" />
     143                        <input type="number" id="uniqselprotb_padding_left" step="0.1" class="unique-selling-propositions-top-banner-padding-left-field" name="uniqselprotb_style[padding_left]" value="<?php echo esc_attr( $padding_left ); ?>" data-default-color="<?php echo esc_attr( $padding_left ); ?>" />
    143144                        <select name="uniqselprotb_style[padding_left_unit]" class="unique-selling-propositions-top-banner-select-padding-left-unit">
    144145                            <option value="px" <?php selected($padding_left_unit, 'px'); ?>>px</option>
     
    153154                    <td><label for="<?php echo esc_attr( 'uniqselprotb_padding_right' ); ?>">Padding Right</label></td>
    154155                    <td>
    155                         <input type="number" id="uniqselprotb_padding_right" step="1" class="unique-selling-propositions-top-banner-padding-right-field" name="uniqselprotb_style[padding_right]" value="<?php echo esc_attr( $padding_right ); ?>" data-default-color="<?php echo esc_attr( $padding_right ); ?>" />
     156                        <input type="number" id="uniqselprotb_padding_right" step="0.1" class="unique-selling-propositions-top-banner-padding-right-field" name="uniqselprotb_style[padding_right]" value="<?php echo esc_attr( $padding_right ); ?>" data-default-color="<?php echo esc_attr( $padding_right ); ?>" />
    156157                        <select name="uniqselprotb_style[padding_right_unit]" class="unique-selling-propositions-top-banner-select-padding-right-unit">
    157158                            <option value="px" <?php selected($padding_right_unit, 'px'); ?>>px</option>
  • uniqselprotb/trunk/readme.txt

    r3329159 r3330306  
    66Tested up to: 6.8
    77Requires PHP: 8.0
    8 Stable tag: 1.1.0
     8Stable tag: 1.2.0
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1111
    12 Showcase 3 rotating USPs in a stylish top banner — fully responsive with mobile carousel and customizable colors and text.
     12Display up to 3 rotating unique selling points in a stylish top banner — fully responsive, mobile-friendly carousel with customizable colors and text.
    1313
    1414== Description ==
    1515
    16 Unique Selling Propositions Top Banner is a lightweight and user-friendly plugin that lets WordPress admins showcase three key selling propositions at the very top of their website. Perfect for quickly communicating benefits like free shipping, secure checkout, or fast delivery.
     16Unique Selling Propositions Top Banner is a lightweight and user-friendly plugin that lets WordPress admins showcase up to three key selling propositions at the very top of their website. Perfect for quickly communicating benefits like free shipping, secure checkout, or fast delivery.
    1717
    1818### Features
     
    9393== Changelog ==
    9494
     95= 1.2.0 =
     96* Added support for decimal values for font size and padding.
     97
    9598= 1.1.0 =
    9699* Add: More options for Style Customize (font-size, font-weight, font-style, padding)
  • uniqselprotb/trunk/uniqselprotb.php

    r3329159 r3330306  
    2020 * Description:      Unique Selling Propositions Top Banner for WordPress
    2121 *                   with configurable USPs and icons.
    22  * Version:          1.1.0
     22 * Version:          1.2.0
    2323 * Requires at least: 6.0
    2424 * Requires PHP:      8.0
Note: See TracChangeset for help on using the changeset viewer.