Plugin Directory

Changeset 3338156


Ignore:
Timestamp:
08/02/2025 09:21:16 AM (4 months ago)
Author:
sbouey
Message:

pb with version number

Location:
falang
Files:
2 edited

Legend:

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

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

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