Skip to content
This repository has been archived by the owner on Nov 5, 2018. It is now read-only.

Releases: jigoshop/jigoshop

1.11

06 Aug 11:01
Compare
Choose a tag to compare

Changelog

  • New: Compatibility with WooThemes themes.
  • New: Check for PHP accelerators as they might cause problems.
  • New: Support for variable products in Price Filter widget.
  • New: jigoshop_report_widgets action to add custom report boxes.
  • New: jQuery.payment() function to ease payment redirection.
  • New: Ability to always select "All of" in country dropdown.
  • New: Replaced old ThickBox with WordPress Media Gallery.
  • Improved: "Edit Product Category" and "Edit Product Tag" admin bar links now works properly.
  • Improved: Better message and error disappearing times.
  • Fix: Invalid formatting of shipping dropdown.
  • Fix: Displaying multiple select fields.
  • Fix: Properly calculate tax for shipping.
  • Fix: Licence validator now checks if plugin URL is correct.

1.11 Beta 1

04 Aug 12:07
Compare
Choose a tag to compare
1.11 Beta 1 Pre-release
Pre-release
  • New: Compatibility with WooThemes themes.
  • New: Check for PHP accelerators as they might cause problems.
  • New: Support for variable products in Price Filter widget.
  • New: jigoshop_report_widgets action to add custom report boxes.
  • New: jQuery.payment() function to ease payment redirection.
  • New: Ability to always select "All of" in country dropdown.
  • New: Replaced old ThickBox with WordPress Media Gallery.
  • Improved: "Edit Product Category" and "Edit Product Tag" admin bar links now works properly.
  • Fix: Invalid formatting of shipping dropdown.
  • Fix: Displaying multiple select fields.
  • Fix: Properly calculate tax for shipping.

1.10.6

30 Jul 12:18
Compare
Choose a tag to compare
  • Fix: Security issue on comments feed.
  • Fix: Add obeying validate postcode setting in JavaScript validation.
  • Fix: Validating of GB postcodes.
  • Fix: Properly check EU VAT for billing country.

1.10.3

21 Jul 20:59
Compare
Choose a tag to compare
  • Fix: Memory checking typo.
  • Fix: Stock status checking for products.
  • Fix: PHP pre-5.3 main file compatible (for proper PHP version checking).
  • Fix: Invalid shortcode attribute managing in add to cart shortcode (thanks to Josh Virkler).
  • Improved: Memory checking error message is just a warning.

1.10.2

21 Jul 13:42
Compare
Choose a tag to compare
  • Fix: Memory check is not a fatal error anymore - plugin will continue to work.
  • Fix: As memory is not a fatal error - required memory is downgraded to 64 MB.

1.10.1

21 Jul 09:34
Compare
Choose a tag to compare
  • Fix: Memory checking for some users. Thanks to freyaluna for finding it.

1.10

21 Jul 05:53
Compare
Choose a tag to compare

Changelog

  • New: jigoshop_countries::get_countries() function - returns alphabetically sorted list of translated country names.
  • New: jigoshop_countries::has_country() and jigoshop_countries::has_state() methods introduced.
  • New: jigoshop_render() and jigoshop_render_result() functions - easy templates rendering.
  • New: jigoshop_product_list shortcode.
  • New: Check for minimum, required PHP version.
  • New: Check for minimum, required WordPress version.
  • New: Check for minimum, required memory size - currently 128 MB.
  • New: Support and Docs links in Plugins list.
  • New: Ability to define default customer country.
  • New: Introduce Jigoshop menu to WordPress admin toolbar.
  • New: jigoshop_remove_script() function and its support in JWOS.
  • New: Provinces for Poland and Philippines. Thanks to Kristoffer Cheng
  • New: JIGOSHOP_URL constant - for easy access to Jigoshop files from other plugins.
  • New: jigoshop_is_minimum_version() function - for checking if Jigoshop matches at least specified version using version_compare() PHP function.
  • New: jigoshop_add_required_version_notice()function - for adding preformatted notice when plugin requires higher version of Jigoshop.
  • Improved: JWOS now supports PHP 5.3 with short_open_tag disabled.
  • Improved: Reformatted main Jigoshop file.
  • Improved: Proper variation price sanitization.
  • Improved: Removed use of deprecated methods from Jigoshop cart, introduced payment methods template.
  • Improved: Extracted account templates from shortcodes - now users can override them in their templates!
  • Improved: PayPal decimal errors for HUF, JPN and TWD currencies. Thanks to newash
  • Improved: Default look of checkout form.
  • Improved: "Tel" and "County" are now "Phone" and "Province" in admin panel.
  • Improved: Updating order status is at the end of saving the order. Thanks to newash
  • Improved: Admin settings uses JWOS now.
  • Improved: Jigoshop class information functions returns values from constants as they should.
  • Improved: Reformatted WorldPay gateway class.
  • Improved: New Google Analytics code using Universal Analytics. Thanks to Ragnar Karlsson for a tip!
  • Fix: Warning when saving product meta.
  • Fix: Removed Wordpress TwentyFourteen theme fix as it causes problems with real shops.
  • Fix: HTTPS warnings for external fonts removed.
  • Fix: Strict standards warning on edit address page.
  • Fix: Reports chart properly scales Y-Axis ticks.

1.10 RC 1

17 Jul 14:23
Compare
Choose a tag to compare
1.10 RC 1 Pre-release
Pre-release

From last beta:

  • On upgrade (from pre-1.10): set default customer country to shop base country.
  • Removed double slash in assets URL.
  • Properly check for plugin updates from Licence Validator.

1.10 Beta 4

16 Jul 13:36
Compare
Choose a tag to compare
1.10 Beta 4 Pre-release
Pre-release

Fixed checking out free cart.

1.10 Beta 3

15 Jul 12:40
Compare
Choose a tag to compare
1.10 Beta 3 Pre-release
Pre-release

Changes to previous beta:

  • Improved: New Google Analytics code using Universal Analytics. Thanks to Ragnar Karlsson for a tip!

Also this beta brings fix to variable products stock checking.