Plugin Directory

Changeset 3469579


Ignore:
Timestamp:
02/25/2026 03:12:37 PM (13 days ago)
Author:
basecloud
Message:

Update to version 1.3.9 from GitHub

Location:
basecloud-shield
Files:
6 edited
1 copied

Legend:

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

    r3469561 r3469579  
    22
    33All 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
    410
    511## [1.3.8] - 2026-02-25
  • basecloud-shield/tags/1.3.9/basecloud-shield.php

    r3469561 r3469579  
    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.8
     5 * Version:           1.3.9
    66 * Author:            BaseCloud Team
    77 * Author URI:        https://www.basecloudglobal.com/
     
    1515if (!defined('ABSPATH')) { exit; }
    1616
    17 define('BCSHIELD_VERSION', '1.3.8');
     17define('BCSHIELD_VERSION', '1.3.9');
    1818define('BCSHIELD_MAX_ATTEMPTS', 5);
    1919define('BCSHIELD_LOCKOUT_DURATION', 900);
  • basecloud-shield/tags/1.3.9/readme.txt

    r3469561 r3469579  
    44Requires at least: 5.0
    55Tested up to: 6.9
    6 Stable tag: 1.3.8
     6Stable tag: 1.3.9
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    118118
    119119== Changelog ==
     120
     121= 1.3.9 =
     122**Release Update**
     123
     124• Bug fixes and improvements
     125• Updated version for deployment
     126
    120127
    121128= 1.3.8 =
  • basecloud-shield/trunk/CHANGELOG.md

    r3469561 r3469579  
    22
    33All 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
    410
    511## [1.3.8] - 2026-02-25
  • basecloud-shield/trunk/basecloud-shield.php

    r3469561 r3469579  
    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.8
     5 * Version:           1.3.9
    66 * Author:            BaseCloud Team
    77 * Author URI:        https://www.basecloudglobal.com/
     
    1515if (!defined('ABSPATH')) { exit; }
    1616
    17 define('BCSHIELD_VERSION', '1.3.8');
     17define('BCSHIELD_VERSION', '1.3.9');
    1818define('BCSHIELD_MAX_ATTEMPTS', 5);
    1919define('BCSHIELD_LOCKOUT_DURATION', 900);
  • basecloud-shield/trunk/readme.txt

    r3469561 r3469579  
    44Requires at least: 5.0
    55Tested up to: 6.9
    6 Stable tag: 1.3.8
     6Stable tag: 1.3.9
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    118118
    119119== Changelog ==
     120
     121= 1.3.9 =
     122**Release Update**
     123
     124• Bug fixes and improvements
     125• Updated version for deployment
     126
    120127
    121128= 1.3.8 =
Note: See TracChangeset for help on using the changeset viewer.