Plugin Directory

Changeset 1375355


Ignore:
Timestamp:
03/21/2016 04:25:41 AM (10 years ago)
Author:
presspay
Message:

tagging version 2.2

Location:
press-pay
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • press-pay/tags/2.2/app/controller/press_pay_shortcodes_controller.php

    r853462 r1375355  
    6262            'customer'        => $stripe_client->id,
    6363            'application_fee' => 50,
     64            'description'     => $_POST['product_id'] . ' -- ' . $_POST['description'],
    6465          )
    6566        );
  • press-pay/tags/2.2/press-pay.php

    r853485 r1375355  
    66 * Author: Andrew Dixon
    77 * Author URI: http://atomicbroadcast.net
    8  * Version: 2.1
     8 * Version: 2.2
    99 *****************************************************************************/
    1010/**********************************
  • press-pay/tags/2.2/readme.txt

    r853485 r1375355  
    55Requires at least: 3.0.1
    66Tested up to: 3.8.1
    7 Stable tag: 2.1
     7Stable tag: 2.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7070== Changelog ==
    7171
     72= 2.2 =
     73Add Description to Stripe Transactions.
    7274= 2.1 =
    7375Allow multiple buttons on a page. You must provide a product id for multiple buttons.
  • press-pay/trunk/app/controller/press_pay_shortcodes_controller.php

    r853462 r1375355  
    6262            'customer'        => $stripe_client->id,
    6363            'application_fee' => 50,
     64            'description'     => $_POST['product_id'] . ' -- ' . $_POST['description'],
    6465          )
    6566        );
  • press-pay/trunk/press-pay.php

    r853485 r1375355  
    66 * Author: Andrew Dixon
    77 * Author URI: http://atomicbroadcast.net
    8  * Version: 2.1
     8 * Version: 2.2
    99 *****************************************************************************/
    1010/**********************************
  • press-pay/trunk/readme.txt

    r853485 r1375355  
    55Requires at least: 3.0.1
    66Tested up to: 3.8.1
    7 Stable tag: 2.1
     7Stable tag: 2.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7070== Changelog ==
    7171
     72= 2.2 =
     73Add Description to Stripe Transactions.
    7274= 2.1 =
    7375Allow multiple buttons on a page. You must provide a product id for multiple buttons.
Note: See TracChangeset for help on using the changeset viewer.