Plugin Directory

Changeset 3353727


Ignore:
Timestamp:
09/01/2025 08:38:17 AM (3 months ago)
Author:
sbouey
Message:

fix version number

Location:
falang
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • falang/tags/1.3.66/falang.php

    r3338156 r3353727  
    99 * Plugin URI:        www.faboba.com/falangw/
    1010 * Description:       Adds multilingual capability to WordPress (Lite version)
    11  * Version:           1.3.65
     11 * Version:           1.3.66
    1212 * Author:            Faboba
    1313 * Author URI:        www.faboba.com
     
    5050 * Currently plugin version.
    5151 */
    52 define( 'FALANG_VERSION', '1.3.65' );
     52define( 'FALANG_VERSION', '1.3.66' );
    5353define( 'FALANG_MIN_WP_VERSION', '4.7' );
    5454define( 'FALANG_FILE', __FILE__ ); // this file
  • falang/trunk/falang.php

    r3338156 r3353727  
    99 * Plugin URI:        www.faboba.com/falangw/
    1010 * Description:       Adds multilingual capability to WordPress (Lite version)
    11  * Version:           1.3.65
     11 * Version:           1.3.66
    1212 * Author:            Faboba
    1313 * Author URI:        www.faboba.com
     
    5050 * Currently plugin version.
    5151 */
    52 define( 'FALANG_VERSION', '1.3.65' );
     52define( 'FALANG_VERSION', '1.3.66' );
    5353define( 'FALANG_MIN_WP_VERSION', '4.7' );
    5454define( 'FALANG_FILE', __FILE__ ); // this file
Note: See TracChangeset for help on using the changeset viewer.