From 9305bbccbc8caf3ca7df8b20f5996a20cb89a821 Mon Sep 17 00:00:00 2001 From: Claudio Sanches Date: Wed, 21 Feb 2018 14:11:13 -0300 Subject: [PATCH] 3.3.3 changelog --- CHANGELOG.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b5b6fa3277d..9bb92267dac 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,12 @@ == Changelog == += 3.3.3 - 2018-02-21 = +* Fix - Fixed is_numeric check which was affecting order subtotals/totals when using comma decimal separator. +* Fix - Add missing direct script access checks to loop templates. +* Fix - Added wp-post-image class to main image so variation images are swapped correctly. +* Fix - API - Adjusted schema for products shipping_class_id to integer. +* Fix - Made init tooltips event more specific to avoid conflict with Product Invoices extension. + = 3.3.2 - 2018-02-20 = * Fix - Fixed admin product SKU searching and searching non-published products. * Fix - PHP7.1 notice when image height is empty.