Plugin Directory

Changeset 849016


Ignore:
Timestamp:
01/31/2014 07:32:33 PM (12 years ago)
Author:
presspay
Message:

prepareing for 2.0 release

Location:
press-pay/trunk
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • press-pay/trunk/.gitignore

    r825285 r849016  
    11*.*swp
     2*swo
    23**/.DS_Store
    34
  • press-pay/trunk/app/view/email/order.php

    r848917 r849016  
    2424  Billing Address:
    2525  <div style="padding-left: 5em;">
    26     <?php echo($billing_name); ?>
     26    <?php echo($billing_name ? $billing_name : $customer_name); ?>
    2727    <br>
    2828    <?php echo($billing_address_line_1); ?>
  • press-pay/trunk/app/view/email/receipt.php

    r848917 r849016  
    3131<div style="padding-left: 5em">
    3232  Billing Address:
    33     <div style="padding-left: 5em;">
     33  <div style="padding-left: 5em;">
     34    <?php echo($billing_name ? $billing_name : $customer_name); ?>
     35    <br>
    3436    <?php echo($billing_address_line_1); ?>
    3537    <br>
  • press-pay/trunk/press-pay.php

    r848917 r849016  
    66 * Author: Andrew Dixon
    77 * Author URI: http://atomicbroadcast.net
    8  * Version: 1.8
     8 * Version: 2.0
    99 *****************************************************************************/
    1010/**********************************
  • press-pay/trunk/readme.txt

    r848917 r849016  
    44Tags: webstore, payment, stripe
    55Requires at least: 3.0.1
    6 Tested up to: 3.5.1
    7 Stable tag: 1.8
     6Tested up to: 3.8.1
     7Stable tag: 2.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3535working with them to manage refunds and disputes.
    3636
     37= How much does it cost? =
     38
     39PressPay is free to download and test. If you've configured PressPay with
     40Stripe Connect, you can also take live credit card charges with no up-front
     41cost. PressPay will then collect $0.50 on each 1 time transaction. So, we
     42don't make money until you make money. If you have
     43a need for volume pricing, contact presspay@atomicbroadcast.net and let us
     44know what we can do for you.
     45
    3746== Screenshots ==
    3847
     
    4453== Changelog ==
    4554
    46 = 1.8 =
     55= 2.0=
    4756Easier configuration with Stripe Connect.
    4857= 1.7 =
Note: See TracChangeset for help on using the changeset viewer.