Changeset 3461437
- Timestamp:
- 02/14/2026 05:32:12 PM (4 days ago)
- Location:
- atomic-edge-security
- Files:
-
- 8 deleted
- 2 edited
-
tags/2.0.0/assets (deleted)
-
tags/2.1.0/assets (deleted)
-
tags/2.2.0/assets (deleted)
-
tags/2.2.1/assets (deleted)
-
tags/2.2.2/assets (deleted)
-
tags/2.3.0/assets (deleted)
-
tags/2.4.0/assets (deleted)
-
trunk/assets (deleted)
-
trunk/atomicedge.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
atomic-edge-security/trunk/atomicedge.php
r3460905 r3461437 4 4 * Plugin URI: https://atomicedge.io/wordpress 5 5 * Description: Connect your WordPress site to Atomic Edge WAF/CDN for advanced security protection, analytics, and access control management. 6 * Version: 2.4. 06 * Version: 2.4.1 7 7 * Requires at least: 5.8 8 8 * Requires PHP: 7.4 … … 26 26 27 27 // Plugin constants. 28 define( 'ATOMICEDGE_VERSION', '2.4. 0' );28 define( 'ATOMICEDGE_VERSION', '2.4.1' ); 29 29 define( 'ATOMICEDGE_PLUGIN_FILE', __FILE__ ); 30 30 define( 'ATOMICEDGE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); -
atomic-edge-security/trunk/readme.txt
r3460905 r3461437 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 2.4. 07 Stable tag: 2.4.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 110 110 111 111 == Changelog == 112 113 = 2.4.1 = 114 * FIX: Removed assets folder from plugin trunk/tags in WordPress.org SVN (assets should only exist in svn/assets for directory page) 115 * FIX: Cleaned up all existing SVN tags that incorrectly contained assets folder 112 116 113 117 = 2.4.0 =
Note: See TracChangeset
for help on using the changeset viewer.