Plugin Directory

Changeset 3461447


Ignore:
Timestamp:
02/14/2026 05:42:30 PM (4 days ago)
Author:
shift8
Message:

Fixed nested trunk folder exclude issue with CICD push process

Location:
atomic-edge-security
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • atomic-edge-security/trunk/atomicedge.php

    r3461442 r3461447  
    44 * Plugin URI: https://atomicedge.io/wordpress
    55 * Description: Connect your WordPress site to Atomic Edge WAF/CDN for advanced security protection, analytics, and access control management.
    6  * Version: 2.4.2
     6 * Version: 2.4.3
    77 * Requires at least: 5.8
    88 * Requires PHP: 7.4
     
    2626
    2727// Plugin constants.
    28 define( 'ATOMICEDGE_VERSION', '2.4.2' );
     28define( 'ATOMICEDGE_VERSION', '2.4.3' );
    2929define( 'ATOMICEDGE_PLUGIN_FILE', __FILE__ );
    3030define( 'ATOMICEDGE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • atomic-edge-security/trunk/readme.txt

    r3461442 r3461447  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 2.4.2
     7Stable tag: 2.4.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    110110
    111111== Changelog ==
     112
     113= 2.4.3 =
     114* FIX: Corrected push.exclude to properly exclude top-level assets folder while preserving admin/assets
     115* FIX: Removed nested trunk folder from 2.0.0 tag in WordPress.org SVN
     116* FIX: Removed .dccache from SVN trunk
     117* FIX: Cleaned up malware signature patterns from test files to prevent false positives
    112118
    113119= 2.4.2 =
Note: See TracChangeset for help on using the changeset viewer.