Changeset 3353727
- Timestamp:
- 09/01/2025 08:38:17 AM (3 months ago)
- Location:
- falang
- Files:
-
- 2 edited
-
tags/1.3.66/falang.php (modified) (2 diffs)
-
trunk/falang.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
falang/tags/1.3.66/falang.php
r3338156 r3353727 9 9 * Plugin URI: www.faboba.com/falangw/ 10 10 * Description: Adds multilingual capability to WordPress (Lite version) 11 * Version: 1.3.6 511 * Version: 1.3.66 12 12 * Author: Faboba 13 13 * Author URI: www.faboba.com … … 50 50 * Currently plugin version. 51 51 */ 52 define( 'FALANG_VERSION', '1.3.6 5' );52 define( 'FALANG_VERSION', '1.3.66' ); 53 53 define( 'FALANG_MIN_WP_VERSION', '4.7' ); 54 54 define( 'FALANG_FILE', __FILE__ ); // this file -
falang/trunk/falang.php
r3338156 r3353727 9 9 * Plugin URI: www.faboba.com/falangw/ 10 10 * Description: Adds multilingual capability to WordPress (Lite version) 11 * Version: 1.3.6 511 * Version: 1.3.66 12 12 * Author: Faboba 13 13 * Author URI: www.faboba.com … … 50 50 * Currently plugin version. 51 51 */ 52 define( 'FALANG_VERSION', '1.3.6 5' );52 define( 'FALANG_VERSION', '1.3.66' ); 53 53 define( 'FALANG_MIN_WP_VERSION', '4.7' ); 54 54 define( 'FALANG_FILE', __FILE__ ); // this file
Note: See TracChangeset
for help on using the changeset viewer.