Plugin Directory

Changeset 3470783


Ignore:
Timestamp:
02/27/2026 01:15:48 AM (9 days ago)
Author:
shift8
Message:

Translation improvements

Location:
atomic-edge-security/trunk
Files:
2 added
2 edited

Legend:

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

    r3463003 r3470783  
    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.4
     6 * Version: 2.4.5
    77 * Requires at least: 5.8
    88 * Requires PHP: 7.4
     
    2626
    2727// Plugin constants.
    28 define( 'ATOMICEDGE_VERSION', '2.4.4' );
     28define( 'ATOMICEDGE_VERSION', '2.4.5' );
    2929define( 'ATOMICEDGE_PLUGIN_FILE', __FILE__ );
    3030define( 'ATOMICEDGE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
     
    100100 */
    101101function atomicedge_init() {
     102    // Load plugin translations.
     103    load_plugin_textdomain( 'atomic-edge-security', false, dirname( ATOMICEDGE_PLUGIN_BASENAME ) . '/languages' );
     104
    102105    // Check requirements.
    103106    if ( ! atomicedge_check_requirements() ) {
  • atomic-edge-security/trunk/readme.txt

    r3463003 r3470783  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 2.4.4
     7Stable tag: 2.4.5
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1414
    1515Atomic 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]
    1618
    1719= Features =
     
    110112
    111113== 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
    112119
    113120= 2.4.4 =
Note: See TracChangeset for help on using the changeset viewer.