Plugin Directory

Changeset 2421180


Ignore:
Timestamp:
11/19/2020 12:26:05 AM (5 years ago)
Author:
benshadle
Message:

update version references

Location:
wpmerchant/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wpmerchant/trunk/README.txt

    r2104197 r2421180  
    44Tags: stripe, stripe elements, stripe checkout, stripe plugin for wordpress, stripe payments, wordpress stripe plugin, stripe wordpress plugin, e-commerce, online payments, checkout, shop, store, sales, sell, shopping, wordpress ecommerce, accept payments, wordpress billing, wordpress payments, accept payments online, bill clients online, wordpress online payments, commerce, plugin, payment, wpmerchant, merchant, mailchimp, buy button
    55Requires at least: 3.0.1
    6 Tested up to: 5.2.1
    7 Stable tag: 5.2.1
     6Tested up to: 5.5.3
     7Stable tag: 5.5.3
    88
    99Powerful and simple way to collect payments on your website using Stripe.
     
    1717It's FREE and it's really that easy!
    1818
    19 We built WPMerchant to empower others by simplifying the setup process that you experience with other Stripe WordPress plugins. Instead of having to find your Stripe API keys, we do the work for you with simple one click Stripe connect. So, all you have to do is click on our Stripe Connect button and then sign in to or sign up for a Stripe account.  This allows you to start collecting payments from your customers much faster than other Stripe WordPress plugins.
    20 
    21 We believe that anyone should be able get started using Stripe's simple, effective, and innovative one click checkout technology to sell their products online.  We built WPMerchant to reflect that and as a result made it as simple as possible so that you can start receiving payments from customers in as little as a minute (don't believe us, check out the video below). 
     19We built WPMerchant to empower others by simplifying the setup process that you experience with other Stripe WordPress plugins. All you have to do is either login to or create a Stripe account and then retrieve your API keys. This allows you to start collecting payments from your customers much faster than other Stripe WordPress plugins.
     20
     21We believe that anyone should be able get started using Stripe's simple, effective, and innovative payment processing technology to sell their products online. We built WPMerchant to reflect that and as a result made it as simple as possible so that you can start receiving payments from customers in as little as a minute (don't believe us, check out the video below). 
     22
     23You also don't have to worry about PCI compliance, as Stripe does it for you. You just need a web host that enables https connections via an SSL certificate. We highly recommend using [WPLauncher](https://www.wplauncher.com), it is our top rated WordPress host.
    2224
    2325We wanted customers to have the quickest possible fully integrated purchase flow (customers aren't redirected to another site, or to another page even); so that you don't have to pay $200, $300, $400, or $500+ per year to keep your premium extensions updated; AND, most importantly, so that anyone can leverage Stripe Payments to start making money today by selling products/widgets/etc using the WPMerchant Stripe Plugin for WordPress. WPMerchant is the quickest, easiest, and most effective way to create an online store that produces sales using Stripe Payments.
     
    3032[WPLauncher](https://blog.wplauncher.com/add-payment-form-salient-wordpress-theme/)
    3133
    32 = Simple One Click Stripe Checkout for Customers =
     34= Simple Stripe Checkout for Customers =
    3335Customers don't have to use the outdated flow of adding an item to a cart, viewing the cart, and then finally proceeding to checkout - geesh.  We use Stripe Checkout to make our customer checkout process as simple as possible to give you a better chance at converting a lead into a sale! After clicking on your custom WPMerchant Buy Button, your customer can purchase a single product, multiple products, or a product bundle.  As such, your customers can check out much faster than on competing e-commerce plugins - which means the money gets into your pocket fast. 
    3436
     
    4547* One Click Ordering for your customers using Stripe Checkout
    4648* Create, Edit, and Sell Products and/or Product Bundles on your website. 
    47 * One Click Connect to your Payment Processor (ie Stripe - specifically Stripe Checkout)
     49* Simple Connection to your Payment Processor (ie Stripe)
    4850* One Click Connect to your Mailing List Provider (ie MailChimp)
    4951* Subscribe users to a MailChimp list on successful purchase
     
    5254
    5355= Best in Class Setup Process =
    54 We pride ourselves on providing the easiest on-boarding experience of any Stripe Plugin for WordPress. You can connect to Stripe (a payment processor) or MailChimp (a mailing list/newsletter provider) using your username and password instead of searching for API Keys (leave that junk to us!). 
     56We pride ourselves on providing the easiest on-boarding experience of any Stripe Plugin for WordPress. You can connect to Stripe (a payment processor) by simply finding your API keys and adding them to WPMerchant's settings page. And, you can connect to MailChimp (a mailing list/newsletter provider) using your username and password instead of searching for API Keys (leave that junk to us!). 
    5557
    5658Again, Collect Money with a WPMerchant Buy Button in just [3 easy steps](https://www.wpmerchant.com/install):
     
    220222
    221223== Changelog ==
     224= 2.0.6 =
     225* Update Stripe Connection
     226
    222227= 2.0.5 =
    223228* Update the installation steps
  • wpmerchant/trunk/includes/class-wpmerchant.php

    r1713929 r2421180  
    7070
    7171        $this->plugin_name = 'wpmerchant';
    72         $this->version = '2.0.5';
     72        $this->version = '2.0.6';
    7373
    7474        $this->load_dependencies();
  • wpmerchant/trunk/wpmerchant.php

    r2103982 r2421180  
    1717 * Plugin URI:        wpmerchant.com
    1818 * Description:       Start making money by easily and professionally selling anything on your website.
    19  * Version:           2.0.5
     19 * Version:           2.0.6
    2020 * Author:            WPMerchant
    2121 * Author URI:        wpmerchant.com/pricing
Note: See TracChangeset for help on using the changeset viewer.