Plugin Directory

Changeset 3442363


Ignore:
Timestamp:
01/19/2026 09:56:16 AM (7 weeks ago)
Author:
basecloud
Message:

Update to version 1.2.2 from GitHub

Location:
basecloud-shield
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • basecloud-shield/tags/1.2.2/basecloud-shield.php

    r3442359 r3442363  
    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.2.1
     5 * Version:           1.2.2
    66 * Author:            BaseCloud Team
    77 * Author URI:        https://www.basecloudglobal.com/
     
    1515if (!defined('ABSPATH')) { exit; }
    1616
    17 define('BCSHIELD_VERSION', '1.2.1');
     17define('BCSHIELD_VERSION', '1.2.2');
    1818
    1919class BaseCloudShield {
  • basecloud-shield/tags/1.2.2/package.json

    r3442359 r3442363  
    11{
    22  "name": "basecloud-shield",
    3   "version": "1.2.1",
     3  "version": "1.2.2",
    44  "description": "WordPress 2FA Security Plugin - Build and deployment scripts",
    55  "scripts": {
  • basecloud-shield/tags/1.2.2/readme.txt

    r3442359 r3442363  
    11=== BaseCloud Shield ===
    22Contributors: basecloud
    3 Tags: 2fa, security, otp, login protection, sendgrid, whatsapp, sms, twilio
     3Tags: 2fa, security, two-factor, authentication, otp
    44Requires at least: 5.0
    55Tested up to: 6.9
    6 Stable tag: 1.2.1
     6Stable tag: 1.2.2
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    119119== Changelog ==
    120120
     121= 1.2.2 =
     122**WordPress.org Compliance**
     123
     124• Fixed tag limit compliance (reduced to 5 tags as per WordPress.org requirements)
     125• Optimized tags for better plugin discoverability
     126
    121127= 1.2.1 =
    122128**UI/UX Improvements**
  • basecloud-shield/trunk/basecloud-shield.php

    r3442359 r3442363  
    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.2.1
     5 * Version:           1.2.2
    66 * Author:            BaseCloud Team
    77 * Author URI:        https://www.basecloudglobal.com/
     
    1515if (!defined('ABSPATH')) { exit; }
    1616
    17 define('BCSHIELD_VERSION', '1.2.1');
     17define('BCSHIELD_VERSION', '1.2.2');
    1818
    1919class BaseCloudShield {
  • basecloud-shield/trunk/package.json

    r3442359 r3442363  
    11{
    22  "name": "basecloud-shield",
    3   "version": "1.2.1",
     3  "version": "1.2.2",
    44  "description": "WordPress 2FA Security Plugin - Build and deployment scripts",
    55  "scripts": {
  • basecloud-shield/trunk/readme.txt

    r3442359 r3442363  
    11=== BaseCloud Shield ===
    22Contributors: basecloud
    3 Tags: 2fa, security, otp, login protection, sendgrid, whatsapp, sms, twilio
     3Tags: 2fa, security, two-factor, authentication, otp
    44Requires at least: 5.0
    55Tested up to: 6.9
    6 Stable tag: 1.2.1
     6Stable tag: 1.2.2
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    119119== Changelog ==
    120120
     121= 1.2.2 =
     122**WordPress.org Compliance**
     123
     124• Fixed tag limit compliance (reduced to 5 tags as per WordPress.org requirements)
     125• Optimized tags for better plugin discoverability
     126
    121127= 1.2.1 =
    122128**UI/UX Improvements**
Note: See TracChangeset for help on using the changeset viewer.