Changeset 3315303
- Timestamp:
- 06/20/2025 01:33:46 PM (9 months ago)
- Location:
- image-editor-by-pixo
- Files:
-
- 16 added
- 3 edited
-
tags/2.1.2 (added)
-
tags/2.1.2/admin.css (added)
-
tags/2.1.2/admin.js (added)
-
tags/2.1.2/frontend.php (added)
-
tags/2.1.2/get-custom-stickers.php (added)
-
tags/2.1.2/pixo.php (added)
-
tags/2.1.2/post-types.php (added)
-
tags/2.1.2/readme.txt (added)
-
tags/2.2.2 (added)
-
tags/2.2.2/admin.css (added)
-
tags/2.2.2/admin.js (added)
-
tags/2.2.2/frontend.php (added)
-
tags/2.2.2/get-custom-stickers.php (added)
-
tags/2.2.2/pixo.php (added)
-
tags/2.2.2/post-types.php (added)
-
tags/2.2.2/readme.txt (added)
-
tags/2.4-beta1/frontend.php (modified) (1 diff)
-
trunk/frontend.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
image-editor-by-pixo/tags/2.4-beta1/frontend.php
r2973378 r3315303 40 40 }, 41 41 onSave : function ( image ) { 42 if ( '<?php echo $attrs[ 'download' ]?>' != 0 ) {42 if ( '<?php echo esc_attr(sanitize_text_field($attrs[ 'download' ])) ?>' != 0 ) { 43 43 image.download(); 44 44 } -
image-editor-by-pixo/trunk/frontend.php
r3154393 r3315303 40 40 }, 41 41 onSave : function ( image ) { 42 if ( '<?php echo $attrs[ 'download' ]?>' != 0 ) {42 if ( '<?php echo esc_attr(sanitize_text_field($attrs[ 'download' ])) ?>' != 0 ) { 43 43 image.download(); 44 44 } -
image-editor-by-pixo/trunk/readme.txt
r3276315 r3315303 104 104 105 105 == Changelog == 106 = 2.3.7 = 107 * Fixed vulnerability issue 108 106 109 = 2.3.6 = 107 110 * Fixed issue where Pixo Editor was not starting in admin (due to collision with another plugin)
Note: See TracChangeset
for help on using the changeset viewer.