Changeset 3290527
- Timestamp:
- 05/09/2025 01:52:21 PM (11 months ago)
- Location:
- rencontre/trunk
- Files:
-
- 3 edited
-
changelog.txt (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
rencontre.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rencontre/trunk/changelog.txt
r3289637 r3290527 1 1 == Changelog == 2 3 = 3.13.6 = 4 5 09/05/2025 6 7 * Fix translation issue. 2 8 3 9 = 3.13.5 = -
rencontre/trunk/readme.txt
r3289637 r3290527 6 6 Tested up to: 6.7 7 7 Requires PHP: 7.0 8 Stable tag: 3.13. 58 Stable tag: 3.13.6 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 418 418 == Changelog == 419 419 420 = 3.13.6 = 421 422 * Fix translation issue. 423 420 424 = 3.13.5 = 421 425 -
rencontre/trunk/rencontre.php
r3289637 r3290527 5 5 Plugin URI: https://www.boiteasite.fr/site_rencontre_wordpress.html 6 6 Description: A free powerful and exhaustive dating plugin with private messaging, webcam chat, search by profile and automatic sending of email. No third party. 7 Version: 3.13. 57 Version: 3.13.6 8 8 Author URI: https://www.boiteasite.fr 9 9 */ … … 12 12 }); 13 13 // 14 $rencVersion = '3.13. 5';14 $rencVersion = '3.13.6'; 15 15 // Issue with Rencontre when edit and save theme from Dashboard - AJAX issue 16 16 if(defined('DOING_AJAX')) { … … 181 181 else if(file_exists(WP_CONTENT_DIR.'/languages/plugins/rencontre-'.$CURLANG.'.mo')) load_textdomain('rencontre', WP_CONTENT_DIR.'/languages/plugins/rencontre-'.$CURLANG.'.mo'); 182 182 else if(file_exists(dirname(__FILE__).'/lang/rencontre-'.$CURLANG.'.mo')) load_textdomain('rencontre', dirname(__FILE__).'/lang/rencontre-'.$CURLANG.'.mo'); 183 } );183 }, 1); // Priority 1 184 184 // Lang2 : PROFIL LANG - DB rencontre_profil - rencontre, base, widget, hook_user 185 185 $l2 = $wpdb->get_var("SELECT c_lang FROM ".$wpdb->prefix."rencontre_profil WHERE c_lang='".strtolower(substr($CURLANG,0,2))."' LIMIT 1");
Note: See TracChangeset
for help on using the changeset viewer.