Changeset 3354103
- Timestamp:
- 09/01/2025 03:39:00 PM (7 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
r3290527 r3354103 1 1 == Changelog == 2 3 = 3.13.7 = 4 5 01/09/2025 6 7 * Fix Libre photo display issue. 2 8 3 9 = 3.13.6 = -
rencontre/trunk/readme.txt
r3290527 r3354103 4 4 Tags: dating, meet, love, match, social 5 5 Requires at least: 5.0 6 Tested up to: 6. 76 Tested up to: 6.8 7 7 Requires PHP: 7.0 8 Stable tag: 3.13. 68 Stable tag: 3.13.7 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.7 = 421 422 * Fix Libre photo display issue. 423 420 424 = 3.13.6 = 421 425 -
rencontre/trunk/rencontre.php
r3290527 r3354103 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. 67 Version: 3.13.7 8 8 Author URI: https://www.boiteasite.fr 9 9 */ … … 12 12 }); 13 13 // 14 $rencVersion = '3.13. 6';14 $rencVersion = '3.13.7'; 15 15 // Issue with Rencontre when edit and save theme from Dashboard - AJAX issue 16 16 if(defined('DOING_AJAX')) { … … 608 608 if(!wp_style_is('rencontre') && !empty($tdir['original'])) $out .= '<link rel="stylesheet" href="'.plugins_url('rencontre/css/rencontre.css').'" />'."\r\n"; 609 609 } 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')) { 611 612 $ho = false; if(has_filter('rencAds3P')) $ho = apply_filters('rencAds3P', $ho); 612 613 if($ho) $out .= $ho."\r\n";
Note: See TracChangeset
for help on using the changeset viewer.