Plugin Directory

Changeset 3299550


Ignore:
Timestamp:
05/23/2025 06:23:28 PM (9 months ago)
Author:
wplingua
Message:

2.6.4

Location:
wplingua
Files:
477 added
3 edited

Legend:

Unmodified
Added
Removed
  • wplingua/trunk/inc/buffering.php

    r3296154 r3299550  
    173173            }
    174174
    175             if ( apply_filters( 'wplng_enable_in_progress_feature', true ) ) {
     175            if ( apply_filters( 'wplng_enable_in_progress_feature', false ) ) {
    176176
    177177                $args['load'] = 'enabled';
  • wplingua/trunk/readme.txt

    r3298614 r3299550  
    55Requires at least: 6.0
    66Tested up to: 6.8
    7 Stable tag: 2.6.3
     7Stable tag: 2.6.4
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    191191
    192192== Changelog ==
     193
     194= 2.6.4 =
     195
     196* Tempory disable Load in progress mode to fix cache error
    193197
    194198= 2.6.3 =
  • wplingua/trunk/wplingua.php

    r3298614 r3299550  
    88 * Text Domain: wplingua
    99 * Domain Path: /languages/
    10  * Version: 2.6.3
     10 * Version: 2.6.4
    1111 * Requires PHP: 7.4
    1212 * License: GPL v2 or later
     
    2525define( 'WPLNG_API_VERSION', '3.0' );
    2626define( 'WPLNG_API_SSLVERIFY', true );
    27 define( 'WPLNG_PLUGIN_VERSION', '2.6.3' );
     27define( 'WPLNG_PLUGIN_VERSION', '2.6.4' );
    2828define( 'WPLNG_PLUGIN_FILE', plugin_basename( __FILE__ ) );
    2929define( 'WPLNG_PLUGIN_PATH', __DIR__ );
Note: See TracChangeset for help on using the changeset viewer.