Easy Digital Downloads Software Licensing Addon

Easy Digital Downloads Software Licensing Addon v3.8.11

No permission to download
Decryption key:



No changelogs found!
Download Easy Digital Downloads Software Licensing Addon v3.8.7 Nulled Free
v3.8.7, October 20, 2022

  • Improvement: Output has been updated for better compatibility with the order history and receipt blocks.
  • Fix: Licenses in bundles did not always display correctly.
  • Fix: Licenses could not always be upgraded more than one time.
  • Fix: The price option on the receipt was missing a space.
  • Dev: The main get_license method has been updated to return false if a license object could not be retrieved.
  • Like
Reactions: Honor
Download Easy Digital Downloads Software Licensing Addon v3.8.6 Nulled Free
v3.8.6, June 17, 2022

  • Fix: Improved performance related to license retrieval and activation counts.
  • Dev: Remote Version and License Check methods can now return an array instead of only outputting JSON.
  • Dev: The arguments used to create a license can now be filtered.
  • EDD 3.0: License upgrades were not supporting the partially refunded status.
  • Samples
    • Sample Plugin
      • 'Tested Up To' value for WordPress Plugins now mirrors WordPress Core behavior.
      • EDD_SL_Plugin_Updater class is now 1.9.2.
  • Like
  • Love
Reactions: itsM and Honor
Download Easy Digital Downloads Software Licensing Addon v3.8.5 Nulled Free
v3.8.5, March 17, 2022

  • Change: Renewal notices settings are now under the main email settings tab.
  • Update: The bundled German translation files have been updated.
  • Improvement: Placeholder URL schemes are now https.
  • Improvement: The renewal discount can now be filtered more precisely.
  • Fix: Changing the price option of the main bundle product is now properly reflected on child licenses.
  • Like
Reactions: Honor and itsM
Download Easy Digital Downloads Software Licensing Addon v3.8.3 Nulled Free
v3.8.3, December 2, 2021

  • Fix: Fatal error when changing price ID on existing bundle license.
  • Fix: Deprecation notice in PHP 8.1.
  • Fix: Updating a lifetime license incorrectly sets the expiration date to today.
  • Dev: The EDD_SL_License constructor can now accept an array or object representing the database row.
  • Dev: Performance improvements when retrieving license keys.
  • Dev: Use EDD core's extension registry class if available.
Download Easy Digital Downloads Software Licensing Addon v3.8.2 Nulled Free
v3.8.2, November 3, 2021

  • Modified Templates: templates/license-keys.php, templates/licenses-manage-overview.php
  • New: Added action hooks when license is updated, inserted, and deleted.
  • Improvement: Sample Plugin - Refactor health checks so that a failed API request is remembered for 1 hour.
  • Improvement: Sample Plugin - Show update notifications on multisite if the user can view plugins but cannot install them.
  • Fix: An upgrade path was saved to download meta when not configured.
  • Fix: Newly created renewal notice emails save an incorrect message.
  • Fix: Purchasing an item as a single product and as part of a bundle results in a missing license key.
  • Refactor: License templates have been reworked for speed improvements and to reduce the number database queries.
  • Dev: Ensure edd_sl_get_license_upgrades() always returns an array instead of false.
Download Easy Digital Downloads Software Licensing Addon v3.8.1 Nulled Free
v3.8.1, September 15, 2021

  • New: Added three filters on Staged Rollout logic: edd_sl_staged_rollout_identifier, edd_sl_staged_rollout_eligible_for_batch_update, and edd_sl_staged_rollout_number.
  • Improvement: The Use the last time this Download was modified as the "Last Modified" date? meta option has been removed, as this behaviour was happening regardless of whether the option was checked.
  • Improvement: Shortcodes are now stripped from the API plugin description. This prevents un-rendered shortcodes from displaying to end users when they click "View Details" on the plugin page.
  • Fix: SHOW TABLES LIKE query running on every page load.
  • Fix: Edge case No such file or directory warning from the readme parser.
  • Fix: Unexpected results in a plugin's "last updated" date, especially when using non-English languages.
  • EDD 3.0: Ensure Software Licensing email tags have a label.
Download Easy Digital Downloads Software Licensing Addon v3.8 Nulled Free
Version 3.8, August 30, 2021

  • New: Admins can now subscribe and unsubscribe users from license renewal emails.
  • New: Staged Rollouts feature - You can now slowly release a new version of your software to your users.
  • New: Version Requirements feature - Prevent users with unsupported requirements from getting updates.
  • New: Added an index to the license_key database column to improve performance.
  • Fix: Upgrade paths button did not work with Easy Digital Downloads 2.11.
  • Fix: Tooltips displayed incorrectly when using German translations.
  • Fix: Methods to get license term and license expiration unit nicename did not respect variable price IDs.
  • Fix: Show Changelog link for multisite could show the changelog for the wrong download.
  • Sample Plugin
    • Updater Class: Updated to version 1.9.
    • New: Support for requirements checks before providing an update package.
    • Fix: Improved support for multi-site installations.
  • Sample Theme
    • Updater Class: Updated to version 1.2.
    • New: Support for requirements checks before providing an update package.
    • Fix: Removed some PHP errors and warnings.
  • Like
Reactions: itsM and Caly
Download Easy Digital Downloads Software Licensing Addon v3.7.3 Nulled Free
v3.7.3, July 26, 2021

  • Improvement: Adjust license upgrade logic to account for different license lengths for different variable prices. (Requires custom code.)
  • Fix: 1 month to 1 year upgrade results in incorrect dates and amount.
  • Fix: License expiration date picker not working as expected with all date formats.
  • Fix: Retroactive processor not working with item quantities.
  • Fix: Remove .DS_Store file from sample theme.
  • Fix: Fatal error in theme updater in PHP 8.
  • EDD 3.0: Update to use new order history hook for speed improvements.
  • Like
Reactions: Caly and maumaju
Download Easy Digital Downloads Software Licensing Addon v3.7.1 Nulled Free
v3.7.1, March 29, 2021

  • New: The get_version API endpoint can now accept an array of products to check via a new products argument. Each item in the products array uses the exact same arguments as individual requests. Consult our docs for an example.
  • Improvement: License management links ("Manage Sites" link, etc.) weren't working well with customized/tabbed UIs. We've partially reverted the change from 3.7, so that it should now use the old method if the shortcode is inside The Loop. If the shortcode is outside The Loop it will use the new method that was introduced in 3.7.
  • Fix: If no upgrade paths existed for a product, the current product could not be selected as an upgrade option.
  • Fix: Deprecation notices in PHP 8.
  • Fix: The edd_sl_use_current_price_proration filter wasn't applying to non-variable priced products.
  • Fix: [edd_license_keys] shortcode - The "Manage Sites" and "Upgrade" links weren't working if the "Purchase History Page" was not set correctly.
  • Fix: Readme parser wasn't using version_compare() which could result in incorrect comparisons.
  • Fix: PHP "undefined index" errors.
  • Plugin Sample: The updater class was missing the declaration for the $beta property.
  • Plugin Sample: Fixed an "Invalid argument supplied for foreach()" error in EDD_SL_Plugin_Updater::convert_object_to_array()
  • EDD 3.0 - Filtering orders by renewal/upgrade not working.
  • EDD 3.0 - PHP notice on admin license table if associated order doesn't exist.
  • EDD 3.0 - Both legacy and new reports were being loaded. Now only the new ones are.
  • EDD 3.0 - License renewal JavaScript not loading on checkout.
  • Like
Reactions: Caly

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu