anestooo
New member
- May 26, 2021
- 5
- -3
- 1
Not fake. Here are a couple of diffs, titled with relevant changelog entries, to show the differences between 5.4.8 and 5.4.9 files.
* Fix - PRODUCTS -Products XML Feeds- Fixed XSS reflected injection on fields without sanitization.
Diff:diff -r M:\woocommerce-booster-plus-v5.4.8\booster-plus-for-woocommerce\includes\class-wcj-products-xml.php M:\woocommerce-booster-plus-v5.4.9\booster-plus-for-woocommerce\includes\class-wcj-products-xml.php 5c5 < * @version 5.2.0 --- > * @version 5.4.9 108c108 < * @version 3.3.0 --- > * @version 5.4.9 118c118 < $message = sprintf( __( 'Products XML file #%s created successfully.', 'woocommerce-jetpack' ), $_GET['wcj_create_products_xml_result'] ); --- > $message = sprintf( __( 'Products XML file #%s created successfully.', 'woocommerce-jetpack' ), sanitize_text_field($_GET['wcj_create_products_xml_result']) );
* Fix - PDF INVOICING & PACKING SLIPS- Fixed XSS reflected injection on fields without sanitization.
Diff:diff -r M:\woocommerce-booster-plus-v5.4.8\booster-plus-for-woocommerce\includes\class-wcj-pdf-invoicing.php M:\woocommerce-booster-plus-v5.4.9\booster-plus-for-woocommerce\includes\class-wcj-pdf-invoicing.php 5c5 < * @version 5.2.0 --- > * @version 5.4.9 111c111 < * @version 3.5.2 --- > * @version 5.4.9 146c146 < sprintf( __( 'Booster: %s.', 'woocommerce-jetpack' ), '<code>' . $_GET['wcj_notice'] . '</code>' ) . --- > sprintf( __( 'Booster: %s.', 'woocommerce-jetpack' ), '<code>' . sanitize_text_field($_GET['wcj_notice']) . '</code>' ) .
THANKS !!!Booster Plus for WooCommerce 5.4.9 Nulled
= 5.4.9 30/11/2021 =
* Fix - PRICES & CURRENCIES- Currency per Product - Fixed shipping price convert issue with exchange rate change wcj_get_option to get_option.
* Fix - SHIPPING & ORDERS - Fixed nulled circle exception showing when shipping module not found.
* Fix - PRODUCTS -Cross-sells- Fixed product is not in stock error on cart page.
* Fix - PDF INVOICING & PACKING SLIPS- Fixed XSS reflected injection on fields without sanitization.
* Fix - PRODUCTS -Products XML Feeds- Fixed XSS reflected injection on fields without sanitization.
* Fix - EMAILS & MISC-General- Fixed XSS reflected injection on fields without sanitization.