Skip to content

Releases: iworks/omnibus

v2.1.0

05 Jan 07:24
Compare
Choose a tag to compare
  • 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

04 Jan 12:15
Compare
Choose a tag to compare
  • 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

04 Jan 10:18
Compare
Choose a tag to compare
  • Data saving has been restricted to only published items.

v2.0.0

04 Jan 09:22
Compare
Choose a tag to compare
  • 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

03 Jan 19:17
Compare
Choose a tag to compare
  • 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

03 Jan 11:59
Compare
Choose a tag to compare
  • 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

02 Jan 19:11
Compare
Choose a tag to compare
  • 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

02 Jan 17:10
Compare
Choose a tag to compare
  • 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

02 Jan 13:32
Compare
Choose a tag to compare
  • 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

02 Jan 12:11
Compare
Choose a tag to compare

Fixed critical exception during adding new product. Props for rask44.