Plugin Directory

Changeset 3354103


Ignore:
Timestamp:
09/01/2025 03:39:00 PM (7 months ago)
Author:
sojahu
Message:

V3.13.7

Location:
rencontre/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • rencontre/trunk/changelog.txt

    r3290527 r3354103  
    11== Changelog ==
     2
     3= 3.13.7 =
     4
     501/09/2025
     6
     7* Fix Libre photo display issue.
    28
    39= 3.13.6 =
  • rencontre/trunk/readme.txt

    r3290527 r3354103  
    44Tags: dating, meet, love, match, social
    55Requires at least: 5.0
    6 Tested up to: 6.7
     6Tested up to: 6.8
    77Requires PHP: 7.0
    8 Stable tag: 3.13.6
     8Stable tag: 3.13.7
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    418418== Changelog ==
    419419
     420= 3.13.7 =
     421
     422* Fix Libre photo display issue.
     423
    420424= 3.13.6 =
    421425
  • rencontre/trunk/rencontre.php

    r3290527 r3354103  
    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.6
     7Version: 3.13.7
    88Author URI: https://www.boiteasite.fr
    99*/
     
    1212});
    1313//
    14 $rencVersion = '3.13.6';
     14$rencVersion = '3.13.7';
    1515// Issue with Rencontre when edit and save theme from Dashboard - AJAX issue
    1616if(defined('DOING_AJAX')) {
     
    608608            if(!wp_style_is('rencontre') && !empty($tdir['original'])) $out .= '<link rel="stylesheet" href="'.plugins_url('rencontre/css/rencontre.css').'" />'."\r\n";
    609609        }
    610         if(!file_exists($rencDiv['basedir'].'/portrait/cache/cache_portraits_accueil'.($atts['gen']?$atts['gen']:'').'.html')) {
     610        $a = count(glob($rencDiv['basedir'].'/portrait/libre/*')); // Photo in Libre Dir ?
     611        if(!$a||!file_exists($rencDiv['basedir'].'/portrait/cache/cache_portraits_accueil'.($atts['gen']?$atts['gen']:'').'.html')) {
    611612            $ho = false; if(has_filter('rencAds3P')) $ho = apply_filters('rencAds3P', $ho);
    612613            if($ho) $out .= $ho."\r\n";
Note: See TracChangeset for help on using the changeset viewer.