Releases: iworks/omnibus
Releases · iworks/omnibus
v2.1.0
- Default values from the LearnPress configuration have been added.
- Exclude meta keys from WooCommerce product duplication has been added.
- The LearnPress plugin configuration has been added.
- The LearnPress plugin configuration has been removed from the WooCommerce configuration.
- The link to the LearnPress Omnibus configuration has been added to the plugin row actions.
- The link to the WooCommerce Omnibus configuration has been added to the plugin row actions.
v2.0.2
- Price-checking so as not to log it if it's not there has been added.
- The regular price is saved now when the on-sale price is empty.
v2.0.1
- Data saving has been restricted to only published items.
v2.0.0
- Adequate implementation of Directive (EU) 2019/2161 - Article 6a.
- Custom tax-related messages has been removed.
- Data saving has been modified to only apply to published items.
- Use the
get_sale_price()
function instead of get_price()
.
v1.2.6
- Renamed the plugin "Omnibus — show the lowest price" instead of "Omnibus — Show the lowest price of a product."
- The ability to configure custom messages has been added.
- The options have been reordered.
v1.2.5
- The ability to handle product prices with or without taxes has been added.
- The ability to toggle the Omnibus message only for products on sale has been added. This is turned off by default.
- Two tax-related versions of the message have been added.
v1.2.4
- Clarified the "Shop page" setting's meaning.
- The ability to toggle the Omnibus message in any other place has been added. By default is hidden.
- The
is_main_query()
function check has been added to checking is_single()
.
v1.2.3
- The ability to toggle the Omnibus message on any loop has been added. By default is hidden.
- The
omnibus_price_message
shortcode has been added.
v1.2.2
- A warning in the related products loop check has been fixed. Props for pietrzyk25.
- If no data is available, displaying the current price as the lowest has been added.
v1.2.1
Fixed critical exception during adding new product. Props for rask44.