Releases: iworks/omnibus
Releases · iworks/omnibus
v2.3.9
v2.3.8
v2.3.7
v2.3.6
v2.3.5
- A full log of price changes has been added.
- An extra check for WooCommerce integration has been added to avoid critical errors when a shortcode is called with the wrong post type. Props for (wapozon11)[https://wordpress.org/support/users/wapozon11/].
- The critical error for old PHP has been fixed. Props for mlodyno. Issue #2.
- The deprecated
get_product
function has been updated with thewc_get_product
function. Props for kanlukasz. - The handling of products in the shortcode has been improved.
- The iWorks Rate module has been updated to 2.1.2.
- The settings link on the plugins screen has been changed.
- The user ID has been added to the price log.
- Unnecessary use of the function
sprintf()
has been fixed. Props for (Aleksander Mirecki)[https://geekroom.pl/].
v2.3.4
v2.3.3
v2.3.2
- The
iworks_omnibus_add_price_log_data
filter has been added to allow for the modification of logged data. - The
iworks_omnibus_wc_get_lowest_price
filter has been added to allow getting the lowest price log entry. - The
strip_tags
param has been added to theomnibus_price_message
to allow stripe HTML tags. - The
template
param has been added to theomnibus_price_message
to allow users to use their own message template.
v2.3.1
- An issue with the inform message when taxes are enabled has been fixed. Props for Niko Vittaniemi.
- The
_iwo_price_last_change
custom field has been added.
v2.3.0
- The configuration for WooCommerce has been heavily remodeled.
- The plugin configuration has been moved from "WooCommerce/Settings/Products/Omnibus Directive" to "WooCommerce/Settings/Omnibus."
- The
iworks_omnibus_message_template
filter has been added to allow changing the message template. - The
iworks_omnibus_add_price_log_skip
filter has been added to allow skip logging of prices. - The short format for the admin products list page has been added.
- An issue with the shortcode ignoring configuration settings has been fixed. Props for marktylczynski.
- The integration with the "Tutor LMS" plugin has been improved.