Changeset 3271715
- Timestamp:
- 04/13/2025 08:03:04 AM (12 months ago)
- Location:
- auxin-elements/trunk
- Files:
-
- 8 edited
-
README.txt (modified) (2 diffs)
-
admin/assets/js/plugins.js (modified) (1 diff)
-
admin/includes/admin-ajax.php (modified) (1 diff)
-
auxin-elements.php (modified) (1 diff)
-
includes/define.php (modified) (1 diff)
-
languages/auxin-elements-fa_IR.po (modified) (2 diffs)
-
languages/auxin-elements.pot (modified) (2 diffs)
-
public/assets/js/plugins.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
auxin-elements/trunk/README.txt
r3251498 r3271715 8 8 Requires at least: 5.0 9 9 Tested up to: 6.7.2 10 Stable tag: 2.17. 510 Stable tag: 2.17.6 11 11 License: GPLv3 12 12 License URI: http://www.gnu.org/licenses/gpl.html … … 155 155 == Changelog == 156 156 157 = Version 2.17.6 / (13.04.2025) = 158 - [Improvement]: Security improvements applied. 159 157 160 = Version 2.17.0 / (07.02.2025) = 158 161 - [Improvement]: Minor security improvements applied. -
auxin-elements/trunk/admin/assets/js/plugins.js
r3251498 r3271715 1 /*! Phlox Core Plugin - v2.17. 5 (2025-03)1 /*! Phlox Core Plugin - v2.17.6 (2025-04) 2 2 * All required javascript plugins for admin 3 3 * http://phlox.pro/ -
auxin-elements/trunk/admin/includes/admin-ajax.php
r3251498 r3271715 491 491 } 492 492 493 wp_send_json( auxin_template_importer( sanitize_text_field( $_POST['id'] ), $template_type, 'update_menu' ) ); 493 // Strict validation for ID 494 if ( ! isset( $_POST['id'] ) || ! ctype_digit( $_POST['id'] ) ) { 495 wp_send_json_error([ 496 'message' => __('Invalid template ID.', 'auxin-elements') 497 ]); 498 } 499 500 $template_id = absint($_POST['id']); 501 502 wp_send_json( auxin_template_importer( $template_id, $template_type, 'update_menu' ) ); 494 503 } 495 504 add_action( 'wp_ajax_auxin_template_control_importer', 'auxin_template_control_importer' ); -
auxin-elements/trunk/auxin-elements.php
r3251498 r3271715 13 13 * Plugin URI: https://wordpress.org/plugins/auxin-elements/ 14 14 * Description: Exclusive and comprehensive plugin that extends the functionality of Phlox theme by adding new Elements, widgets and options. 15 * Version: 2.17. 515 * Version: 2.17.6 16 16 * Author: By Averta 17 17 * Author URI: http://averta.net -
auxin-elements/trunk/includes/define.php
r3251498 r3271715 13 13 14 14 15 define( 'AUXELS_VERSION' , '2.17. 5' );15 define( 'AUXELS_VERSION' , '2.17.6' ); 16 16 17 17 define( 'AUXELS_SLUG' , 'auxin-elements' ); -
auxin-elements/trunk/languages/auxin-elements-fa_IR.po
r3251498 r3271715 3 3 "Project-Id-Version: Auxin Essential Elements\n" 4 4 "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n" 5 "POT-Creation-Date: 2025-0 3-06 07:09:17+00:00\n"5 "POT-Creation-Date: 2025-04-13 08:02:05+00:00\n" 6 6 "PO-Revision-Date: 2016-11-09 12:50+0330\n" 7 7 "Last-Translator: \n" … … 126 126 #: admin/includes/admin-ajax.php:468 127 127 msgid "Successfully Imported." 128 msgstr "" 129 130 #: admin/includes/admin-ajax.php:496 131 msgid "Invalid template ID." 128 132 msgstr "" 129 133 -
auxin-elements/trunk/languages/auxin-elements.pot
r3251498 r3271715 2 2 msgid "" 3 3 msgstr "" 4 "Project-Id-Version: Phlox Core Elements 2.17. 5\n"4 "Project-Id-Version: Phlox Core Elements 2.17.6\n" 5 5 "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n" 6 "POT-Creation-Date: 2025-0 3-06 07:09:17+00:00\n"6 "POT-Creation-Date: 2025-04-13 08:02:05+00:00\n" 7 7 "MIME-Version: 1.0\n" 8 8 "Content-Type: text/plain; charset=utf-8\n" … … 128 128 #: admin/includes/admin-ajax.php:468 129 129 msgid "Successfully Imported." 130 msgstr "" 131 132 #: admin/includes/admin-ajax.php:496 133 msgid "Invalid template ID." 130 134 msgstr "" 131 135 -
auxin-elements/trunk/public/assets/js/plugins.js
r3251498 r3271715 1 /*! Phlox Core Plugin - v2.17. 5 (2025-03)1 /*! Phlox Core Plugin - v2.17.6 (2025-04) 2 2 * All required plugins 3 3 * http://phlox.pro/
Note: See TracChangeset
for help on using the changeset viewer.