Improved and fixed issues with the insert image ("Add Media") functionality
Now properly paginates based on products with images, not number of products
Speed is much improved
Improved pagination style
Improved caching of products and product images.
Fixed rebuilding products and categories list (it now rebuilds properly)
Fixed issue where content would be clipped after inserted Bigcommerce category (caused by using ] instead of /] in the shortcode)
Fixed issue with store validation not updating when settings were changed
Products without images now show "No Image Available" image instead of broken image link (see FAQ to use your own custom image)
Added alt text to images
1.5.1 on 2013-02-27
Fixed potential SSL warning caused by sslverify. Bigcommerce SSL is secure.
1.5 on 2012-12-18
Added: Product categories caching and display.
Added: Shortcode attribute category to display product listings by category name.
Added: Shortcode category builder on MCE popup.
Added: Filter bigcommerce_display_product_row for customizing product listings HTML. See FAQ.
Updated: Changed from using cURL to wp_remote_request() for failover handling.
Updated: Broke methods up into separate PHP class files for better OOP mojo.
Fixed: Internal bug 91. Allows the entry of store URL in either the old format, the new format, or the pretty store URL when applicable.
1.4 on 2012-11-27
Fixed: New contributor, beAutomated, rewrote most of the Plugin to get everything up to date and working again.
Updated: Removed the copy of the WP image editing, as that can be triggered following product image insert, utilizing the latest WordPress tools for doing so.
Added: Support for the latest Bigcommerce API, powered by cURL.
1.3 on 2011-09-12
Removed curl-only data retrieval; now uses WordPress' built-in wp_remote_post() functionality
Fixed some PHP notices on fresh installation and in the product image browser
Fixed issue reported by Brandywine Jewelry where "Screen Options" in WordPress' Add/Edit Post screen are permanently hidden. Thanks for reporting!
1.2.2 2011-04-06
Fixed Call to undefined function MakeURLSafe() error
1.2.1 on 2011-04-04
Fixed bug #445905 issue where product list would not appear to have been generated.
Fixed issue where plugin says settings are configured properly, but are not.
Fixed issue where if a store had no images, the media browser's image tab would show pagination for an empty set of products
Fixed pagination inside the media browser: the pages are now based on products with images instead of the number of products
1.2 on 2011-01-14
Added a tab to WordPress' Add an Image media tabs, allowing you to easily embed your product images and link to product pages or larger images.
1.1 on 2010-12-14
Note: Existing links will not be backward compatible with previous versions of this plugin!
Fixed the issues with previous versions - now lists will generate in much less time and will include unlimited numbers of products
Added configuration option for whether or not to use SEO-friendly URLs
Bigcommerce users will now see [bigcommerce] shortcode instead of [interspire]
Improved settings check: settings are only checked when they have changed
1.0.6 on 2010-11-23
Whoops! This is what 1.0.5 was supposed to be.
Fixed generation of product list
Fixed editor button product insertion
1.0.4 on 2010-08-27
Fixed bug where product lists would appear to have not been built, although they already had.
Removed the dialog box when inserting product. That was for debug purposes.
Added optional Store Path setting. When configured, the plugin doesn't send full URL to the editor, only the product page. Example: instead of [interspire link=http://example.com/products/product.html]Anchor Text[/interspire], it will now be [interspire link=/products/product.html]Anchor Text[/interspire].
Added [bigcommerce] shortcode that works the same way as [interspire]; figured it made sense :-)
Added option to give thanks by adding a link to the plugin page on your footer. (please do!!!)
Speeded up the plugin a bit by removing a few calls to the database
1.0.3 on 2010-08-16
Fixed issue with Bigcommerce API authentication. Sorry for the problems everyone - it should be working now. Had been using Interspire-only method of basic checking of settings.
Updated Insert Product form to prevent conflict with other plugins (Gravity Forms, for example).