Changeset 3266550
- Timestamp:
- 04/03/2025 05:47:44 PM (12 months ago)
- Location:
- domain-search-for-whmcs
- Files:
-
- 8 added
- 3 edited
-
tags/2.0.3 (added)
-
tags/2.0.3/assets (added)
-
tags/2.0.3/assets/domain-search-for-whmcs.css (added)
-
tags/2.0.3/domain-search-for-whmcs.php (added)
-
tags/2.0.3/languages (added)
-
tags/2.0.3/languages/domain-search-for-whmcs.pot (added)
-
tags/2.0.3/readme.txt (added)
-
tags/2.0.3/uninstall.php (added)
-
trunk/assets/domain-search-for-whmcs.css (modified) (3 diffs)
-
trunk/domain-search-for-whmcs.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
domain-search-for-whmcs/trunk/assets/domain-search-for-whmcs.css
r3248805 r3266550 26 26 right: 0; 27 27 top: 0; 28 background-color: #8224e3 !important;28 background-color: #8224e3; 29 29 color: #fff !important; 30 30 border: none !important; … … 35 35 display: flex; 36 36 -webkit-box-align: center; 37 -ms-flex-align: center;38 align-items: center;37 -ms-flex-align: center; 38 align-items: center; 39 39 -webkit-box-pack: center; 40 -ms-flex-pack: center;41 justify-content: center;40 -ms-flex-pack: center; 41 justify-content: center; 42 42 border-color: #8224e3 !important; 43 43 padding: 0 19px !important; 44 44 height: 100%; 45 transition: .3s; 45 46 } 46 47 .dsfwhmcs-wrapper .dsfwhmcs-domain-search-button .dashicons { … … 55 56 -ms-flex-pack: center; 56 57 justify-content: center; 58 font-size: 26px; 57 59 } 58 60 .dsfwhmcs-wrapper .dsfwhmcs-domain-search-button:hover { 59 background-color: # 6a1dba;61 background-color: #322121; 60 62 } -
domain-search-for-whmcs/trunk/domain-search-for-whmcs.php
r3260358 r3266550 4 4 * Plugin URI: https://wordpress.org/plugins/domain-search-for-whmcs/ 5 5 * Description: A WordPress plugin that integrates a WHMCS domain search form and redirects users to WHMCS for domain registration. 6 * Version: 2.0. 26 * Version: 2.0.3 7 7 * Author: Shipon Karmakar 8 8 * Author URI: https://profiles.wordpress.org/shiponkarmakar/ -
domain-search-for-whmcs/trunk/readme.txt
r3260358 r3266550 5 5 Tested up to: 6.7.2 6 6 Requires PHP: 7.2 7 Stable tag: 2.0. 27 Stable tag: 2.0.3 8 8 License: GPL-2.0+ 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.