Plugin / Product XML Feeds for WooCommerce

WPWhale

Changelog

Changelog

1.7.3 – 20/11/2019

  • Plugin author changed.

1.7.2 – 17/11/2019

  • Dev – General – Advanced Options – ‘”Raw” input’ option added.
  • Tested up to: 5.3.

1.7.1 – 10/11/2019

  • Fix – “Total XML files (feeds)” option fixed.

1.7.0 – 10/11/2019

  • Dev – Feeds – Products Filtering Options – “Offset products” and “Total products” options added.
  • Dev – Feeds – General Options – “Sorting” options added.
  • Dev – Feeds – Admin settings descriptions updated.
  • Dev – Code refactoring.
  • WC tested up to: 3.8.

1.6.0 – 01/11/2019

  • Dev – Advanced Options – PHP time limit – Now applied to each block size in query loop. Default and min values are set to -1 now.
  • Dev – Code refactoring.
  • WC tested up to: 3.7.

1.5.4 – 22/07/2019

  • Dev – Shortcodes – [alg_product_terms]orderbyhierarchy value added.
  • Dev – Shortcodes – [alg_product_terms]orderbyterm_id value added.
  • Dev – Shortcodes – [alg_product_terms] – Code refactoring.

1.5.3 – 20/07/2019

  • Dev – Shortcodes – [alg_product_terms]orderby attribute (and parent_id value) added.
  • Dev – Feeds – Admin settings restyled (“Extra Products Filtering Options” section added).

1.5.2 – 19/07/2019

  • Dev – Shortcodes – strip_shortcodesyes-force – Pattern updated in preg_replace().

1.5.1 – 18/07/2019

  • Dev – Feeds – Template Options – Default values for “XML header” and “XML item” updated.
  • Dev – Feeds – Products Filtering Options – “Attribute to include” options added.
  • Dev – Shortcodes – cdata attribute added to all shortcodes (defaults to no).
  • Dev – Shortcodes – strip_shortcodes attribute added to all shortcodes (defaults to no) (other possible values: yes and yes-force).
  • Dev – Shortcodes – [alg_product_variation_meta] shortcode added.
  • Dev – Shortcodes – [alg_product_variation_data] shortcode added.

1.5.0 – 17/06/2019

  • Dev – Shortcodes – on_empty_apply_shortcodes attribute added to all shortcodes (defaults to no).
  • Dev – Shortcodes – variable_price_type attribute (defaults to range) added to alg_product_price, alg_product_price_excluding_tax and alg_product_price_including_tax shortcodes.

1.4.9 – 07/06/2019

  • Fix – Feeds – Products Filtering Options – Stock status – Fixed for variations which have “Manage stock?” option enabled.
  • Dev – Shortcodes – [alg_product_terms] – Optional parent attribute added.
  • Dev – Shortcodes – [alg_product_terms] – Code refactoring.

1.4.8 – 20/05/2019

  • Fix – Shortcodes – [alg_product_stock_quantity] – Returning empty string instead of boolean false (fixes the issue with on_empty attribute).

1.4.7 – 15/05/2019

  • Fix – Feeds – Template Options – Default templates are now correctly retrieved even if “Save changes” button was never clicked.
  • Dev – Feeds – Template Options – XML item – Default template changed (CDATA added; less shortcodes included).
  • Dev – Feeds – Advanced Options – “Query post type” option removed (now always set to “Products only”). This fixes the issue with “Products and variations” option and some “Products Filtering” section options.
  • Dev – Shortcodes – custom_function global attribute added.
  • Dev – Shortcodes – strip_tags global attribute added (defaults to yes).

1.4.6 – 09/05/2019

  • Fix – Advanced Options – Set correct min values in settings.
  • Dev – Feeds – Products Filtering Options – “Custom taxonomy to include” options added.
  • Dev – Advanced Options – “PHP memory limit” option added.
  • Dev – Tested up to: 5.2.

1.4.5 – 26/04/2019

  • Dev – Shortcodes – General – [alg_format_date] shortcode added.
  • Dev – Shortcodes – General – [alg_format_number] shortcode added.
  • Dev – Shortcodes – General – [alg_to_timestamp] shortcode added.
  • Dev – Settings – IDs added to product lists (in “Products Filtering Options > Products to include / exclude”).
  • Dev – “WC tested up to” updated.

1.4.4 – 05/04/2019

  • Dev – Advanced – “Query post type” option added.

