Plugin Directory

Changeset 3476166


Ignore:
Timestamp:
03/06/2026 08:34:30 AM (3 weeks ago)
Author:
nsp-code
Message:

Version: 2.8.3

Location:
wp-hide-security-enhancer
Files:
233 added
4 edited

Legend:

Unmodified
Added
Removed
  • wp-hide-security-enhancer/trunk/assets/css/wph.css

    r3463643 r3476166  
    234234
    235235.start-container {    background-color: #fff;    border-left: 3px solid #0073aa;    overflow: hidden;    padding: 25px 20px 20px 30px;    position: relative;}
    236 .start-container::before {    color: #eee2ec;    content: "\f111";    content: "\f332";    display: block;    font-family: dashicons;    font-size: 232px;    line-height: 1;    position: absolute;    right: 0;    text-align: center;    top: 0;    width: 1em; z-index: 1}
     236.start-container::before {    color: #eee2ec;    content: "\f111";    content: "\f332";    display: block;    font-family: dashicons;    font-size: 232px;    line-height: 1;    position: absolute;    right: 0;    text-align: center;    top: 0;    width: 1em; z-index: 0}
    237237.start-container.licence-key::before { content: "\f112"; }
    238238.start-container .text {position: relative;z-index: 2}
    239239.start-container h2, .start-container p {position: relative}
     240.start-container h2 small {font-size: 0.7em; font-weight: normal}
    240241.start-container input[type="text"] {width: 740px; max-width: 100%;}
    241242.start-container .warning {color: #ca4a1f}
  • wp-hide-security-enhancer/trunk/include/admin-interfaces/security-scan.class.php

    r3381947 r3476166  
    222222                 
    223223                        <div class="start-container title security_scan">
    224                             <h2><?php esc_html_e( "Security Scan", 'wp-hide-security-enhancer' ) ?></h2>
     224                            <h2><?php esc_html_e( "Security Scan", 'wp-hide-security-enhancer' ) ?></h2>
     225                            <p><b><?php esc_html_e( "AI-Powered Security Scan", 'wp-hide-security-enhancer' ) ?></b> - <?php esc_html_e( "Built on insights generated by our", 'wp-hide-security-enhancer' ) ?> <b><?php esc_html_e( "proprietary AI-engineered", 'wp-hide-security-enhancer' ) ?></b> <?php esc_html_e( "with advanced models, the scan checks your site against 99.9% of identified security issues and vulnerabilities.", 'wp-hide-security-enhancer' ) ?></p>
    225226                        </div>
    226227                        <div id="security-scan">
  • wp-hide-security-enhancer/trunk/readme.txt

    r3463643 r3476166  
    55Requires at least: 2.8
    66Tested up to: 6.9
    7 Stable tag: 2.8.2
     7Stable tag: 2.8.3
    88License: GPLv2 or later
    99
     
    466466== Changelog ==
    467467
     468= 2.8.3 =
     469* Better explain the Scan functionality built on insights generated by our proprietary AI-engineered with advanced models, the scan checks your site against 99.9% of identified security issues and vulnerabilities.
     470
    468471= 2.8.2 =
    469472* Add AI-powered help to every option to make its purpose easier to understand, with practical examples and usage tips.
  • wp-hide-security-enhancer/trunk/wp-hide.php

    r3463643 r3476166  
    66* Author: Nsp Code
    77* Author URI: http://www.nsp-code.com
    8 * Version: 2.8.2
     8* Version: 2.8.3
    99* Text Domain: wp-hide-security-enhancer
    1010* Domain Path: /languages/
Note: See TracChangeset for help on using the changeset viewer.