Changeset 3470783
- Timestamp:
- 02/27/2026 01:15:48 AM (9 days ago)
- Location:
- atomic-edge-security/trunk
- Files:
-
- 2 added
- 2 edited
-
atomicedge.php (modified) (3 diffs)
-
languages/atomic-edge-security.pot (added)
-
readme.txt (modified) (3 diffs)
-
test (added)
Legend:
- Unmodified
- Added
- Removed
-
atomic-edge-security/trunk/atomicedge.php
r3463003 r3470783 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. 46 * Version: 2.4.5 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. 4' );28 define( 'ATOMICEDGE_VERSION', '2.4.5' ); 29 29 define( 'ATOMICEDGE_PLUGIN_FILE', __FILE__ ); 30 30 define( 'ATOMICEDGE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); … … 100 100 */ 101 101 function atomicedge_init() { 102 // Load plugin translations. 103 load_plugin_textdomain( 'atomic-edge-security', false, dirname( ATOMICEDGE_PLUGIN_BASENAME ) . '/languages' ); 104 102 105 // Check requirements. 103 106 if ( ! atomicedge_check_requirements() ) { -
atomic-edge-security/trunk/readme.txt
r3463003 r3470783 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 2.4. 47 Stable tag: 2.4.5 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 14 14 15 15 Atomic Edge Security connects your WordPress site to the Atomic Edge WAF/CDN service, providing enterprise-grade security protection without the complexity. 16 17 [youtube https://www.youtube.com/watch?v=HP_EiWLtuZE] 16 18 17 19 = Features = … … 110 112 111 113 == Changelog == 114 115 = 2.4.5 = 116 * NEW: Added internationalization (i18n) support with load_plugin_textdomain() and .pot translation template 117 * Plugin is now translatable via WordPress.org GlotPress (translate.wordpress.org) 118 * Supports English (Canada) and all other WordPress locales 112 119 113 120 = 2.4.4 =
Note: See TracChangeset
for help on using the changeset viewer.