Changeset 3377181
- Timestamp:
- 10/13/2025 05:31:47 AM (6 months ago)
- Location:
- directorist
- Files:
-
- 10 edited
- 1 copied
-
tags/8.4.9 (copied) (copied from directorist/trunk)
-
tags/8.4.9/config.php (modified) (1 diff)
-
tags/8.4.9/directorist-base.php (modified) (1 diff)
-
tags/8.4.9/includes/classes/class-add-listing.php (modified) (1 diff)
-
tags/8.4.9/languages/directorist.pot (modified) (2 diffs)
-
tags/8.4.9/readme.txt (modified) (2 diffs)
-
trunk/config.php (modified) (1 diff)
-
trunk/directorist-base.php (modified) (1 diff)
-
trunk/includes/classes/class-add-listing.php (modified) (1 diff)
-
trunk/languages/directorist.pot (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
directorist/tags/8.4.9/config.php
r3374909 r3377181 2 2 // Plugin version. 3 3 if ( ! defined( 'ATBDP_VERSION' ) ) { 4 define( 'ATBDP_VERSION', '8.4. 8' );}4 define( 'ATBDP_VERSION', '8.4.9' );} 5 5 // Plugin Folder Path. 6 6 if ( ! defined( 'ATBDP_DIR' ) ) { -
directorist/tags/8.4.9/directorist-base.php
r3374909 r3377181 4 4 * Plugin URI: https://wpwax.com 5 5 * Description: A comprehensive solution to create professional looking directory site of any kind. Like Yelp, Foursquare, etc. 6 * Version: 8.4. 86 * Version: 8.4.9 7 7 * Author: wpWax 8 8 * Author URI: https://wpwax.com -
directorist/tags/8.4.9/includes/classes/class-add-listing.php
r3338419 r3377181 622 622 } 623 623 624 $image = sanitize_file_name( $image ); 624 625 $filepath = $temp_dir . $image; 625 626 -
directorist/tags/8.4.9/languages/directorist.pot
r3374909 r3377181 7 7 "Content-Type: text/plain; charset=UTF-8\n" 8 8 "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" 10 10 "X-Poedit-Basepath: ..\n" 11 11 "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" … … 1113 1113 msgstr "" 1114 1114 1115 #: ../includes/classes/class-add-listing.php:93 4, ../includes/fields/class-directorist-image-upload-field.php:341115 #: ../includes/classes/class-add-listing.php:935, ../includes/fields/class-directorist-image-upload-field.php:34 1116 1116 msgid "This field is required." 1117 1117 msgstr "" -
directorist/tags/8.4.9/readme.txt
r3374909 r3377181 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.0 8 Stable tag: 8.4. 88 Stable tag: 8.4.9 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 288 288 == Changelog == 289 289 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 290 295 = 8.4.8 - Oct 8, 2025 = 291 296 -
directorist/trunk/config.php
r3374909 r3377181 2 2 // Plugin version. 3 3 if ( ! defined( 'ATBDP_VERSION' ) ) { 4 define( 'ATBDP_VERSION', '8.4. 8' );}4 define( 'ATBDP_VERSION', '8.4.9' );} 5 5 // Plugin Folder Path. 6 6 if ( ! defined( 'ATBDP_DIR' ) ) { -
directorist/trunk/directorist-base.php
r3374909 r3377181 4 4 * Plugin URI: https://wpwax.com 5 5 * Description: A comprehensive solution to create professional looking directory site of any kind. Like Yelp, Foursquare, etc. 6 * Version: 8.4. 86 * Version: 8.4.9 7 7 * Author: wpWax 8 8 * Author URI: https://wpwax.com -
directorist/trunk/includes/classes/class-add-listing.php
r3338419 r3377181 622 622 } 623 623 624 $image = sanitize_file_name( $image ); 624 625 $filepath = $temp_dir . $image; 625 626 -
directorist/trunk/languages/directorist.pot
r3374909 r3377181 7 7 "Content-Type: text/plain; charset=UTF-8\n" 8 8 "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" 10 10 "X-Poedit-Basepath: ..\n" 11 11 "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" … … 1113 1113 msgstr "" 1114 1114 1115 #: ../includes/classes/class-add-listing.php:93 4, ../includes/fields/class-directorist-image-upload-field.php:341115 #: ../includes/classes/class-add-listing.php:935, ../includes/fields/class-directorist-image-upload-field.php:34 1116 1116 msgid "This field is required." 1117 1117 msgstr "" -
directorist/trunk/readme.txt
r3374909 r3377181 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.0 8 Stable tag: 8.4. 88 Stable tag: 8.4.9 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 288 288 == Changelog == 289 289 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 290 295 = 8.4.8 - Oct 8, 2025 = 291 296
Note: See TracChangeset
for help on using the changeset viewer.