Plugin Directory

Changeset 2847976


Ignore:
Timestamp:
01/13/2023 02:18:46 PM (3 years ago)
Author:
peppecotrox
Message:

Default or Choosed Color Introduction

Location:
chat-support/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chat-support/trunk/ChatSupport.php

    r2847974 r2847976  
    55 * Plugin URI:        https://graficarulez.forumfree.it/
    66 * Description:       ChatSupport let you add a new and Fluent WhatsApp Support Button to your WordPress Website.
    7  * Version:           1.0.2
     7 * Version:           1.0.3
    88 * Requires at least: 6.1
    99 * Requires PHP:      7.2
     
    144144    position: fixed;
    145145    background: <?php
    146         echo esc_html(get_option( 'chat_support_option_name' )['phone_number_0']);
     146        echo get_option( 'chat_support_option_name' )['icon_color_0'] == '' ? '#25d366' : esc_html(get_option( 'chat_support_option_name' )['icon_color_0']);
    147147    ?>;
    148148    width: 50px;
  • chat-support/trunk/README.txt

    r2847974 r2847976  
    33Tags: Chat, Support, WhatsApp, Supporto, Contact
    44Donate link: https://www.paypal.com/paypalme/graficarulez
    5 Version: 1.0.2
    6 Stable Tag: 1.0.2
     5Version: 1.0.3
     6Stable Tag: 1.0.3
    77Requires at least: 6.1
    88Tested up to: 6.1
     
    2323== Changelog ==
    2424= 1.0.2 =
     25* Default or Choosed Color Introduction
     26= 1.0.2 =
    2527* Color Introduction
    2628= 1.0.1 =
Note: See TracChangeset for help on using the changeset viewer.