Plugin Directory

Changeset 1705734


Ignore:
Timestamp:
07/31/2017 02:17:49 PM (9 years ago)
Author:
manojtd
Message:

Committing V7.91: Compatibility with WP4.8. Sunset edition. [Aug 1, 2017]

Location:
easy-paypal-lte/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • easy-paypal-lte/trunk/EzOffice.php

    r1464591 r1705734  
    514514      $txn_id = self::_sanitizeTxnId($saleDetails['txn_id']);
    515515      $this->saleDetails = EZ::getSaleRow("sale_details", $txn_id);
    516 //      if (empty($this->saleDetails)) { // If PDT txn_ID is diff from the one in IPN, locate it by email
    517 //        $email = $saleDetails['payer_email'];
    518 //        $this->saleDetails = EZ::getSaleRow("sale_details", $email);
    519 //      }
    520516      $html = $this->processTemplate('download_page', true);
    521517    }
     
    525521      $alt = isset($_REQUEST['alt']);
    526522      $this->deliverFile($alt);
    527       $html = $log->get();
     523      $html = "<pre style='text-align:left'>\n" . $log->get() . "</pre>";
    528524    }
    529525    else { // No PDT. Query the customer for txn_id/email
     
    537533    $product = $this->getProduct();
    538534    if (empty($product)) {
     535      $ezppURL = EZ::ezppURL();
    539536      $log->error("DeliverFile: Cannot deliver file for this transaction!");
     537      $log->error("DeliverFile: Please visit <a href='$ezppURL/update.php'>our delivery portal</a> to retrieve your product.");
    540538      return false;
    541539    }
  • easy-paypal-lte/trunk/readme.txt

    r1513038 r1705734  
    44Tags: paypal, paypal ipn, e-commerce, shopping cart, payment gateway, digital goods, downloadable products, paypal integration, wordpress paypal integration, woocommerce, digital store, download manager, download monitor, ecommerce, eshop
    55Requires at least: 3.3
    6 Tested up to: 4.6
    7 Stable tag: 7.90
     6Tested up to: 4.8
     7Stable tag: 7.91
    88
    99EZ PayPal gets you started with your online business. Use PayPal IPN, sell digital goods with instant download, and no carts. Official PayPal Partner.
     
    102102== Upgrade Notice ==
    103103
    104 Compatibility with WP4.6. Many accumulated fixes and changes. Releasing the sunset version.
     104Compatibility with WP4.8. Sunset edition.
    105105
    106106== Screenshots ==
     
    198198= History =
    199199
     200* V7.91: Compatibility with WP4.8. Sunset edition. [Aug 1, 2017]
    200201* V7.90: Compatibility with WP4.6. Many accumulated fixes and changes. Releasing the sunset version. [Oct 12, 2016]
    201202* V7.87: Fixing an error that may have prevented creation of a non-digital product in the Pro version. Recommit. [Aug 11, 2016]
Note: See TracChangeset for help on using the changeset viewer.