Plugin Directory

Changeset 3460085


Ignore:
Timestamp:
02/12/2026 03:23:00 PM (4 weeks ago)
Author:
basecloud
Message:

Update to version 1.3.4 from GitHub

Location:
basecloud-shield
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • basecloud-shield/tags/1.3.4/CHANGELOG.md

    r3460053 r3460085  
    22
    33All 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
    410
    511## [1.3.3] - 2026-02-12
  • basecloud-shield/tags/1.3.4/basecloud-shield.php

    r3460053 r3460085  
    33 * Plugin Name:       BaseCloud Shield
    44 * Description:       Enterprise-grade 2FA security. Supports Central Manager Notifications, WP Email, SendGrid, WhatsApp, SMS, and Webhooks.
    5  * Version:           1.3.3
     5 * Version:           1.3.4
    66 * Author:            BaseCloud Team
    77 * Author URI:        https://www.basecloudglobal.com/
     
    1515if (!defined('ABSPATH')) { exit; }
    1616
    17 define('BCSHIELD_VERSION', '1.3.3');
     17define('BCSHIELD_VERSION', '1.3.4');
    1818define('BCSHIELD_MAX_ATTEMPTS', 5);
    1919define('BCSHIELD_LOCKOUT_DURATION', 900);
  • basecloud-shield/tags/1.3.4/readme.txt

    r3460053 r3460085  
    44Requires at least: 5.0
    55Tested up to: 6.9
    6 Stable tag: 1.3.3
     6Stable tag: 1.3.4
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    118118
    119119== 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
    120132
    121133= 1.3.2 =
  • basecloud-shield/trunk/CHANGELOG.md

    r3460053 r3460085  
    22
    33All 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
    410
    511## [1.3.3] - 2026-02-12
  • basecloud-shield/trunk/basecloud-shield.php

    r3460053 r3460085  
    33 * Plugin Name:       BaseCloud Shield
    44 * Description:       Enterprise-grade 2FA security. Supports Central Manager Notifications, WP Email, SendGrid, WhatsApp, SMS, and Webhooks.
    5  * Version:           1.3.3
     5 * Version:           1.3.4
    66 * Author:            BaseCloud Team
    77 * Author URI:        https://www.basecloudglobal.com/
     
    1515if (!defined('ABSPATH')) { exit; }
    1616
    17 define('BCSHIELD_VERSION', '1.3.3');
     17define('BCSHIELD_VERSION', '1.3.4');
    1818define('BCSHIELD_MAX_ATTEMPTS', 5);
    1919define('BCSHIELD_LOCKOUT_DURATION', 900);
  • basecloud-shield/trunk/readme.txt

    r3460053 r3460085  
    44Requires at least: 5.0
    55Tested up to: 6.9
    6 Stable tag: 1.3.3
     6Stable tag: 1.3.4
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    118118
    119119== 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
    120132
    121133= 1.3.2 =
Note: See TracChangeset for help on using the changeset viewer.