Plugin Directory

Changeset 3439248


Ignore:
Timestamp:
01/14/2026 07:58:01 AM (8 weeks ago)
Author:
basecloud
Message:

Update to version 1.0.20 from GitHub

Location:
basecloud-security-manager
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • basecloud-security-manager/tags/1.0.20/basecloud-security-manager-bc.php

    r3438024 r3439248  
    33 * Plugin Name:       BaseCloud Security Manager
    44 * Description:       Enterprise-grade WordPress security headers and configurations to protect your site without breaking functionality.
    5  * Version:           1.0.19
     5 * Version:           1.0.20
    66 * Author:            BaseCloud Team
    77 * Author URI:        https://www.basecloudglobal.com/
     
    163163            }
    164164            .bc-form-row:hover { border-color: rgba(255,255,255,0.1); }
    165             .bc-form-row label { font-weight: 500; font-size: 15px; }
     165            .bc-form-row label { font-weight: 500; font-size: 15px; color: #fff; margin: 0; }
    166166            .bc-form-row.block { display: block; }
    167             .bc-form-row small { display: block; opacity: 0.7; font-size: 12px; margin-top: 5px; }
     167            .bc-form-row small { display: block; opacity: 0.7; font-size: 12px; margin-top: 5px; color: #fff; }
    168168
    169169            /* Toggles */
  • basecloud-security-manager/tags/1.0.20/readme.txt

    r3438024 r3439248  
    44Requires at least: 5.8
    55Tested up to: 6.8
    6 Stable tag: 1.0.19
     6Stable tag: 1.0.20
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    192192== Changelog ==
    193193
    194 = 1.0.19 =
     194= 1.0.20 =
    195195**Release Update**
    196196
    197197• Bug fixes and improvements
    198198• Updated version for deployment
     199
     200
     201= 1.0.19 =
     202**UI Text & Toggle Button Fix**
     203
     204• Fixed text color visibility issue - all text now displays in white for proper readability on blue background
     205• Fixed toggle button alignment and styling inconsistencies
     206• Enhanced label and description text contrast for better accessibility
     207• Improved visual consistency across all form elements
    199208
    200209
  • basecloud-security-manager/trunk/basecloud-security-manager-bc.php

    r3438024 r3439248  
    33 * Plugin Name:       BaseCloud Security Manager
    44 * Description:       Enterprise-grade WordPress security headers and configurations to protect your site without breaking functionality.
    5  * Version:           1.0.19
     5 * Version:           1.0.20
    66 * Author:            BaseCloud Team
    77 * Author URI:        https://www.basecloudglobal.com/
     
    163163            }
    164164            .bc-form-row:hover { border-color: rgba(255,255,255,0.1); }
    165             .bc-form-row label { font-weight: 500; font-size: 15px; }
     165            .bc-form-row label { font-weight: 500; font-size: 15px; color: #fff; margin: 0; }
    166166            .bc-form-row.block { display: block; }
    167             .bc-form-row small { display: block; opacity: 0.7; font-size: 12px; margin-top: 5px; }
     167            .bc-form-row small { display: block; opacity: 0.7; font-size: 12px; margin-top: 5px; color: #fff; }
    168168
    169169            /* Toggles */
  • basecloud-security-manager/trunk/readme.txt

    r3438024 r3439248  
    44Requires at least: 5.8
    55Tested up to: 6.8
    6 Stable tag: 1.0.19
     6Stable tag: 1.0.20
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    192192== Changelog ==
    193193
    194 = 1.0.19 =
     194= 1.0.20 =
    195195**Release Update**
    196196
    197197• Bug fixes and improvements
    198198• Updated version for deployment
     199
     200
     201= 1.0.19 =
     202**UI Text & Toggle Button Fix**
     203
     204• Fixed text color visibility issue - all text now displays in white for proper readability on blue background
     205• Fixed toggle button alignment and styling inconsistencies
     206• Enhanced label and description text contrast for better accessibility
     207• Improved visual consistency across all form elements
    199208
    200209
Note: See TracChangeset for help on using the changeset viewer.