Changeset 3469579
- Timestamp:
- 02/25/2026 03:12:37 PM (13 days ago)
- Location:
- basecloud-shield
- Files:
-
- 6 edited
- 1 copied
-
tags/1.3.9 (copied) (copied from basecloud-shield/trunk)
-
tags/1.3.9/CHANGELOG.md (modified) (1 diff)
-
tags/1.3.9/basecloud-shield.php (modified) (2 diffs)
-
tags/1.3.9/readme.txt (modified) (2 diffs)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/basecloud-shield.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
basecloud-shield/tags/1.3.9/CHANGELOG.md
r3469561 r3469579 2 2 3 3 All notable changes to BaseCloud Shield will be documented in this file. 4 5 ## [1.3.9] - 2026-02-25 6 7 ### 🔧 Fixed 8 - **Logo Display**: Fixed breathing logo display in admin settings header 9 - **Asset Deployment**: Ensured logo PNG properly deploys to WordPress.org 4 10 5 11 ## [1.3.8] - 2026-02-25 -
basecloud-shield/tags/1.3.9/basecloud-shield.php
r3469561 r3469579 3 3 * Plugin Name: BaseCloud Shield 4 4 * Description: Enterprise-grade 2FA security. Supports Central Manager Notifications, WP Email, SendGrid, WhatsApp, SMS, and Webhooks. 5 * Version: 1.3. 85 * Version: 1.3.9 6 6 * Author: BaseCloud Team 7 7 * Author URI: https://www.basecloudglobal.com/ … … 15 15 if (!defined('ABSPATH')) { exit; } 16 16 17 define('BCSHIELD_VERSION', '1.3. 8');17 define('BCSHIELD_VERSION', '1.3.9'); 18 18 define('BCSHIELD_MAX_ATTEMPTS', 5); 19 19 define('BCSHIELD_LOCKOUT_DURATION', 900); -
basecloud-shield/tags/1.3.9/readme.txt
r3469561 r3469579 4 4 Requires at least: 5.0 5 5 Tested up to: 6.9 6 Stable tag: 1.3. 86 Stable tag: 1.3.9 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 118 118 119 119 == Changelog == 120 121 = 1.3.9 = 122 **Release Update** 123 124 • Bug fixes and improvements 125 • Updated version for deployment 126 120 127 121 128 = 1.3.8 = -
basecloud-shield/trunk/CHANGELOG.md
r3469561 r3469579 2 2 3 3 All notable changes to BaseCloud Shield will be documented in this file. 4 5 ## [1.3.9] - 2026-02-25 6 7 ### 🔧 Fixed 8 - **Logo Display**: Fixed breathing logo display in admin settings header 9 - **Asset Deployment**: Ensured logo PNG properly deploys to WordPress.org 4 10 5 11 ## [1.3.8] - 2026-02-25 -
basecloud-shield/trunk/basecloud-shield.php
r3469561 r3469579 3 3 * Plugin Name: BaseCloud Shield 4 4 * Description: Enterprise-grade 2FA security. Supports Central Manager Notifications, WP Email, SendGrid, WhatsApp, SMS, and Webhooks. 5 * Version: 1.3. 85 * Version: 1.3.9 6 6 * Author: BaseCloud Team 7 7 * Author URI: https://www.basecloudglobal.com/ … … 15 15 if (!defined('ABSPATH')) { exit; } 16 16 17 define('BCSHIELD_VERSION', '1.3. 8');17 define('BCSHIELD_VERSION', '1.3.9'); 18 18 define('BCSHIELD_MAX_ATTEMPTS', 5); 19 19 define('BCSHIELD_LOCKOUT_DURATION', 900); -
basecloud-shield/trunk/readme.txt
r3469561 r3469579 4 4 Requires at least: 5.0 5 5 Tested up to: 6.9 6 Stable tag: 1.3. 86 Stable tag: 1.3.9 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 118 118 119 119 == Changelog == 120 121 = 1.3.9 = 122 **Release Update** 123 124 • Bug fixes and improvements 125 • Updated version for deployment 126 120 127 121 128 = 1.3.8 =
Note: See TracChangeset
for help on using the changeset viewer.