Changeset 3284108
- Timestamp:
- 04/29/2025 12:44:45 PM (11 months ago)
- Location:
- quran-text-multilanguage/trunk
- Files:
-
- 3 edited
-
admin/quran-admin.php (modified) (3 diffs)
-
quran-text-multilanguage.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
quran-text-multilanguage/trunk/admin/quran-admin.php
r2517986 r3284108 292 292 <th scope="row" id="thadminquran">Change sura text </th> 293 293 <td> 294 <label><input type="text" name="option[quran_changesuratxt]" value="<?php echo get_option('quran_changesuratxt'); ?>"></label>294 <label><input type="text" name="option[quran_changesuratxt]" value="<?php echo esc_attr(get_option('quran_changesuratxt')); ?>"></label> 295 295 </td> 296 296 </tr> … … 299 299 <th scope="row" id="thadminquran">Change language text </th> 300 300 <td> 301 <label><input type="text" name="option[quran_changelangtxt]" value="<?php echo get_option('quran_changelangtxt'); ?>"></label>301 <label><input type="text" name="option[quran_changelangtxt]" value="<?php echo esc_attr(get_option('quran_changelangtxt')); ?>"></label> 302 302 </td> 303 303 </tr> … … 306 306 <th scope="row" id="thadminquran">Change recitator text </th> 307 307 <td> 308 <label><input type="text" name="option[quran_changerecitatortxt]" value="<?php echo get_option('quran_changerecitatortxt'); ?>"></label>308 <label><input type="text" name="option[quran_changerecitatortxt]" value="<?php echo esc_attr(get_option('quran_changerecitatortxt')); ?>"></label> 309 309 </td> 310 310 </tr> -
quran-text-multilanguage/trunk/quran-text-multilanguage.php
r3203456 r3284108 7 7 Description: Quran Text Multilanguage translated into 29 languages. Full ajax version and responsive. Fully customizable. More reciter... 8 8 9 Version: 2.3.2 310 * Important: This update includes critical security fixes 9 Version: 2.3.24 10 * Important: This update includes critical security fixes for XSS vulnerabilities 11 11 Author: Bahmed karim 12 12 -
quran-text-multilanguage/trunk/readme.txt
r3203456 r3284108 373 373 - fix preg_match sourate parameter 374 374 375 = 2.3.24 = 376 * Security: Fixed XSS vulnerabilities in admin settings fields 377 * Security: Added proper escaping for text input fields using esc_attr() 378
Note: See TracChangeset
for help on using the changeset viewer.