Plugin Directory

Changeset 3377181


Ignore:
Timestamp:
10/13/2025 05:31:47 AM (6 months ago)
Author:
rafiq91
Message:

Update to version 8.4.9 from GitHub

Location:
directorist
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • directorist/tags/8.4.9/config.php

    r3374909 r3377181  
    22// Plugin version.
    33if ( ! defined( 'ATBDP_VERSION' ) ) {
    4     define( 'ATBDP_VERSION', '8.4.8' );}
     4    define( 'ATBDP_VERSION', '8.4.9' );}
    55// Plugin Folder Path.
    66if ( ! defined( 'ATBDP_DIR' ) ) {
  • directorist/tags/8.4.9/directorist-base.php

    r3374909 r3377181  
    44 * Plugin URI: https://wpwax.com
    55 * Description: A comprehensive solution to create professional looking directory site of any kind. Like Yelp, Foursquare, etc.
    6  * Version: 8.4.8
     6 * Version: 8.4.9
    77 * Author: wpWax
    88 * Author URI: https://wpwax.com
  • directorist/tags/8.4.9/includes/classes/class-add-listing.php

    r3338419 r3377181  
    622622                    }
    623623
     624                    $image    = sanitize_file_name( $image );
    624625                    $filepath = $temp_dir . $image;
    625626
  • directorist/tags/8.4.9/languages/directorist.pot

    r3374909 r3377181  
    77"Content-Type: text/plain; charset=UTF-8\n"
    88"Content-Transfer-Encoding: 8bit\n"
    9 "POT-Creation-Date: 2025-10-08 06:01+0000\n"
     9"POT-Creation-Date: 2025-10-13 03:51+0000\n"
    1010"X-Poedit-Basepath: ..\n"
    1111"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
     
    11131113msgstr ""
    11141114
    1115 #: ../includes/classes/class-add-listing.php:934, ../includes/fields/class-directorist-image-upload-field.php:34
     1115#: ../includes/classes/class-add-listing.php:935, ../includes/fields/class-directorist-image-upload-field.php:34
    11161116msgid "This field is required."
    11171117msgstr ""
  • directorist/tags/8.4.9/readme.txt

    r3374909 r3377181  
    66Tested up to: 6.8
    77Requires PHP: 7.0
    8 Stable tag: 8.4.8
     8Stable tag: 8.4.9
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    288288== Changelog ==
    289289
     290= 8.4.9 - Oct 13, 2025 =
     291
     292**Security**
     293- Fixed: Enhanced file upload security with improved filename sanitization to prevent potential file manipulation
     294
    290295= 8.4.8 - Oct 8, 2025 =
    291296
  • directorist/trunk/config.php

    r3374909 r3377181  
    22// Plugin version.
    33if ( ! defined( 'ATBDP_VERSION' ) ) {
    4     define( 'ATBDP_VERSION', '8.4.8' );}
     4    define( 'ATBDP_VERSION', '8.4.9' );}
    55// Plugin Folder Path.
    66if ( ! defined( 'ATBDP_DIR' ) ) {
  • directorist/trunk/directorist-base.php

    r3374909 r3377181  
    44 * Plugin URI: https://wpwax.com
    55 * Description: A comprehensive solution to create professional looking directory site of any kind. Like Yelp, Foursquare, etc.
    6  * Version: 8.4.8
     6 * Version: 8.4.9
    77 * Author: wpWax
    88 * Author URI: https://wpwax.com
  • directorist/trunk/includes/classes/class-add-listing.php

    r3338419 r3377181  
    622622                    }
    623623
     624                    $image    = sanitize_file_name( $image );
    624625                    $filepath = $temp_dir . $image;
    625626
  • directorist/trunk/languages/directorist.pot

    r3374909 r3377181  
    77"Content-Type: text/plain; charset=UTF-8\n"
    88"Content-Transfer-Encoding: 8bit\n"
    9 "POT-Creation-Date: 2025-10-08 06:01+0000\n"
     9"POT-Creation-Date: 2025-10-13 03:51+0000\n"
    1010"X-Poedit-Basepath: ..\n"
    1111"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
     
    11131113msgstr ""
    11141114
    1115 #: ../includes/classes/class-add-listing.php:934, ../includes/fields/class-directorist-image-upload-field.php:34
     1115#: ../includes/classes/class-add-listing.php:935, ../includes/fields/class-directorist-image-upload-field.php:34
    11161116msgid "This field is required."
    11171117msgstr ""
  • directorist/trunk/readme.txt

    r3374909 r3377181  
    66Tested up to: 6.8
    77Requires PHP: 7.0
    8 Stable tag: 8.4.8
     8Stable tag: 8.4.9
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    288288== Changelog ==
    289289
     290= 8.4.9 - Oct 13, 2025 =
     291
     292**Security**
     293- Fixed: Enhanced file upload security with improved filename sanitization to prevent potential file manipulation
     294
    290295= 8.4.8 - Oct 8, 2025 =
    291296
Note: See TracChangeset for help on using the changeset viewer.