1.4.3 – 27/03/2019

  • Dev – Shortcodes – convert_currency_from, convert_currency_to and convert_currency_precision global shortcode attributes added.
  • Dev – Shortcodes – find_replace_sep global shortcode attribute added. Now find and replace global shortcode attributes can find and replace multiple values.
  • Dev – Shortcodes – [alg_product_available_variations]sep, sep2 and sep3 attributes added.
  • Dev – Feeds – Products Filtering Options – “Catalog visibility” option added.
  • Dev – Feeds – General Options – “WPML language” option added.

1.4.2 – 28/01/2019

  • Dev – Variable products – “Variation products only” code rewritten (get_the_ID() added etc.).
  • Dev – Feeds – Product “Min price” and “Max price” options added.
  • Dev – Code refactoring.
  • Dev – Admin settings restyled (subsections added).

1.4.1 – 24/01/2019

  • Fix – Variable products – “Variation products only” option fixed.
  • Dev – Shortcodes – [alg_product_name] shortcode added.

1.4.0 – 26/11/2018

  • Dev – Shortcodes – [alg_product_description] shortcode added.
  • Dev – Shortcodes – [alg_product_gallery_image_url] shortcode added.
  • Dev – Shortcodes – [alg_product_function] shortcode added.
  • Dev – Feeds – Product “Stock status” options added.
  • Dev – Feeds – “Admin title” option added (to set custom feed title (instead of “XML Feed #X”)).
  • Dev – General – “PHP time limit” option added.
  • Dev – General – Block size for products query default value changed to 512.
  • Dev – Admin settings descriptions updated.
  • Dev – Minor code refactoring.

1.3.1 – 18/10/2018

  • Fix – Shortcodes – [alg_product_time_since_last_sale]days_to_cover attribute fixed.
  • Dev – Shortcodes – [alg_product_time_since_last_sale] – Code refactoring.

1.3.0 – 10/10/2018

  • Fix – “Total XML files (feeds)” option fixed (new feeds settings are displayed at once now).
  • Dev – use_parent_id attribute added to all “products” shortcodes.
  • Dev – “Reset section settings” options added.
  • Dev – Code refactoring.
  • Dev – Admin settings restyled and descriptions updated.
  • Dev – Plugin URI updated.

1.2.2 – 23/03/2018

  • Dev – [alg_product_terms] shortcode added.
  • Dev – General – Advanced – “Block Size for Products Query” option added.
  • Dev – includes/shortcodes folder added.
  • Dev – “WC tested up to” added to plugin header.

1.2.1 – 31/07/2017

  • Dev – on_empty attribute added to all shortcodes.

1.2.0 – 27/07/2017

  • Dev – WooCommerce v3 compatibility – Getting product ID and short description with functions (instead of accessing properties directly).
  • Dev – WooCommerce v3 compatibility – get_price_including_tax() and get_price_excluding_tax() replaced with wc_get_price_including_tax() and wc_get_price_excluding_tax().
  • Dev – WooCommerce v3 compatibility – get_tags() and get_categories() replaced with wc_get_product_tag_list() and wc_get_product_category_list().
  • Dev – WooCommerce v3 compatibility – list_attributes() replaced with wc_display_product_attributes().
  • Dev – WooCommerce v3 compatibility – $_product->get_dimensions( true ) replaced with wc_format_dimensions( $_product->get_dimensions( false ) ).
  • Fix – [alg_product_available_variations] – “Glued” attributes bug fixed etc.
  • Dev – [alg_product_id] shortcode added.
  • Dev – [alg_product_time_since_last_sale] – Code refactoring.
  • Dev – Link updated from http://coder.fm to https://wpcodefactory.com.
  • Dev – Plugin header (“Text Domain” etc.) updated.
  • Dev – Code cleanup and minor fixes.
  • Dev – POT file added.

1.1.1 – 15/01/2017

  • Fix – “If plugin is enabled” check fixed.

1.1.0 – 12/01/2017

  • Fix – “Variable Products” option description and attributes fixed.
  • Dev – Settings for each feed moved to separate section.
  • Dev – [alg_current_datetime] shortcode added.
  • Dev – Link to all available shortcodes added.

1.0.0 – 10/01/2017

  • Initial Release.

Ratings

4.7
14 reviews

Rating breakdown

Details Information

Version

1.7.3

First Released

31 Jan, 2014

Total Downloads

9,745

Wordpress Version

4.4 or higher

Tested up to:

5.3

Require PHP Version:

-

Tags

Contributors

Languages

The plugin hasn't been transalated in any language other than English.

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.