Skip to main content
Purchase Limit Changelog

Version 1.3.1 — February 20, 2024

  • Fix: Setting a global start/end date for purchase limits was not evaluated correctly.
  • Fix: Sites with manual offset time zones could show a PHP notice.

Version 1.3.0 — December 15, 2023

  • Compatibility: Minimum version requirements have been updated to: PHP 7.1, WordPress 5.4, and EDD 3.1.1.
  • Admin: Styles have been updated to be consistent with modern WordPress admin UI.
  • Checkout: Improved purchase count calculations for accuracy and performance.

Version 1.2.23 — January 20, 2022

  • Fix: Price option selector not working with Frontend Submissions and variable prices.

Version 1.2.22 — November 16, 2021

  • Fix: Marking a variable priced product as sold out can affect the next product in the download archive list.
  • Fix: purchase_link shortcode not respecting the price_id parameter.
  • Dev: Remove unreachable code in edd_pl_override_variable_pricing() function.
  • Dev: Refactor how extension gets loaded and checks for system requirements.
  • Dev: Refactor edd_pl_get_file_purchases() for EDD 3.0 support.
  • EDD 3.0: edd_pl_get_user_purchase_count() now takes into account variable prices.

Version 1.2.21 — July 12, 2021

  • Fix: When used with the Custom Prices add-on, switching between variable prices could result in the price input showing “NaN”.
  • Fix: “Disable quantity input for this product” was being ignored when Purchase Limit was enabled.
  • Fix: Settings not appearing in the right spot after EDD 2.10 updated.

Version 1.2.20 — January 7, 2021

  • Dev: Update how variable priced options are added to work with EDD 3.0.
  • Tweak: Use item_id in automatic updater for better reliability.

Version 1.2.19 — April 3, 2017

  • Fixed: Purchase count calculation on variable priced products not taking price ID into account.
  • Fixed: Performance improvement when getting purchase counts for a product.
  • Fixed: Purchase records being looked up on items that do not have purchase limits enabled.
  • Tweak: Restructured file organization.

Version 1.2.17 — August 14, 2016

  • Fixed bug when quantity field doesn’t exist (Item Quantities disabled)

Version 1.2.16 — July 28, 2016

  • Fixed quantity calculation bug
  • Added french translation

Version 1.2.15 — April 13, 2016

  • Make sure default variable price is honored

Version 1.2.14 — January 20, 2016

  • Critical bug fix for Free Downloads support

Version 1.2.13 — November 25, 2015

  • Fixed bug that prevented checkout under certain conditions

Version 1.2.12 — November 19, 2015

  • Fixed bug in checkout condition
  • Prevented plugin from being deactivated when EDD was updated

Version 1.2.11 — March 11, 2015

  • Fixed bug in checkout condition
  • Prevented plugin from being deactivated when EDD was updated

Version 1.2.10 — March 9, 2015

  • Restricted max value for variably priced products with quantities enabled
  • Better error handling during checkout

Version 1.2.9 — February 11, 2015

  • Properly handle cart quantities for logged out users.

Version 1.2.8 — February 7, 2015

  • Fixed issue with products being added to cart multiple times through direct links.

Version 1.2.7 — December 10, 2014

  • Add languages directory and .pot file with translation-ready strings

Version 1.2.6 — December 1, 2014

  • Add option to disable product when individual item sells out
  • Add support for custom buttons
  • Better handling for errors
  • Cleaned up JS

Version 1.2.5 — September 17, 2014

  • Fixed a bug with the purchase limit for variable prices not saving properly.