Changeset 1905334
- Timestamp:
- 07/06/2018 01:55:33 PM (8 years ago)
- Location:
- stripe-manager
- Files:
-
- 12 added
- 2 edited
-
branches/wp-simple-pay-checkout-manager 1.3.0 (added)
-
branches/wp-simple-pay-checkout-manager 1.3.0/stripe-manager (added)
-
branches/wp-simple-pay-checkout-manager 1.3.0/stripe-manager/Readme.txt (added)
-
branches/wp-simple-pay-checkout-manager 1.3.0/stripe-manager/css (added)
-
branches/wp-simple-pay-checkout-manager 1.3.0/stripe-manager/css/stripe-transaction-style.css (added)
-
branches/wp-simple-pay-checkout-manager 1.3.0/stripe-manager/inc (added)
-
branches/wp-simple-pay-checkout-manager 1.3.0/stripe-manager/inc/class.transaction-list-table.php (added)
-
branches/wp-simple-pay-checkout-manager 1.3.0/stripe-manager/js (added)
-
branches/wp-simple-pay-checkout-manager 1.3.0/stripe-manager/js/record_transaction_admin_table.js (added)
-
branches/wp-simple-pay-checkout-manager 1.3.0/stripe-manager/simple-stripe-checkout-manager.php (added)
-
branches/wp-simple-pay-checkout-manager 1.3.0/stripe-manager/transaction-template.php (added)
-
branches/wp-simple-pay-checkout-manager 1.3.0/stripe-manager/transaction-view.php (added)
-
trunk/Readme.txt (modified) (3 diffs)
-
trunk/simple-stripe-checkout-manager.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
stripe-manager/trunk/Readme.txt
r1692498 r1905334 3 3 Tags: stripe, stripe checkout, simple stripe checkout, ecommerce, e-commerce 4 4 Requires at least: 3.8.5 5 Tested up to: 4. 85 Tested up to: 4.9.7 6 6 Stable tag: trunk 7 7 License: GPLv2 or later … … 36 36 37 37 * [Get the Pro Version today!](http://www.kylembrown.com/stripe-checkout-pro-manager/?utm_source=wordpress_org&utm_medium=link&utm_campaign=stripe_checkout) 38 39 * [Need a solution that works with any plugin](http://www.cloudswipe.net/?utm_source=wordpress_org&utm_medium=link&utm_campaign=stripe_checkout) 38 40 39 41 == Installation == … … 78 80 3. See all of your transactions details (date, amount, email address) 79 81 82 == Upgrade Notice == 83 = 1.3 = 84 * Tested with WordPress 4.9.7 (7/6/2018) 85 80 86 == Changelog == 87 88 = 1.3 = 89 * Tested with WordPress 4.9.7 (7/6/2018) 81 90 82 91 = 1.2.9 = -
stripe-manager/trunk/simple-stripe-checkout-manager.php
r1692498 r1905334 5 5 * Plugin URI: http://kylembrown.com/stripe-checkout-pro-manager 6 6 * Description: This plug-in will show stripe transaction details. 7 * Version: 1. 2.97 * Version: 1.3 8 8 * Author URI: 9 9 * License: GPL2
Note: See TracChangeset
for help on using the changeset viewer.