Plugin Directory

Changeset 3266550


Ignore:
Timestamp:
04/03/2025 05:47:44 PM (12 months ago)
Author:
shiponkarmakar
Message:

2.0.3

Location:
domain-search-for-whmcs
Files:
8 added
3 edited

Legend:

Unmodified
Added
Removed
  • domain-search-for-whmcs/trunk/assets/domain-search-for-whmcs.css

    r3248805 r3266550  
    2626    right: 0;
    2727    top: 0;
    28     background-color: #8224e3 !important;
     28    background-color: #8224e3;
    2929    color: #fff !important;
    3030    border: none !important;
     
    3535    display: flex;
    3636    -webkit-box-align: center;
    37         -ms-flex-align: center;
    38             align-items: center;
     37    -ms-flex-align: center;
     38    align-items: center;
    3939    -webkit-box-pack: center;
    40         -ms-flex-pack: center;
    41             justify-content: center;
     40    -ms-flex-pack: center;
     41    justify-content: center;
    4242    border-color: #8224e3 !important;
    4343    padding: 0 19px !important;
    4444    height: 100%;
     45    transition: .3s;
    4546}
    4647.dsfwhmcs-wrapper .dsfwhmcs-domain-search-button .dashicons {
     
    5556        -ms-flex-pack: center;
    5657            justify-content: center;
     58    font-size: 26px;
    5759}
    5860.dsfwhmcs-wrapper .dsfwhmcs-domain-search-button:hover {
    59     background-color: #6a1dba;
     61    background-color: #322121;
    6062}
  • domain-search-for-whmcs/trunk/domain-search-for-whmcs.php

    r3260358 r3266550  
    44 * Plugin URI:  https://wordpress.org/plugins/domain-search-for-whmcs/
    55 * Description: A WordPress plugin that integrates a WHMCS domain search form and redirects users to WHMCS for domain registration.
    6  * Version: 2.0.2
     6 * Version: 2.0.3
    77 * Author: Shipon Karmakar
    88 * Author URI: https://profiles.wordpress.org/shiponkarmakar/
  • domain-search-for-whmcs/trunk/readme.txt

    r3260358 r3266550  
    55Tested up to: 6.7.2 
    66Requires PHP: 7.2 
    7 Stable tag: 2.0.2
     7Stable tag: 2.0.3
    88License: GPL-2.0+ 
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html 
Note: See TracChangeset for help on using the changeset viewer.