Changeset 3439248
- Timestamp:
- 01/14/2026 07:58:01 AM (8 weeks ago)
- Location:
- basecloud-security-manager
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.20 (copied) (copied from basecloud-security-manager/trunk)
-
tags/1.0.20/basecloud-security-manager-bc.php (modified) (2 diffs)
-
tags/1.0.20/readme.txt (modified) (2 diffs)
-
trunk/basecloud-security-manager-bc.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
basecloud-security-manager/tags/1.0.20/basecloud-security-manager-bc.php
r3438024 r3439248 3 3 * Plugin Name: BaseCloud Security Manager 4 4 * Description: Enterprise-grade WordPress security headers and configurations to protect your site without breaking functionality. 5 * Version: 1.0. 195 * Version: 1.0.20 6 6 * Author: BaseCloud Team 7 7 * Author URI: https://www.basecloudglobal.com/ … … 163 163 } 164 164 .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; } 166 166 .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; } 168 168 169 169 /* Toggles */ -
basecloud-security-manager/tags/1.0.20/readme.txt
r3438024 r3439248 4 4 Requires at least: 5.8 5 5 Tested up to: 6.8 6 Stable tag: 1.0. 196 Stable tag: 1.0.20 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 192 192 == Changelog == 193 193 194 = 1.0. 19=194 = 1.0.20 = 195 195 **Release Update** 196 196 197 197 • Bug fixes and improvements 198 198 • 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 199 208 200 209 -
basecloud-security-manager/trunk/basecloud-security-manager-bc.php
r3438024 r3439248 3 3 * Plugin Name: BaseCloud Security Manager 4 4 * Description: Enterprise-grade WordPress security headers and configurations to protect your site without breaking functionality. 5 * Version: 1.0. 195 * Version: 1.0.20 6 6 * Author: BaseCloud Team 7 7 * Author URI: https://www.basecloudglobal.com/ … … 163 163 } 164 164 .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; } 166 166 .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; } 168 168 169 169 /* Toggles */ -
basecloud-security-manager/trunk/readme.txt
r3438024 r3439248 4 4 Requires at least: 5.8 5 5 Tested up to: 6.8 6 Stable tag: 1.0. 196 Stable tag: 1.0.20 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 192 192 == Changelog == 193 193 194 = 1.0. 19=194 = 1.0.20 = 195 195 **Release Update** 196 196 197 197 • Bug fixes and improvements 198 198 • 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 199 208 200 209
Note: See TracChangeset
for help on using the changeset viewer.