Changeset 3442363
- Timestamp:
- 01/19/2026 09:56:16 AM (7 weeks ago)
- Location:
- basecloud-shield
- Files:
-
- 6 edited
- 1 copied
-
tags/1.2.2 (copied) (copied from basecloud-shield/trunk)
-
tags/1.2.2/basecloud-shield.php (modified) (2 diffs)
-
tags/1.2.2/package.json (modified) (1 diff)
-
tags/1.2.2/readme.txt (modified) (2 diffs)
-
trunk/basecloud-shield.php (modified) (2 diffs)
-
trunk/package.json (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
basecloud-shield/tags/1.2.2/basecloud-shield.php
r3442359 r3442363 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.2. 15 * Version: 1.2.2 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.2. 1');17 define('BCSHIELD_VERSION', '1.2.2'); 18 18 19 19 class BaseCloudShield { -
basecloud-shield/tags/1.2.2/package.json
r3442359 r3442363 1 1 { 2 2 "name": "basecloud-shield", 3 "version": "1.2. 1",3 "version": "1.2.2", 4 4 "description": "WordPress 2FA Security Plugin - Build and deployment scripts", 5 5 "scripts": { -
basecloud-shield/tags/1.2.2/readme.txt
r3442359 r3442363 1 1 === BaseCloud Shield === 2 2 Contributors: basecloud 3 Tags: 2fa, security, otp, login protection, sendgrid, whatsapp, sms, twilio3 Tags: 2fa, security, two-factor, authentication, otp 4 4 Requires at least: 5.0 5 5 Tested up to: 6.9 6 Stable tag: 1.2. 16 Stable tag: 1.2.2 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 119 119 == Changelog == 120 120 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 121 127 = 1.2.1 = 122 128 **UI/UX Improvements** -
basecloud-shield/trunk/basecloud-shield.php
r3442359 r3442363 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.2. 15 * Version: 1.2.2 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.2. 1');17 define('BCSHIELD_VERSION', '1.2.2'); 18 18 19 19 class BaseCloudShield { -
basecloud-shield/trunk/package.json
r3442359 r3442363 1 1 { 2 2 "name": "basecloud-shield", 3 "version": "1.2. 1",3 "version": "1.2.2", 4 4 "description": "WordPress 2FA Security Plugin - Build and deployment scripts", 5 5 "scripts": { -
basecloud-shield/trunk/readme.txt
r3442359 r3442363 1 1 === BaseCloud Shield === 2 2 Contributors: basecloud 3 Tags: 2fa, security, otp, login protection, sendgrid, whatsapp, sms, twilio3 Tags: 2fa, security, two-factor, authentication, otp 4 4 Requires at least: 5.0 5 5 Tested up to: 6.9 6 Stable tag: 1.2. 16 Stable tag: 1.2.2 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 119 119 == Changelog == 120 120 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 121 127 = 1.2.1 = 122 128 **UI/UX Improvements**
Note: See TracChangeset
for help on using the changeset viewer.