Plugin Directory

Changeset 3290527


Ignore:
Timestamp:
05/09/2025 01:52:21 PM (11 months ago)
Author:
sojahu
Message:

V3.13.6

Location:
rencontre/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • rencontre/trunk/changelog.txt

    r3289637 r3290527  
    11== Changelog ==
     2
     3= 3.13.6 =
     4
     509/05/2025
     6
     7* Fix translation issue.
    28
    39= 3.13.5 =
  • rencontre/trunk/readme.txt

    r3289637 r3290527  
    66Tested up to: 6.7
    77Requires PHP: 7.0
    8 Stable tag: 3.13.5
     8Stable tag: 3.13.6
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    418418== Changelog ==
    419419
     420= 3.13.6 =
     421
     422* Fix translation issue.
     423
    420424= 3.13.5 =
    421425
  • rencontre/trunk/rencontre.php

    r3289637 r3290527  
    55Plugin URI: https://www.boiteasite.fr/site_rencontre_wordpress.html
    66Description: 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.5
     7Version: 3.13.6
    88Author URI: https://www.boiteasite.fr
    99*/
     
    1212});
    1313//
    14 $rencVersion = '3.13.5';
     14$rencVersion = '3.13.6';
    1515// Issue with Rencontre when edit and save theme from Dashboard - AJAX issue
    1616if(defined('DOING_AJAX')) {
     
    181181            else if(file_exists(WP_CONTENT_DIR.'/languages/plugins/rencontre-'.$CURLANG.'.mo')) load_textdomain('rencontre', WP_CONTENT_DIR.'/languages/plugins/rencontre-'.$CURLANG.'.mo');
    182182            else if(file_exists(dirname(__FILE__).'/lang/rencontre-'.$CURLANG.'.mo')) load_textdomain('rencontre', dirname(__FILE__).'/lang/rencontre-'.$CURLANG.'.mo');
    183         });
     183        }, 1); // Priority 1
    184184        // Lang2 : PROFIL LANG - DB rencontre_profil - rencontre, base, widget, hook_user
    185185        $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.