Changeset 3460085
- Timestamp:
- 02/12/2026 03:23:00 PM (4 weeks ago)
- Location:
- basecloud-shield
- Files:
-
- 6 edited
- 1 copied
-
tags/1.3.4 (copied) (copied from basecloud-shield/trunk)
-
tags/1.3.4/CHANGELOG.md (modified) (1 diff)
-
tags/1.3.4/basecloud-shield.php (modified) (2 diffs)
-
tags/1.3.4/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.4/CHANGELOG.md
r3460053 r3460085 2 2 3 3 All notable changes to BaseCloud Shield will be documented in this file. 4 5 ## [1.3.4] - 2026-02-12 6 7 ### 🔧 Fixed 8 - **Logo Display**: Updated logo assets to ensure proper display in admin panel 9 - **Asset Sync**: Synchronized icon files with UTM Tracker branding 4 10 5 11 ## [1.3.3] - 2026-02-12 -
basecloud-shield/tags/1.3.4/basecloud-shield.php
r3460053 r3460085 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. 35 * Version: 1.3.4 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. 3');17 define('BCSHIELD_VERSION', '1.3.4'); 18 18 define('BCSHIELD_MAX_ATTEMPTS', 5); 19 19 define('BCSHIELD_LOCKOUT_DURATION', 900); -
basecloud-shield/tags/1.3.4/readme.txt
r3460053 r3460085 4 4 Requires at least: 5.0 5 5 Tested up to: 6.9 6 Stable tag: 1.3. 36 Stable tag: 1.3.4 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 118 118 119 119 == Changelog == 120 121 = 1.3.4 = 122 * FIXED: Logo display in admin panel 123 * IMPROVED: Updated logo assets to match UTM Tracker branding 124 125 = 1.3.3 = 126 * NEW: Premium Glassmorphism Design with stunning glass-morphic effects 127 * NEW: Advanced animations (shimmer, float, glow-pulse, logo-pulse) 128 * IMPROVED: Enhanced logo with glowing effects and floating animation 129 * IMPROVED: Futuristic color scheme with deep space blues and neon green accents 130 * IMPROVED: Interactive elements with smooth hover effects 131 * IMPROVED: Matches BaseCloud UTM Tracker's premium design language 120 132 121 133 = 1.3.2 = -
basecloud-shield/trunk/CHANGELOG.md
r3460053 r3460085 2 2 3 3 All notable changes to BaseCloud Shield will be documented in this file. 4 5 ## [1.3.4] - 2026-02-12 6 7 ### 🔧 Fixed 8 - **Logo Display**: Updated logo assets to ensure proper display in admin panel 9 - **Asset Sync**: Synchronized icon files with UTM Tracker branding 4 10 5 11 ## [1.3.3] - 2026-02-12 -
basecloud-shield/trunk/basecloud-shield.php
r3460053 r3460085 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. 35 * Version: 1.3.4 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. 3');17 define('BCSHIELD_VERSION', '1.3.4'); 18 18 define('BCSHIELD_MAX_ATTEMPTS', 5); 19 19 define('BCSHIELD_LOCKOUT_DURATION', 900); -
basecloud-shield/trunk/readme.txt
r3460053 r3460085 4 4 Requires at least: 5.0 5 5 Tested up to: 6.9 6 Stable tag: 1.3. 36 Stable tag: 1.3.4 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 118 118 119 119 == Changelog == 120 121 = 1.3.4 = 122 * FIXED: Logo display in admin panel 123 * IMPROVED: Updated logo assets to match UTM Tracker branding 124 125 = 1.3.3 = 126 * NEW: Premium Glassmorphism Design with stunning glass-morphic effects 127 * NEW: Advanced animations (shimmer, float, glow-pulse, logo-pulse) 128 * IMPROVED: Enhanced logo with glowing effects and floating animation 129 * IMPROVED: Futuristic color scheme with deep space blues and neon green accents 130 * IMPROVED: Interactive elements with smooth hover effects 131 * IMPROVED: Matches BaseCloud UTM Tracker's premium design language 120 132 121 133 = 1.3.2 =
Note: See TracChangeset
for help on using the changeset viewer.